0 of 0

File information

Last updated

Original upload

Created by

BepInEx Team - DIASILEDU

Uploaded by

DIASILEDU

Virus scan

Safe to use

About this mod

Drag-and-drop. Universal plugin loader for TCG Card Shop Simulator with ConfigurationManager.

Requirements
Permissions and credits
Changelogs
BepInEx Mod Loader for TCG Card Shop Simulator




Installation Guide:
0. Close the game!
1. Download the latest version of BepInEx from the files tab.
2. Extract all files from the .zip file to your game directory. (SteamLibrary > Right click game > Manage > Browse local files).
3. Ensure that the `winhttp.dll` file and the `BepInEx` folder are in the same directory as your game's executable. There will be other files in there, just make sure this two are in there.
4. Run the game to complete the installation and finish setup. Press F1, if you see a window, congratulations, your installation was correct! 
(Optional) A console window will show, just ignore it, better to use it for troubleshooting. (only if tbs config is installed).
5. Install mods!

For a more detailed guide, visit the official BepInEx installation guide. For a visual guide visit YouTube YouTube and follow the steps. Thanks to Tarrabyte and WiseHorror!

User Tips and Troubleshooting:
  • Check Compatibility: Ensure that the mods you are using are compatible and made for the version of BepInEx you have installed. 
  • Log Files: If you encounter issues, check the log files located in the `BepInEx` folder. These logs can provide valuable information for troubleshooting. Download optional config that enables debug. Upload it to any of the following sites (Rentry.co, pastes, Pastebin) and share the link. Do NOT upload them as a comment, avoid cluttering the posts tab.
  • Common Issues: If the game fails to load, verify that all files are placed in the correct directory. People have mentioned to start Steam in admin mode, not sure why but it fixes some issues.
  • Documentation: Refer to the official BepInEx troubleshoot documentation for detailed information and troubleshooting steps.
  • Plugin configuration: Use ConfigurationManager (F1 in-game). Configuration files are located in the BepInEx/config directory. They use TOML, which is very similar to .ini files.

Developer Tips:
  • Mod folders: When creating mods, ensure you pack them with the correct folder structure. This typically includes a `plugins` folder where your mod files will reside. Save yourself some time and avoid "where to extract" comments, just drag and drop.
  • Use ConfigurationManager: Utilize the ConfigurationManager plugin to create customizable settings for your mods. This allows users to easily adjust settings while playing without modifying configuration files manually.
  • Use Loggers: Use the loggers to troubleshoot issues faster, it will help a lot (not more that debugging). It can even allow non-developers to troubleshoot simple issues.


Contents:
  • Bepis Injector Extensible (BepInEx 5.4)
  • ConfigurationManager
  • Other modloaders? TBD


Useful Links:
TCG Card Shop Simulator Steam Page
BepInEx Documentation
BepInEx API Documentation
BepInEx GitHub Repository
BepInEx on NexusMods
Debug with UnityDoorstop
HarmonyX Docs
BepInEx DevTools