ducksarenice wrote: ↑Mon Nov 29, 2021 3:27 pm
how do you get the item for the progress bar on the interactive scene? do you have to spam the dates to have a chance on getting one of the items?
I tried clicking the girls in the interactive scene as some people said to do but it didn't do anything
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="38">
<CheatEntries>
<CheatEntry>
<ID>2587</ID>
<Description>"Interactive Scene Prop Enabler"</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
OpenProcess("BootyCalls.exe")
mono_initialize()
LaunchMonoDataCollector()
end
{$asm}
Player:HasUnlockedInteractiveSceneProperty:
db B0 01 C3
[DISABLE]
Player:HasUnlockedInteractiveSceneProperty:
db 55 8B EC
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>
Copy above code and paste into CE and save your modified table.
If you selected this option before open an interactive scene this will make all props selectable.
Unfortunately this is only temporary, it will work as long as the option is active. If you want a permanent solution, play the game, unlock quests with [QUESTS] option or use the [GET LOCATION] option.
Good Luck!
Jerome77114 wrote: ↑Mon Nov 29, 2021 7:55 pm
Hello GreenHouse
I looked on the first post and the steam version of the post is 1.2.108.34 and the current version of the game is 1.2.109.62 unfortunately not compatible.
I admire your work.
Well, I'm not GreenHouse but let me explain something what maybe you missed:
The table was made for the current version of the game. It may or may not work with later versions.
So... The table was made for 1.2.108.34 version, but it (may) work with later versions.
Try before write.
Good Luck!