If I change the reward to anything other than CURRENCY_SOFT it stops giving me anything
Did you set the REWARDTYPE to the appropriate value too?
My advice use instead the LOCATION option HERE is a tutorial how to use it.
Good luck.
Ok so I tried my best to follow that tutorial and the spreadsheet to get the green double dildo but when I click on the money on the map I get nothing, it only works for money and diamonds for me
Here's a picture of my table
How to use this cheat table?
Install Cheat Engine
Double-click the .CT file in order to open it.
Click the PC icon in Cheat Engine in order to select the game process.
Keep the list.
Activate the trainer options by checking boxes or setting values from 0 to 1
Ok so I tried my best to follow that tutorial and the spreadsheet to get the green double dildo but when I click on the money on the map I get nothing, it only works for money and diamonds for me
Here's a picture of my table
Your Reward Type Length is wrong. 15 is the value what you have to write to the length.
Ok so I tried my best to follow that tutorial and the spreadsheet to get the green double dildo but when I click on the money on the map I get nothing, it only works for money and diamonds for me
Here's a picture of my table
Your Reward Type Length is wrong. 15 is the value what you have to write to the length.
Ok so I did what you said but I don't know if it worked becuase when I checked my inventory all my items were gone and I couldnt click on settings or account for some reason
Ok so I did what you said but I don't know if it worked becuase when I checked my inventory all my items were gone and I couldnt click on settings or account for some reason
ok, you killed your inventory. Not you're the first and not you'll be the last.
You cannot do any "magic" in this case (except reset your progress). Try to learn live without that panel. When the game needs something from your inventory you will see a panel about that something and its amount. Don't click on your inventory button and everything will be fine after a restart (you'll can use the settings, about, and skills button again)
Good Luck
ps.: that panel not works for me neither
Last edited by r0b33 on Fri Oct 02, 2020 8:22 pm, edited 1 time in total.
Ok so I did what you said but I don't know if it worked becuase when I checked my inventory all my items were gone and I couldnt click on settings or account for some reason
I just checked your account, and the last item you added/got, is the one that is breaking the inventory. And that appears to be CURRENCY_SOFT. Yes, you gave yourself 50 CURRENCY_SOFT. And that's not an item, but currency. So there's your reason why it doesn't work.
This is your current inventory:
Spoiler
Ok so I did what you said but I don't know if it worked becuase when I checked my inventory all my items were gone and I couldnt click on settings or account for some reason
I just checked your account, and the last item you added/got, is the one that is breaking the inventory. And that appears to be CURRENCY_SOFT. Yes, you gave yourself 50 CURRENCY_SOFT. And that's not an item, but currency. So there's your reason why it doesn't work.
This is your current inventory:
Spoiler
Wait so I added currency to my inventory and that broke it? Idk how I did that woops lol. How did you check my account?
Well, the game doesn't have any kind of security so you can pretty much get in anyone's account
Here's a script to "fix" the inventory. You'll still have the currency in your inventory, but it won't show so you can open it:
(Copy/Paste the script in the main Cheat Engine window. Just Cheat Engine in front, no need to do anything else.)
Wait so I added currency to my inventory and that broke it? Idk how I did that woops lol. How did you check my account?
Well, the game doesn't have any kind of security so you can pretty much get in anyone's account
Here's a script to "fix" the inventory. You'll still have the currency in your inventory, but it won't show so you can open it:
(Copy/Paste the script in the main Cheat Engine window. Just Cheat Engine in front, no need to do anything else.)
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>2195</ID>
<Description>"Inventory Fix"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
{$lua}
if syntaxcheck then return end
if process and readInteger(process) ~= 0 then
mono_initialize()
LaunchMonoDataCollector()
else
mono_initialize()
LaunchMonoDataCollector()
end
{$asm}
aobscanregion(get_CheckItem,InventoryPanel:Show+150,InventoryPanel:Show+300,8B 45 BC 85 C0 0F 8E)
alloc(newmem,$1000)
label(code)
label(return)
newmem:
code:
mov eax,[ebp-48]
cmp [eax+C],00540049
je @f
jmp "InventoryPanel:Show"+2f0
@@:
mov eax,[ebp-44]
test eax,eax
jmp return
get_CheckItem:
jmp newmem
return:
registersymbol(get_CheckItem)
[DISABLE]
get_CheckItem:
db 8B 45 BC 85 C0
unregistersymbol(get_CheckItem)
dealloc(newmem)
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>
Thank you that fixed it! I guess I should lurk more before trying to edit my inventory lol. I'm trying to give myself a decent amount of all the items so I can permanently unlock all the sex scenes for the girls
I seem to have the same problem as Zombino, I'm not receiving any of the items while using Get Location.
I've used the following:
Bonus Reward Length: 32
Reward: ITEM_COLLECTABLE_GREEN_LOVEBALLS|10
Reward Type Length: 15
Reward Type: Item [15]
I've also tried using Get Quest and changing the rewards, but that doesn't seem to work either other than changing the currency to diamonds.
I just don't understand how you guys can't count. That reward is 35 characters long, not 32... Like, how is it that complicated? You have websites like [Link] to count the characters. Just use that if you won't be able to properly count.
I seem to have the same problem as Zombino, I'm not receiving any of the items while using Get Location.
I've used the following:
Bonus Reward Length: 32
Reward: ITEM_COLLECTABLE_GREEN_LOVEBALLS|10
Reward Type Length: 15
Reward Type: Item [15]
I've also tried using Get Quest and changing the rewards, but that doesn't seem to work either other than changing the currency to diamonds.
I just don't understand how you guys can't count. That reward is 35 characters long, not 32... Like, how is it that complicated? You have websites like [Link] to count the characters. Just use that if you won't be able to properly count.
I know how to count thank you. Here's your letter count btw:
I know how to count thank you. Here's your letter count btw:
Sets reward to: ITEM_COLLECTABLE_GREEN_LOVEBALLS|10
Counts: ITEM_COLLECTABLE_GREEN_LOVEBALLS
Too much IQ usage towards counting, made you forget that you gotta count everything, not just the part that you like.
Shouldn't it be obvious that you need to count everything? The answer is yes, it is obvious. Otherwise the game is not getting the amount needed to add
I think that was a bad idea showing base length of the codes in the spreadsheet... i thought it'll help you when not need count everything just the 3-4 characters which you added to the code.