Supermarket Together

Supermarket Together

View Stats:
PLEASE DEV. MANUAL PRICE INPUT PLEASE!
There are sometimes people that come into our games and raise the prices using scripts or those free spinning mouse wheels to grief. Some trolls set most of the prices in my store above 50000 and so it would take thousand of years to set the prices back to normal using the regular scrolling. If you can implement a market price reset button or perhaps a manual price input, I would very much appreciated it. I am getting tired of my lobbies being griefed.
< >
Showing 1-8 of 8 comments
DDTNL  [developer] Sep 8, 2024 @ 6:05am 
There is, it is dependant on player's having numpads as for now controls cannot be reassigned.
Last edited by DDTNL; Sep 8, 2024 @ 1:58pm
Noa15Lv Sep 8, 2024 @ 6:14am 
If you don't have numpad on your keyboard, then sadly its your loss.
SlyHokage Sep 8, 2024 @ 3:03pm 
Originally posted by DDTNL:
There is, it is dependant on player's having numpads as for now controls cannot be reassigned.
Okay, but why not enable the number row (at the top of the keyboard) for this and the cash register with a card? Not everyone has a numpad so I have to scroll or click every time
Stitchy Sep 9, 2024 @ 12:31am 
The number row is for the special skills e.g. dancing and posing
Itsuki Nakano Sep 9, 2024 @ 3:59am 
use autoscroll for free bro
Robob Sep 9, 2024 @ 4:27am 
Originally posted by DDTNL:
There is, it is dependant on player's having numpads as for now controls cannot be reassigned.
Xinput and it's consequences for unity games
Dean Winchester Sep 9, 2024 @ 7:23am 
Originally posted by DDTNL:
There is, it is dependant on player's having numpads as for now controls cannot be reassigned.

I have a small desk so I use a smaller keyboard. I do have a spare with a numpad so that is good to know. Thanks. Saved me some frustration.
dobryyy Mar 1 @ 1:52am 
Originally posted by Dean Winchester:
There are sometimes people that come into our games and raise the prices using scripts or those free spinning mouse wheels to grief. Some trolls set most of the prices in my store above 50000 and so it would take thousand of years to set the prices back to normal using the regular scrolling. If you can implement a market price reset button or perhaps a manual price input, I would very much appreciated it. I am getting tired of my lobbies being griefed.

Use autohotkey, to setup script to remap row numbers and enter to numpad numbers and numpad enter


; --- Remap top-row numbers to Numpad numbers --- 1::Send, {Numpad1} 2::Send, {Numpad2} 3::Send, {Numpad3} 4::Send, {Numpad4} 5::Send, {Numpad5} 6::Send, {Numpad6} 7::Send, {Numpad7} 8::Send, {Numpad8} 9::Send, {Numpad9} 0::Send, {Numpad0} ; --- Remap Enter to NumpadEnter --- Enter::Send, {NumpadEnter} ; --- Remap dot to NumpadDot --- .:: Send, {NumpadDot} return
Last edited by dobryyy; Mar 1 @ 1:53am
< >
Showing 1-8 of 8 comments
Per page: 1530 50

Date Posted: Sep 8, 2024 @ 6:00am
Posts: 8