For now I've been editing the save file since it's in basic format allowing for easy read and changing the values of items to 1000+ to allow for easy sale and getting money.
You can find your save file in: C:\Users\*username*\AppData\LocalLow\Weed Games\Weed Shop 3\
Autosave file = WS3.weed
Manual save files = WS3_0.weed, WS3_1.weed, WS3_2.weed, etc.
Changing the money, XP, level values don't work anymore as it's also tied to the "ws3_dil**do" line and numbers ending in "420":
[quote]
"ws3_dil**do" : {
"__type" : "System.Int32[],mscorlib",
"value" : [
1228047750,1228051393,1038302347,1038302351,1200402041,1200402342,420
]
},
"_ws3" : {
"__type" : "System.Int32[],mscorlib",
"value" : [
5703,479,4
]
},
"_ws" : {
"__type" : "System.Int32[],mscorlib",
"value" : [
5703,479,4
]
[/quote]
Deleting "ws3_dil**do" and editing the below values result in resetting your money and level progress.
In any case, you can still edit the item count by changing these quantity (and quality) values manually:
[quote]
"value" : [
{
"id" : "Seed Indica 1",
"quantity" : 999,
"quality" : 100,
"payload" : "",
"k__BackingField" : false,
"k__BackingField" : false
},{
"id" : "Indica 1",
"quantity" : 1000,
"quality" : 100,
"payload" : "",
"k__BackingField" : false,
"k__BackingField" : false
},
[/quote]
and so on.
Hopefully a fix for the XP and other stuff comes through soon. The game is made in Unity and is pretty easy to modify the assembly dll data to do stuff of your choosing if you know what you're doing.
Edit: I don't think [code]tags[/code] work so I'm just going with quote and hoping that works. /shrug
[Edited by Anticheats, 5/4/2022 12:12:26 AM]