[...] (latest: 1.2.97.306_CV1503_v2 which works well except the phone storage option - if i have enough time i will update it, but since the last update behaves strangely)
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
is the get location cheat cant be use to get any sexpose or sexbackground anymore?
I try it several times but cant get any sexpose and sexbackground
Some of them worked for me and some of them didn't.
Some girls show up a blank sexpose and background for me: Suraimu, Xiu, Finja, Liv's event pose & bg
Jacky's sexpose shows the keyframes but no animation. Cara's is just outside of the frame.
I don't know what causes these problems.
Suraimu's and Finja's were eventually fixed for me after the game downloaded their data again but the rest aren't fixed.
Maybe they are a work in progress?
is the get location cheat cant be use to get any sexpose or sexbackground anymore?
I try it several times but cant get any sexpose and sexbackground
Some of them worked for me and some of them didn't.
Some girls show up a blank sexpose and background for me: Suraimu, Xiu, Finja, Liv's event pose & bg
Jacky's sexpose shows the keyframes but no animation. Cara's is just outside of the frame.
I don't know what causes these problems.
Suraimu's and Finja's were eventually fixed for me after the game downloaded their data again but the rest aren't fixed.
Maybe they are a work in progress?
The table only gives access to the content of the game, the table cannot modify the content thus made available.
If a code appears in game the best what i can do: i'm publishing it.
I don't have the time, energy or inclination to check one by one what works, what doesn't works or what doesn't works well.
1.2.94.261 Downloaded: 192 times. Thanked: 4 times
1.2.97.306 Downloaded: 145 times. Thanked: 6 times
1.2.97.306_v2 Downloaded: 107 times. Thanked: once
1.2.98.328 Downloaded: 57 times. Thanked: once
Do you think it's worth caring?
3. Flea Market was a timed event with a gatcha like mini event, which gave a second chance to getting earlier event rewards for diamonds.
is there a script to unlock all clothing options that im just too blind to see, or is that something you dont have the time or care to do?
and a second question, what on earth is the flea market, where is it and what does it do
I've thought about it too, but as r0b said it's impossible, maybe the closest thing is to exchange the gacha prizes for the clothes you want, but it must be impossible, I'm not sure
I've thought about it too, but as r0b said it's impossible, maybe the closest thing is to exchange the gacha prizes for the clothes you want, but it must be impossible, I'm not sure
I don't think that would be impossible. It's not an easy ride, but i don't think that would be impossible.
1.) As i told here earlier i'm not a coder. Everything what i know learned here. A real coder could certainly write a proper script.
Just for example: I’ve been trying to solve the phone storage expansion since six days.
2.) There is the All girl option (i know, isn't perfect, but far the best solution) and there is the All MMS option. If you have an all garment option what would be the challenge in the game? If you really need that option then this isn't your game. Google for various hentai pictures instead.
3.) Reflecting / expanding the first point: My biggest "fear" if they (nutaku) make a change which disables the get location option. i don't understand how it works, so i won't be able to update it. I undertook to maintain the table for a while, but there's no harm to accept: my knowledge is not infinite.
is there a script to unlock all clothing options that im just too blind to see, or is that something you dont have the time or care to do?
I just randomly took a look at it after quite a while that I check the game. And it's easier than I expected. Even though I never did fully look into it, but yeah, here's a script to make all garments available. Not unlock, but be able to choose any while the script is enabled. Making them be fully unlocked would be possible too, but it would need a more extensive script.
(Copy and paste all this code into the main Cheat Engine window. Nothing in front, just the main Cheat Engine window, and press Ctrl+V or right click in the address list and click 'Paste'.)
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>2587</ID>
<Description>"All Outfits are Available"</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 end
{$asm}
aobscanregion(getUnlockedGarments,GirlVariation:GetUnlockedGarments,GirlVariation:GetUnlockedGarments+150,90 E8 * * * * 85 C0 74)
alloc(GUGSave,2) //Just in case the jump changes length in future updates
registersymbol(getUnlockedGarments)
registersymbol(GUGSave)
GUGSave:
readmem(getUnlockedGarments+8,2)
getUnlockedGarments+8:
db 90 90
[DISABLE]
getUnlockedGarments+8:
readmem(GUGSave,2)
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>
So im having trouble unlocking sex poses and sex backgrounds using get location. Im doing everything correctly typing in the right adresses with the correct character length but whenever I go to the girl I wanted the pose for it wont even give me the option to select a pose or background( pink box with video camera does not appear in top right). But overall great work on the table. If there are any solutions to this that would be great.
is there a script to unlock all clothing options that im just too blind to see, or is that something you dont have the time or care to do?
I just randomly took a look at it after quite a while that I check the game. And it's easier than I expected. Even though I never did fully look into it, but yeah, here's a script to make all garments available. Not unlock, but be able to choose any while the script is enabled. Making them be fully unlocked would be possible too, but it would need a more extensive script.
(Copy and paste all this code into the main Cheat Engine window. Nothing in front, just the main Cheat Engine window, and press Ctrl+V or right click in the address list and click 'Paste'.)
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>2587</ID>
<Description>"All Outfits are Available"</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 end
{$asm}
aobscanregion(getUnlockedGarments,GirlVariation:GetUnlockedGarments,GirlVariation:GetUnlockedGarments+150,90 E8 * * * * 85 C0 74)
alloc(GUGSave,2) //Just in case the jump changes length in future updates
registersymbol(getUnlockedGarments)
registersymbol(GUGSave)
GUGSave:
readmem(getUnlockedGarments+8,2)
getUnlockedGarments+8:
db 90 90
[DISABLE]
getUnlockedGarments+8:
readmem(GUGSave,2)
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>
Man, this is really amazing, I wasn't expecting anything with my comment I just commented for commenting, but this is certainly amazing, thanks for the attention you and r0b gave
I'm confused.
Why wont the free sex upgrade script work?
I get this error message about 70-80% of the time i restart the game.
It is never consistent.
Is there anything i can do?
Im using the table posted about 2 weeks ago.
THIS IS A PASTE OF THE SCRIPT