- All games
- TCG Card Shop Simulator
- Mods
- Miscellaneous
- BepInEx Pack for TCG Card Shop Simulator
BepInEx Pack for TCG Card Shop Simulator
-
Endorsements
-
Unique DLs--
-
Total DLs--
-
Total views--
-
Version0.2.0
- Download:
- Manual
0 of 0
File information
Last updated
Original upload
Created by
BepInEx Team - DIASILEDUUploaded by
DIASILEDUVirus scan
Safe to use
Current section
About this mod
Drag-and-drop. Universal plugin loader for TCG Card Shop Simulator with ConfigurationManager.
- Requirements
-
This mod does not have any known dependencies other than the base game.
Mods requiring this file
- Permissions and credits
-
Credits and distribution permission
- Other user's assets All the assets in this file belong to the author, or are from free-to-use modder's resources
- Upload permission You are not allowed to upload this file to other sites under any circumstances
- Modification permission You must get permission from me before you are allowed to modify my files to improve it
- Conversion permission You are not allowed to convert this file to work on other games under any circumstances
- Asset use permission You must get permission from me before you are allowed to use any of the assets in this file
- Asset use permission in mods/files that are being sold You are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
- Asset use permission in mods/files that earn donation points You are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
BepInEx Team
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
- Changelogs
-
-
Version 0.2.0
- Update keybind that conflicts with Steam Screenshot feature.
-
Version 0.1.0
- Initial upload
-
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