0 of 0

File information

Last updated

Original upload

Created by

MaZy

Uploaded by

MaZyGer

Virus scan

Safe to use

About this mod

Normally, cashier will have a scan speed of 1.5 seconds per product. This mod changes the value randomly between min=0.5 max=1 which makes more realistic (for me at least). You can also change the values in the config file. I needed this tweak for me and like to code^^. I also saw often people complaining about it. Thats why I uploaded it.

Requirements
Permissions and credits
Changelogs
A comment from me to you
This is my first uploaded mod ever.
Thank you all using it, giving feedbacks etc.

I often write my own mods but never upload it. Since I saw often people complaining about the cashier speed (mostly youtube videos). I decided to upload this mod and tweak for you to make also enjoyable for you
I didn't except so many downloads in short time.
Thank you for the patience and downloading it.
Please donate me just small amount of $1.000.000. Thank you.

I often saw complaining about the cashier. For me aswell cashiers are toooo slow and too boring. Cashier will have a scan speed of 1.5 seconds per product. This mod changes the value randomly between 0.1f and 0.5f per product min=0.5 max=1 seconds per item which makes more realistic. You can change in the config file if it is too fast or slow (version 0.1.1). Little slower, little faster.. peep.. It made me happy. So maybe it helps you too.

Just move the DLL to Supermarket Simulator\BepInEx\plugins folder.

I was also thinking about to add completed checkout count goes higher with cashier. Normally you you earn them by beeing yourself as cashier. But if hired cashier can increase it so you wouldn't need to be be cashier to hire later more people. What do you think about it?



Update 0.2 (30.03.2024) - Payment and Scan Update

  • Now you are able to change the timer for payment process time in the config. Default is 2 seconds. In this mod its 0.8 seconds.
  • New config value ScanSameProductsTogether. By default it is deactivated. Change to true if you want to use it. This will allow to scan products of same type once instead of scanning one by one.


Update 0.1.1

Now it includes config file. Default it looks like this (BetterCashier.cfg). The file will be created if you start the game.
Checkout in the folder: Supermarket Simulator\BepInEx\config
## Settings file was created by plugin BetterCashier v0.2.0
## Plugin GUID: BetterCashier

[PaymentProcessTime]

## Delay until Paymentprocess is finished. Default value is 2 seconds.
# Setting type: Single
# Default value: 1
FinishingPaymentDuration = 1

[Scantime]

## 'Min' is the lowest 'wait' time in seconds. Default vanilla cashier scantime is 1.5 seconds per item.
# Setting type: Single
# Default value: 0.5
min = 0.5

## 'Max' is the highest 'wait' time in seconds. Default vanilla cashier scantime is 1.5 seconds per item.
# Setting type: Single
# Default value: 0.8
max = 0.8

## If true, products of same type scanned once and multiplied (like typing 3x coke instead of scanning each 3 cokes)
# Setting type: Boolean
# Default value: false
ScanSameProductsTogether = false