GiveCorrectChange
Prepare exact change for cash transactions with manual, auto-fill, or auto-complete modes.
| Date uploaded | a week ago |
| Version | 1.0.0 |
| Download link | AcesGamingUK-GiveCorrectChange-1.0.0.zip |
| Downloads | 62 |
| Dependency string | AcesGamingUK-GiveCorrectChange-1.0.0 |
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
Give Correct Change
Never miscount change again!
Give Correct Change is a quality-of-life mod for Supermarket Together that makes cash transactions faster while still letting you choose how much automation you want.
Features
- Three cash-handling modes
- Rebindable hotkey, default F
- Lightweight in-game status panel
- Draggable panel with saved position
- ConfigManager compatible
- Multiplayer friendly
- Minimal performance impact
Modes
Manual Fill
The default mode.
Press the configured hotkey, default F, to prepare the exact change. Then click the cash pile on the counter to hand the change to the customer.
Auto Fill
Automatically prepares the exact change when a cash transaction starts. You still click the cash pile on the counter to hand the change to the customer.
Auto Complete
Automatically completes cash transactions instantly.
Configuration
The config file is generated after launching the game once with the mod installed.
BepInEx/config/acesgaminguk.supermarkettogether.givecorrectchange.cfg
Config options include:
- Enable/disable the mod
- Change mode
- Rebind the hotkey
- Change/save the panel position
Installation
- Install BepInEx.
- Place
GiveCorrectChange.dllinto your BepInEx plugins folder. - Launch the game.
- Adjust the config if needed.
Support
Report issues or suggestions on GitHub:
CHANGELOG
Changelog
1.0.1
- Replaced the old interface with the native-style AcesGamingUK prompt.
- Added prompt colour, size, and draggable saved-position settings.
- Cleaned nullable-reference warnings in the shared prompt code.
1.0.0
-
Added ManualFill mode with a draggable status panel and hotkey-driven correct change preparation. Default hotkey is
F. -
Added AutoFill mode.
-
Added AutoComplete mode.
-
Normalized exact-change payments to avoid money loss.
-
Updated startup logger banner to AcesGamingUK standard.
-
Made config section headers more visible.
-
Replaced the old IMGUI panel with the reusable native-style AcesGamingUK prompt.
-
Added prompt colour, size, and draggable saved position options.