Installation Guide
Updated 2 days agoInstallation Guide
This guide walks you through installing BepInEx 5 and Order & Organize for Supermarket Together.
Prerequisites
Before you begin, make sure you have:
- Supermarket Together installed on Steam
- BepInEx 5 - you need the 5.x release. BepInEx 6.x is not compatible with this mod.
If you already have BepInEx 5 installed and working, skip to Installing Order & Organize.
Installing BepInEx 5
-
Download BepInEx 5 (x64) from the BepInEx releases page on GitHub.
- Choose the latest 5.x release (for example,
BepInEx_x64_5.x.x.x.zip). - Do not download a 6.x release.
- Choose the latest 5.x release (for example,
-
Find your game folder. In Steam, right-click Supermarket Together → Manage → Browse local files. This opens the folder containing
Supermarket Together.exe. -
Extract the BepInEx archive into that game folder. After extraction, you should see files like
winhttp.dllalongsideSupermarket Together.exe. -
Run the game once, then close it completely. BepInEx creates its folder structure on first launch. After this step, you should have a
BepInExfolder withplugins,config, andcoresubfolders inside your game directory.
Installing Order & Organize
-
Download
OrderAndOrganize.dllfrom your preferred mod source (Nexus Mods, Thunderstore, GitHub releases, etc.). -
Create the plugin folder:
<GameDir>\BepInEx\plugins\OrderAndOrganize\Replace
<GameDir>with your Supermarket Together installation path. -
Place
OrderAndOrganize.dllinside theOrderAndOrganizefolder. The full path should look like:<GameDir>\BepInEx\plugins\OrderAndOrganize\OrderAndOrganize.dll -
Launch the game. On first launch, the mod creates its configuration file automatically at:
BepInEx\config\com.ddqminik.supermarkettogether.orderandorganize.cfg
Verifying Installation
After launching the game, confirm the mod loaded correctly:
-
Check the BepInEx console (a separate window that may appear when the game starts) or open the log file at:
<GameDir>\BepInEx\LogOutput.logLook for a line similar to:
Order & Organize v0.5.0 loaded successfully -
Press F7 in-game to open the mod's settings window. If the window appears, the mod is installed and running.
-
Open the ordering computer in your store. You should see an Add Low Stock button on the ordering interface.
If any of these checks fail, see Troubleshooting & FAQ.
Upgrading from Smart Restock
If you previously used this mod under its old name Smart Restock, follow these steps:
-
Install Order & Organize as described above (you can keep your existing BepInEx installation).
-
Delete the old plugin manually. Remove
SmartRestock.dllfrom yourBepInEx\plugins\folder (or wherever you placed it). Do not run both mods at the same time. -
Launch the game. Your settings and category shelf data are migrated automatically on first launch. You do not need to reconfigure anything.
The new mod reads your old configuration and category assignments and converts them to the new format. Your backup files are preserved during migration.
Updating the Mod
To update to a newer version of Order & Organize:
- Close the game completely.
- Delete the old
OrderAndOrganize.dllfromBepInEx\plugins\OrderAndOrganize\. - Copy the new
OrderAndOrganize.dllinto the same folder. - Launch the game.
Your settings are preserved between updates. You do not need to delete your config file unless you want to reset everything to defaults.
Uninstallation
To remove Order & Organize from your game:
-
Delete the plugin folder:
<GameDir>\BepInEx\plugins\OrderAndOrganize\ -
Optionally delete mod data files (only if you want a clean removal):
- Config file:
BepInEx\config\com.ddqminik.supermarkettogether.orderandorganize.cfg - Category shelf data:
BepInEx\config\OrderAndOrganize_CategoryShelves.json - Category shelf backup:
BepInEx\config\OrderAndOrganize_CategoryShelves.json.backup
- Config file:
Removing the mod has zero effect on your save files. Your store, money, inventory, and progress remain exactly as they were. BepInEx itself stays installed unless you remove it separately.
Next Steps
- Learn how the restock button works: Smart Restock Button
- Set up hands-free ordering: Automatic Ordering
- Organize your backroom: Category Storage Shelves