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
Start Fallout Shelter and open the CTDynamicModMenu hotkey menu in-game.
Features
Last Updated: June 13, 2026
Resource Management
- Max Resources
- Set Nuka-Cola (
/nuka <amount>) - Set Nuka-Cola Quantum (
/quantum <amount>) - Set Stimpacks and RadAway (
/setstimrad <amount>) - Set Lunchboxes (
/setboxes <amount>) - Set Pet Carriers (
/setpetboxes <amount>) - Set Mr. Handy boxes (
/setmrhandy <amount>) - Set Pokerchips (
/spinres <amount>) - Set Ultracite (
/ultracite <amount>) - Override Storage Limit (
/overridestoragelimit,/setstoragelimit <amount>) - Override Item Limit (
/overrideitemlimit,/setitemlimit <amount>)
Dweller Management
- Instant Baby (
/instababy) - Instant Adult (
/instaadult) - Max Level Dwellers (
/maxdwel) - Reset Dweller Levels (
/resdwlvl) - Set Max SPECIAL (
/maxspec) - Finish All Trainings (
/fintrain) - Create Random Dweller (
/gendweller) - Create Random Legendary Dweller (
/genlegenddweller) - Create Random Unique Dweller (
/genuniquedweller <rarity>) - Create Random Custom Dweller (
/gencustomdweller <rarity>) - Max Happiness (
/maxhappy) - Override Dweller Limit (
/overridemaxdwellers) - Override Weapon Damage (
/overridedamage) - Overpowered Pets (
/overpoweredpets)
Crafting, Rooms, and Passes
- Unlock All Recipes (
/unlockallrecipes, currently disabled in the active list) - Free Crafting (
/freecrafting) - Infinite Crafting Nuka (
/infinitecraftingnuka) - Bypass Crafting Level Requirement (
/bypasscraftinglevelreq) - Bypass Upgrade Dweller Requirement (
/bypassupgraderequirement) - Bypass Room Build Requirement (
/bypassroombuildrequirement) - Override Premium Plus Pass (
/overridepremiumpluspass)
Save File Management
- Decrypt Game Saves (
/decryptsaves [file_path]) - Encrypt Game Saves (
/encryptsaves [file_path]) - The save commands use
%LocalAppData%\FalloutShelter\by default on Windows. On Linux this is at:~/.steam/steam/steamapps/compatdata/588430/pfx/drive_c/users/steamuser/AppData/Local/FalloutShelter
Technical Notes
- The mod tracks dwellers, dweller experience, dweller stats, training slots, and children so the commands can target live game objects.
- It also captures the AES key and IV used by the game for save-file encryption and decryption.
Version Info
- Mod GUID:
toemmsen.FSCheats - Mod Name: FSCheats
- Mod Version: 1.5.2
- Dependencies: BepInEx, Toemmsen96.CTDynamicModMenu, HarmonyLib