-
-
Notifications
You must be signed in to change notification settings - Fork 1
FAQ
Tip
All file paths mentioned in this FAQ are relative to your game folder, e.g. BepInEx/LogOutput.log
= [game folder]/BepInEx/LogOutput.log
, where [game folder]
is the path to the folder containing the game's executable (e.g. Supermarket Simulator.exe
).
Steam users can find this folder by right-clicking the game in their Steam library and selecting Manage
-> Browse local files
.
BepInEx is a general purpose framework for Unity modding. This is a BepInEx pack for Supermarket Simulator, preconfigured and ready to use.
Yes! Please see the Compatibility with MelonLoader section of the README for more information.
Tough luck. I won't be helping you with that. If you have problems running mods on a pirated copy of a game, 99% of the time it's the pirated copy that's the problem, not the mods.
Mods operate under the assumption that the game is in a specific state, has specific code which does specific things that they can rely on. If these assumptions are proven false, then their mod is not going to be able to function correctly.
Pirated copies of games frequently break these assumptions, and therefore frequently break mods. If you're getting bugs when running a pirated copy of a game, the most likely solution is to run a legitimate copy of the game. No developer is going to want to help you until you try that first, because otherwise you're just wasting their time.
However, you can try the following links:
- Easy tutorial video to get all mods working on pirated copies
- Detailed guide on how to mod pirated games
- The only legitimate solution to problems with pirated copies
This pack doesn't make any noticeable changes in-game by itself. This pack simply loads BepInEx plugins and patchers (and MelonLoader mods and plugins), and it is up to them to make changes to your game!
So, if you haven't yet actually installed any mods, BepInEx is probably working fine. You can verify this by checking the LogOutput.log
file which should have been generated in your BepInEx
folder.
If the LogOutput.log
file is not being generated or updated when you run the game, the first thing to do is to reinstall the latest version of the pack, carefully following the instructions.
If BepInEx itself seems to be working, but you have installed mods for BepInEx or MelonLoader which aren't working, see the below sections:
- BepInEx loads, but none of my mods are working!
- Some of my BepInEx plugins aren't working!
- Some of my MelonLoader mods or plugins aren't working!
- I'm running a pirated copy of the game and believe I am entitled to your help!
First things first, make sure you actually installed the mods to the right place. Refer to the Installing mods section of the README for details.
If none of your mods are working, first try restarting your computer. Genuinely, sometimes things just go wonky with computers and a reboot will fix it.
Otherwise, see the below sections:
Issues with BepInEx plugins are usually going to be either an installation issue caused by a mod manager, some manner of PEBCAK issue, or a bug with the plugin itself.
At the moment, the best you can do is reach out to the wider modding community for help. I recommend the Modded Supermarket Simulator discord server. Head to the #general-support
channel, describe the problem you need help with, and upload your full log file (found at BepInEx/LogOutput.log
) for the people there to look over. Make sure to be patient and polite, as these people are volunteering their free time to help you!
Please refer to BepInEx.MelonLoader.Loader's troubleshooting guide.
You could reach out to the wider modding community for help. I recommend the Modded Supermarket Simulator discord server. Head to the #general-support
channel, describe the problem you need help with, and upload your full log file (found at BepInEx/LogOutput.log
) for the people there to look over. Make sure to be patient and polite, as these people are volunteering their free time to help you!
Alternatively, feel free to post a comment on the posts tab of this pack on Nexus Mods describing your issue, and I'll try to help you out. But be forewarned: if you're just going to ask a question which could have been answered by reading the instructions or this FAQ, there's a good chance you'll get a snarky response.