Thomas's Site
Available
February 5, 2022

Wobbly Life Mods

Modifying games to allow multiple players

Background

Wobbly Life is the kid-friendly version of GTA I'd dreamed about for a while as a child. Introduced to the game by a friend, the only issue was the 4-player server limit - which was very inconvenient. I managed to get 16-player servers working after a number of hours, from a background of no experience in C# or Unity development.

 

Languages & Technologies

The mod was written using C# using BepInEx and HarmonyX. I used dnSpy for reverse engineering the game, as well as Rider as an IDE. I am familiar in Java, so this definitely helped with me with the general syntax and understanding of the framework however this was acomplished without any direct experience.