Toemmsen’s Mods and Projects

đź‘‹ Welcome to my site!

This website is about my mods and projects and how you can use, install or integrate them into your own.

  • I mainly focus on BeamNG-mods and BepInEx mods for various games.
  • Visit my GitHub for more information!

BepInExInstaller

What is BepInEx? “Bepis Injector Extensible is a patcher/plug-in framework for Unity games that use Mono as their scripting backend.” https://docs.bepinex.dev/index.html Why does it need an Installer? I always thought this Framework wasn’t as easily usable for End-Users as it should be. To install BepInEx into your game, you need to select the right version for your game (32Bit or 64Bit) and if it is Mono or IL2CPP. I really wanted this to be as easy as possible with nothing to go wrong. For that reason i searched for an Installer and ended up finding the one by aedenthorn: BepInExUnityInstaller. ...

February 19, 2026 Â· 3 min Â· Toemmsen

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

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

Welcome to my page

This website is about my mods and projects and how you can use, install or integrate them into your own. I mainly focus on BeamNG-mods and BepInEx mods for various games. Visit my GitHub for more information!

February 24, 2025 Â· 1 min Â· Toemmsen