/LC-LateGameUpgrades

Repo for the LateGameUpgrades Lethal Company Mod.

Primary LanguageC#MIT LicenseMIT

LUTransparent

Source code for the LateGameUpgrades mod. for Lethal Company

Join this modding discord and comment on this post to discuss the mod.

LethalCompanyInputUtils Compatibility

  • This mod has support for mentioned mod so you can change the control binding in the main menu's control bindings menu.

Contributing:

  • 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.

Community Suggested Additions:

If you want to implement one of these please create a branch indicating which feature you are implementing.
Something like: <discordNickName>/<feature>

  • Planet Scanner
    • When in orbit type something like scan to get info about what your visit to that moon would be like.
    • This would involve generating random seeds for each moon in orbit and ensuring they use them for generation.
    • Information about enemies, scrap, and maphazards could be retrieved with this info.

This is MIT, do with it whatever you want.