Source code for the LateGameUpgrades mod. for Lethal Company
Join this modding discord and comment on this post to discuss the mod.
- This mod has support for mentioned mod so you can change the control binding in the main menu's control bindings menu.
- You will need to set up Evaisa's Netcode Patcher if you want to add more custom netcode. If you are making simple additions that don't need to be tested online you can still build an unpatched dll and test it.
- If adding custom objects you need to set up a unity environment for making asset bundles. I recommend using Evaisa's Template. Prefabs for the assets are in the UnityFiles folder.
- This project uses LethalLib by, you guessed it, Evaisa to add items to the shop, register network prefabs, and in the future probably more so you can read about it there.
- Due to the soft compatibilities implemented in this mod, several other mods are required if you wish to compile this project successfully. These compatibilities should be listed under either the "Compat" namespace or the attributes listed in the "Plugin.cs" file.
This is MIT, do with it whatever you want.
