Free and Open Source
Wobbly Life Mods

for Creators, Players and Mod Developers

Have a question? Read the faq or check the documentation.

What is it?

For Players

lstwoMODS is a Mod Menu primarily for the game Wobbly Life aiming to be a free alternative to ProjectMods and AzzaMods. It recreates a lot of AzzaMods' features while also adding new Mods and going in a different direction in some areas.

For Creators

lstwoMODS adds a lot of essential mods for youtubers and content creators to quickly navigate the world, get b-roll, create challenges and generally just improve Quality of Life.

For Developers

lstwoMODS Core adds a lot of APIs for easily creating Mod Menus and UIs in BepInEx plugins. These APIs are the same ones used by lstwoMODS Wobbly Life. You can find the documentation here.


You can try out lstwoMODS, in the browser, by pressing F2.

lstwoMODS In Detail

lstwoMODS Core is the game independent UI and Mod Menu library created for lstwoMODS. While designed for Wobbly Life, it may also work on other games. v1.0 used to use UniverseLib and Unity UI to create it, but v2.0 shifted to a separate Overlay window and process with UI rendered using Dear ImGui. Its APIs are free to use by any other Mod Dev looking for a quick way of adding UI to their mods. If you are interested in using them, check out the Documentation.

You can find a list of features on the mods respective page, or, in more detail, on the Documentation if a page for it exists.

How to Install

Make sure to remove any old versions of mods before installing a new one.
  1. Go to the Download Mods page and find the mod you want to install.
  2. Download the mod with dependencies and extract the zip file.
  3. Open the game's folder and copy all files from the extracted zip into it so you have a BepInEx folder in the same one as the game's exe.

Once the files are copied over you can start the game.

Discord Server

Get support, suggest features and chat with the (inactive) community.

GitHub Page

Find other installation methods, get the source code and contribute to the projects by adding your own features.

lstwoMODS Core GitHub

Source code and info about lstwoMODS Core.

lstwoMODS Wobbly Life GitHub

Source code and info about lstwoMODS for Wobbly Life.

lstwoMODS Wobbly Life Extras GitHub

Source code and info about lstwoMODS Extras for Wobbly Life.

Reviews

Cae

Cae

"lstwo hacked my pc and stole my credit card info"
Maze

Maze

"lstwo mods are top!"
Blammo

Blammo

"Very efficient and easy to use!"
I feel like i should clarify that the cae review is a JOKE and SATIRE. I feel like thats obvious but i see people falling for it.

FAQ

What mods can I get from this website?

You can download the official lstwoMODS alongside other unrelated Wobbly Life mods I have made that have been added here.

Can I change the player limit from 4 in Wobbly Life using lstwoMODS?

No, get Larger Lobbies for that.

Can my save file be corrupted through these mods?

For lstwoMODS the save file should only be changed when doing things that the game saves to the save file like progressing a mission or giving yourself money. lstwoMODS itself won't change the save file automatically.

As for save file corruptions that has never been reported yet as lstwoMODS uses in game functions instead of changing the save file manually.

lstwoMODS Wobbly Life also has an option in the settings to disable such mods, though i still advise to be careful when you don't want your save file modified.

This information is for lstwoMODS though, other mods may do things differently so make sure to check their descriptions / READMEs for any warnings.

Can I get these on the PC XBOX version of Wobbly Life?

Probably not, I have not tested this as the mods are for the Steam version and the XBOX version most likely uses IL2CPP.

Can I install this on linux?

Yes, but some mods may not work fully on certain distros. The mods are made for and tested on Windows. The UI for lstwoMODS Core may not properly work under proton but it has compatibility options for the UI, such as switching between OpenGL and DirectX and displaying it as a regular window rather than an overlay.

Troubleshooting

If your lstwoMODS isn't working, try these steps:

Verify that you have all files necessary for the mod to work.

For lstwoMODS Wobbly Life, this can be: BepInEx, lstwoMODS Core, Cinematic Unity Explorer and lstwoMODS Wobbly Life. If you are unsure, redownload the mod with dependencies

Remove any old versions of mods.

Make sure you don't have any old versions of mods installed that would conflict with the current one, as it may make the mod not work anymore.

Check the BepInEx logs.

Often time the BepInEx/LogOutput.log file contains very important information on what is going wrong. Either the plugin isn't loaded at all, or there is a specific error. If you don't understand it, feel free to join the discord and send it there to get people to help you troubleshoot.