Fallout Shelter Cheat

This page documents FSCheat, a BepInEx plugin for Fallout Shelter that adds an in-game cheat menu for resource management, dweller control, crafting overrides, room restrictions, and save-file utilities. Installation Download the BepInEx installer from BepInExInstallerGUI (Nexus). Download the plugin archive from FSCheat (NexusMods). On Linux or Proton, launch the game once before installing so the prefix exists. Install the game (if you haven’t already), then install the plugin archive through the installer. Video tutorial here ...

February 19, 2026 · 2 min · Toemmsen

CTDynamicModMenu

What is the CTDynamicModMenu? The CTDynamicModMenu is a universal BepInEx-Mod to easily create ModMenu’s for games. It provides the ability to Register Commands which then automatically get rendered in Categorized Tabs. These Commands can be Toggles for Mods, Commands with arguments to set specific values etc. (WIP) It also can automatically create BepInEx-Config files and persist the settings if the command is configured for that Features Automatically generated Menu with Tabs for Categories Toggle Functionality with color coding Commands with Arguments with automatic parsing Name, Description and format for Help/Doc function Command Window for using the mods as /commands with autocompletion Log window for CTDynamicModMenu-Mods Set Keybinds for Commands Settings for the Menu (WIP) Automatic config generation and persistance How do i use this in my mod? To use the CTDynamicModMenu in your mod, you need to download the .dll file and reference it in your .csproj file. After that you need to add the Dependency to the mod by adding the following to the top of your Main Plugin-Class: ...

February 19, 2026 · 5 min · Toemmsen

Dependency Resolver for BeamNG

What is DependNG.resolve? This is an addon for mods that require other mods in BeamNG.drive. As an example, it is used in my Plugins that require MultiSlot for them to work. It makes it possible to require other mods in BeamNG without having to copy them into your mod or requiring users to manually install the requirements. It automatically downloads and subscribes to the requirements. How it works The lua script in this mod automatically checks if either: ...

February 24, 2025 · 3 min · Toemmsen

MultiSlot / General ModSlot Generator

MultiSlot / GMSG (WIP) This is my most ambitious project for BeamNG.drive yet. It aims to generate “Additional-Modification”-mods automatically based on json templates. With that it makes it really easy to develop mods, that apply to all vehicles. It also features a UI designed to make your own standalone mods. Installation Installing this mod is as easy as any other BeamNG-mod. Just download it in the repository by subscribing to it or download it manually and drag the mod into your mods-folder in the userfiles. ...

February 24, 2025 · 3 min · Toemmsen