
Enhanced Prefab Loader
A API to add prefabs into the game as Items, Wall Objects, Ceiling Objects, Shelves, Play Tables, Sellable Items, and more planned for the future.
Last updated | 3 days ago |
Total downloads | 1776 |
Total rating | 1 |
Categories | Tools Misc Items Furniture Decoration Shop |
Dependency string | GhostNarwhal-Enhanced_Prefab_Loader-2.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
NOTE: This is not a stand alone mod. This is a modders tool that aims to make adding new items into the game easier.
Enhanced Prefab Loader:
Join the Discord. We are a community of modders and mod users that would love to hear your ideas or assist you when things just are not working correctly.
Content:
- Add new furniture and have it added to the in game furniture shop
- Custom scripts to allow furniture to be placed on top of shelves, cash register, play tables, on the walls/glass, and even on the ceiling.
- Custom Play Tables
- Custom Shelving
- Video Players
- New sellable items
How to use:
If you are downloading this purely because it is a requirement for another mod you downloaded, then just install as said above and you are good to go.
Mod Authors:
Please watch the youtube videos attached to this mod. Setting up to properly use this mod can get a little technical, but after initial setup, everything is extremely easy. My tutorial videos will guide you through it all. Also please do join the Discord for any questions or feedback you may have. I'll happily assist you with any issues/questions you may have.
How to uninstall (EXTREMELY IMPORTANT!!!!!):
Just remove EnhancedPrefabLoader folder from the plugins and the patchers folders inside the BepInEx folder.
You should sell/remove/destroy any and all objects that are added in via prefab loader. Basically if the object is not found in the base game, then it is most likely added via prefab loader. I understand this can be difficult to tell, so I have provided a save file scrubber that will scrub the save file and remove any references that will cause the save file to be broken if prefab loader is not installed.
Download the following: clean_save extract to where ever you want it.
The download comes with both an exe and a python script (they both do the exact same thing).
For windows, you can just navigate to your save file... Path is typically something like this;
C:\Users\<username>\AppData\LocalLow\OPNeonGames\Card Shop Simulator
The save files you are looking for are named:
savedGames_Release0.json - The autosave
savedGames_Release1.json - The save on the top right
savedGames_Release2.json - The save on the bottom left
savedGames_Release3.json - The save on the bottom right
Just drag and drop the save file you want to scrub onto the exe file. It will spit out a file with the same name but with _cleaned
added to it. Remove the _cleaned
portion and replace the old save file with it and you will be good to go. Using the python script is pretty much the exact same for those that would prefer to use the python script.
Roadmap:
- Support for the new deco store
- Support for new cards(?)
Mod Authors Note (THUNDERSTORE SPECIFIC):
I changed the packaging of the zip file so now it contains a "plugins" and a "patchers" folder to be more in line with how mod loaders tend to handle this stuff.... I also changed how the config files are found.
- The patcher config files can now be anywhere in the patchers file as long as they are in a file that name ends with prefabloader
- The plugins config files are the same. They can be anywhere in the plugins folder as long as they are in a folder whos name ends with prefabloader.
So as an example mod (Preferably these should match for what the folder name is):
plugins -> Albums -> prefabloader -> something, something.json
patchers -> Albums -> prefabloader -> something.json
This should make thunderstore happy.....
Signed Ghost Narwhal creator of Enhanced Prefab Loader
Installation Guide:
Installing with a Mod Manager
This is the recommended way to install BepInEx to the game.
- Download and install Thunderstore Mod Manager or r2modman.
- Click the Install with Mod Manager button on the top of BepInEx's page.
- Run the game via the mod manager.
Installing Manually
- Install BepInEx or BepInEx by pressing 'Manual Download' and extract the contents into a folder. Do not extract into the game folder!
- Move the contents of the extracted folder into the game folder (where the game executable is).
- Run the game. If everything was done correctly, you will see the BepInEx console appear on your desktop. Close the game after it finishes loading.
- Place all Plugins into
BepInEx/plugins
in their own unique folder some zips contain a folder labeled Plugins at root, you need to go a folder in than put that into the plugins folder.
Mac & Linux:
- Follow the steps here first: Here
- Next do step 4 of the Manual Installation
- Your game should be setup for inscryption modding now
Installing on the Steam Deck (Note You may need to modify this setup if its found to be wrong, If it is, this file should be updated to cover such.)
- Download BepInEx
- Go to
Installed Files
clickBrowse
to open the folder containing The Game's local files; Put the contents Of the zip in this folder. - Download the mods you plan on using and their dependencies, You will need to unzip them.
- Make a folder for each plugin than place them in BepInEx/plugins.
- Enter Gaming Mode and check 'Force the use of a specific Steam Play compatibility tool' in the Properties menu under
Compatibility
. - Go to the launch parameters and enter
WINEDLLOVERRIDES=“winhttp.dll=n,b” %command%
. - Open the Game. If everything was done correctly, you should see a console appear on your screen.
Contact Information:
Discord: https://discord.gg/kCp4mRAVUE
Nexus Mods: https://www.nexusmods.com/tcgcardshopsimulator/mods/496?tab=posts
Videos:
- Setup; Part 1
- Setup; Part 2
- Setup; Custom Shelves
- Setup; Custom Tables
- Setup; Adding New Sellables