GiveCorrectChange
Automatically prepares the exact change for cash transactions at checkout.
| Date uploaded | a week ago |
| Version | 1.0.1 |
| Download link | AcesGamingUK-GiveCorrectChange-1.0.1.zip |
| Downloads | 292 |
| Dependency string | AcesGamingUK-GiveCorrectChange-1.0.1 |
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
- Native in-game prompt
- Draggable prompt with saved position
- Multiple prompt colour presets
- Adjustable prompt size
- 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
- Show or hide the prompt
- Change the prompt colour
- Adjust the prompt size
- Change/save the prompt position
What's New in v1.0.1
- Replaced the old status panel with a native Supermarket Together styled prompt.
- Added draggable prompt positioning.
- Added multiple prompt colour presets, including Demo Red.
- Added adjustable prompt size.
- Improved overall UI consistency and polish.
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.