stfyuu2 wrote: ↑Sat Apr 06, 2024 6:14 am
...
Just so this is easier: move the table you downloaded to your_profile\Documents\My Cheat Tables folder.
Open the game first, then open CE. Then in the menu up top: File > Open Process. Make sure you are in the Processes tab. Find "HorizonForbiddenWest.exe" in the list. Click it and click Open -or- double-click it. You will be asked if you want to load the cheat table with the same (that you copied to My Cheat Tables earlier). Hit Yes. Click [ Initialize ] and wait. If it still doesn't enable, then right-click the script and take a screenshot of the error you see there at the top of the right-click menu.
cievic wrote: ↑Sat Apr 06, 2024 7:08 am
...
"mov rax, PlayerEntity" cannot crash you, because it relies on a symbol that is created when you activate [ Initialize ] script. If you've activated that first and the checkbox in front of it is ticked, "PlayerEntity" then exists. Alt-tab back to the game, unpause to let it run for 1-2s, then go back to CE. See if that makes it different. It may be that you've not let the game populate PlayerEntity (aka you didn't unpause it after activating [ Initialize ].. although it should work even without doing that). Other than that, I recommend right-clicking the script and taking a screenshot of the menu that appears with the error on top (it should say WHICH LINE) errored.
crainger wrote: ↑Sat Apr 06, 2024 7:28 am
...
My OS is
Windows 10 x64. On my end I have no issues. In CE press Ctrl+Alt+Shift+L. Paste this in the bottom input box and hit
Execute:
Code: Select all
local t = os.getenv( 'USERPROFILE' )
print( t )
This is what I see:
I don't know what's happening on your end, but if "os.getenv( 'USERPROFILE' )" + \\Desktop\\ doesn't return your Desktop, then I have no clue what's up. Anyway, follow the path displayed there and you shall find your file.
I've modified the dump scripts to write the file to user's %HOMEDRIVE% + %HOMEPATH%. That way no one will complain anymore. Will be available in the next update.