Fallout Shelter Cheat

This page is about a cheat i made for Fallout Shelter. This mod uses BepInEx as a Framework and CTDynamicModMenu for interaction with the mods. Installation Download the .zip-file from NexusMods Download the Universal BepInEx Installer (GUI-Version recommended) Run the Universal BepInEx Installer Select Fallout Shelter in the Dropdown Check the “Install Plugins” Checkbox and select the previously downloaded .zip file Click “Install” Run the Game and open the Menu either by using the KeyBind or the Button in the top left. Enjoy the mods Extra step when using Linux When using Linux (Steamdeck for example), you first need to run the game once before using the Installer. This is because Steam first needs to generate the Proton-Prefix which then automatically gets configured by the BepInEx Installer to work on Linux. ...

February 19, 2026 · 6 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