Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
RemoveMenuCampfire
Removes the campfire from the main menu. That's it.
| Last updated | an hour ago |
| Total downloads | 2 |
| Total rating | 0 |
| Categories | Tweaks Misc Building |
| Dependency string | Potette-RemoveMenuCampfire-1.0.0 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
Remove Menu Campfire
A very simple mod that simply disables the campfire in the main menu. Enough said.
Required mods
You just need BepInEx version 5.4.2100 and up to use it, so just install that and this mod and run the game, simple as that.
Some author's notes
I could have probably optimized it by making it so that it doesn't search through objects of "MenuFire" every frame and checks whether it's null or not. I tried some other implementations, but since it's something that's necessary to check often, since we can log out of a server and need to check again, I decided to just leave it as it is, with (hopefully) not too much of a performance impact. But it works, so that's what counts I guess :D