Supermarket Together

Supermarket Together

View Stats:
Moudiz Aug 28, 2024 @ 10:44am
[Mod] Automatically set prices to double the market
Just published the first (public) mod for the game; Double Market Prices! It allows you to have the pricing device be on double that of the market. Can be toggled. Rounding supported as well.

No more scrolling :steamhappy:

Links
Thunderstore:
SMT now has a thunderstore page!
Mod link there:
https://thunderstore.io/c/supermarket-together/p/Moudiz/Double_Market_Price/

Nexus Mods (Archived) https://www.nexusmods.com/supermarkettogether/mods/1
Steam guide: https://steamcommunity.com/sharedfiles/filedetails/?id=3319466836
Last edited by Moudiz; Sep 9, 2024 @ 11:10am
< >
Showing 1-15 of 23 comments
TwinShadow Aug 28, 2024 @ 10:56am 
This is a neat idea. I just pulled some mods for Supermarket Simulator and one of them did automatic pricing. One feature I like about it is the ability to have it round up or down depending on your config. That could be worth looking into for an update, as well as rounding to the nearest cent, such as nearest 0.05 or 0.10, etc.
Moudiz Aug 28, 2024 @ 11:00am 
Originally posted by TwinShadow:
This is a neat idea. I just pulled some mods for Supermarket Simulator and one of them did automatic pricing. One feature I like about it is the ability to have it round up or down depending on your config. That could be worth looking into for an update, as well as rounding to the nearest cent, such as nearest 0.05 or 0.10, etc.
oo will try to get that done so that it rounds down to .10 or .05. Thanks for the feedback!
TwinShadow Aug 28, 2024 @ 11:08am 
Since you do have a config file, you can have it where the config line is RoundPrice = X.XX or something and let the user decide on what to round it too. I just chose those two numbers because if I'm manning cashier, I don't really want to count pennies all the time. lol (even though I do this in real life, but I'm quicker in real life than I am in a game)
Moudiz Aug 28, 2024 @ 12:33pm 
Originally posted by TwinShadow:
Since you do have a config file, you can have it where the config line is RoundPrice = X.XX or something and let the user decide on what to round it too. I just chose those two numbers because if I'm manning cashier, I don't really want to count pennies all the time. lol (even though I do this in real life, but I'm quicker in real life than I am in a game)
Just released an update, was too lazy to figure out custom rounding so I implemented both 0.05 and 0.10 (they made sense) and added some more key binds. You can check the guide or the mod page for the binds.
TwinShadow Aug 28, 2024 @ 12:40pm 
Good stopgap I think. I'll have to test and see if I can get it working in MP with someone later tonight. That's gonna be fun to do. lol
Moudiz Aug 28, 2024 @ 12:44pm 
Originally posted by TwinShadow:
Good stopgap I think. I'll have to test and see if I can get it working in MP with someone later tonight. That's gonna be fun to do. lol
Enjoy! And thanks again for the feedback :2018salienpsychic:
Moses Aug 28, 2024 @ 2:19pm 
Just downloaded the mod, thank you. Is there any way for the mod to be active and not have scroll wheel price adjustment disabled?
Last edited by Moses; Aug 28, 2024 @ 2:20pm
TwinShadow Aug 28, 2024 @ 2:52pm 
I'm going to write up a small set of instructions, you're free to include them as-is, or you can modify them if you wish, but it's for the installation of BepInEx as well as the mod itself, as probably not a lot of people will know what to do off hand.

Firstly, to install the mod, BepInEx is required, so I'll be using the GitHub link in my example. You'll want to grab the BepInEx Latest Release[github.com] from this page, and the file you're looking for is BepInEx_win_x64_5.4.23.2.zip. Supermarket Together is a 64-bit game, so we'll need the 64-bit release.

Once the zip is downloaded, open it with your favorite program (my choice is 7-Zip, but use whichever is comfortable) and you'll simply extract the folders and files straight into the Supermarket Together game folder here: X:\Steam\steamapps\common\Supermarket Together - Be sure to change the X if you have it installed on a different drive than C:.

As for verification, boot the game to make sure it launches, then you can simply exit out. Back in the game's folder, go into the BepInEx folder and verify that a few folders and a log file were created. You can open the log file to see if BepInEx itself was loaded successfully.

After this, you'll download the mod itself, open it in your favorite program, and you can simply drag and drop the BepInEx folder into the game's main folder. Launch the game, and that's all you gotta do. The Double Price Modifier mod should be loaded and you're all set to play the game.
Moudiz Aug 28, 2024 @ 3:04pm 
Originally posted by Moses:
Just downloaded the mod, thank you. Is there any way for the mod to be active and not have scroll wheel price adjustment disabled?
I could try to cook up smth like that tomorrow. The reason for this behavior is because the price is constantly being set to 2x of market when the mod is active. To circumvent this you can press Q and have your scroll back but it could be annoying if you want it for all products.

Rn the code is clean and idk how to add that without it becoming a mess so it would require some thinking haha
Moudiz Aug 28, 2024 @ 3:07pm 
Originally posted by TwinShadow:
I'm going to write up a small set of instructions, you're free to include them as-is, or you can modify them if you wish, but it's for the installation of BepInEx as well as the mod itself, as probably not a lot of people will know what to do off hand.

Firstly, to install the mod, BepInEx is required, so I'll be using the GitHub link in my example. You'll want to grab the BepInEx Latest Release[github.com] from this page, and the file you're looking for is BepInEx_win_x64_5.4.23.2.zip. Supermarket Together is a 64-bit game, so we'll need the 64-bit release.

Once the zip is downloaded, open it with your favorite program (my choice is 7-Zip, but use whichever is comfortable) and you'll simply extract the folders and files straight into the Supermarket Together game folder here: X:\Steam\steamapps\common\Supermarket Together - Be sure to change the X if you have it installed on a different drive than C:.

As for verification, boot the game to make sure it launches, then you can simply exit out. Back in the game's folder, go into the BepInEx folder and verify that a few folders and a log file were created. You can open the log file to see if BepInEx itself was loaded successfully.

After this, you'll download the mod itself, open it in your favorite program, and you can simply drag and drop the BepInEx folder into the game's main folder. Launch the game, and that's all you gotta do. The Double Price Modifier mod should be loaded and you're all set to play the game.
Thanks! I’ll be sure to include it when I’m free and give you credit as I just got off my pc
Moudiz Aug 28, 2024 @ 3:09pm 
Originally posted by Moses:
Just downloaded the mod, thank you. Is there any way for the mod to be active and not have scroll wheel price adjustment disabled?
Additional reply: Perhaps rounding down would negate the need to use the scroll wheel? Since it already does minor adjustments for you
Moses Aug 28, 2024 @ 4:16pm 
Originally posted by Moudiz:
Originally posted by Moses:
Just downloaded the mod, thank you. Is there any way for the mod to be active and not have scroll wheel price adjustment disabled?
I could try to cook up smth like that tomorrow. The reason for this behavior is because the price is constantly being set to 2x of market when the mod is active. To circumvent this you can press Q and have your scroll back but it could be annoying if you want it for all products.

Rn the code is clean and idk how to add that without it becoming a mess so it would require some thinking haha

Not a huge deal, I changed the keybinding for turning it on/off over to the number 2 key since I don't use it for anything. I can quickly toggle the mod off to adjust with the scroll wheel as I see fit. Not an issue, thanks for the work you put in. This is the kind of game that modders could really turn into a gem. Hopefully workshop support is enabled at some point.
Moudiz Aug 28, 2024 @ 4:34pm 
Originally posted by Moses:
Originally posted by Moudiz:
I could try to cook up smth like that tomorrow. The reason for this behavior is because the price is constantly being set to 2x of market when the mod is active. To circumvent this you can press Q and have your scroll back but it could be annoying if you want it for all products.

Rn the code is clean and idk how to add that without it becoming a mess so it would require some thinking haha

Not a huge deal, I changed the keybinding for turning it on/off over to the number 2 key since I don't use it for anything. I can quickly toggle the mod off to adjust with the scroll wheel as I see fit. Not an issue, thanks for the work you put in. This is the kind of game that modders could really turn into a gem. Hopefully workshop support is enabled at some point.
Thank you as well! :steamhappy:
Moudiz Aug 29, 2024 @ 7:22am 
Originally posted by TwinShadow:
I'm going to write up a small set of instructions, you're free to include them as-is, or you can modify them if you wish, but it's for the installation of BepInEx as well as the mod itself, as probably not a lot of people will know what to do off hand.

Firstly, to install the mod, BepInEx is required, so I'll be using the GitHub link in my example. You'll want to grab the BepInEx Latest Release[github.com] from this page, and the file you're looking for is BepInEx_win_x64_5.4.23.2.zip. Supermarket Together is a 64-bit game, so we'll need the 64-bit release.

Once the zip is downloaded, open it with your favorite program (my choice is 7-Zip, but use whichever is comfortable) and you'll simply extract the folders and files straight into the Supermarket Together game folder here: X:\Steam\steamapps\common\Supermarket Together - Be sure to change the X if you have it installed on a different drive than C:.

As for verification, boot the game to make sure it launches, then you can simply exit out. Back in the game's folder, go into the BepInEx folder and verify that a few folders and a log file were created. You can open the log file to see if BepInEx itself was loaded successfully.

After this, you'll download the mod itself, open it in your favorite program, and you can simply drag and drop the BepInEx folder into the game's main folder. Launch the game, and that's all you gotta do. The Double Price Modifier mod should be loaded and you're all set to play the game.
Added this! Thanks again :praisesun:
TwinShadow Aug 29, 2024 @ 12:06pm 
No problem. I've written a few basic guides here and there, and something like this was just a quick write-up.

[edit] Just making an edit instead of adding a reply. I wanted to report something for those playing Multiplayer. While I have zipped up the mod and all for a friend of mine (which also includes my edited config file), apparently in a MP game, it doesn't work for clients, but the host is fine. It's going to be a bit, but I'll have him verify to see if the mod was loaded in the game at least; just wanted to point it out in case anyone else may come in for something similar down the road.
Last edited by TwinShadow; Aug 29, 2024 @ 1:41pm
< >
Showing 1-15 of 23 comments
Per page: 1530 50

Date Posted: Aug 28, 2024 @ 10:44am
Posts: 23