Sorry guys for asking again, but anyone know how to enable a DMW Summon that i missed? I really want to enable Phoenix that is permanently missed on my end.
The DMW mods in the CT still keep the name as ???
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
Sorry guys for asking again, but anyone know how to enable a DMW Summon that i missed? I really want to enable Phoenix that is permanently missed on my end.
The DMW mods in the CT still keep the name as ???
There script to change/add all materia to shops. u can add it manualy too. Buy it, its save method. Read table notes.
Thanx so much for the beautifully crafted table
I just have one question:
Is there anyway to save the table with my choices intact?
I know how to make the table auto-attach, but anyway to make it auto-tick SP + XP multiplier (for example) upon starting it?
Thanx so much for the beautifully crafted table
I just have one question:
Is there anyway to save the table with my choices intact?
I know how to make the table auto-attach, but anyway to make it auto-tick SP + XP multiplier (for example) upon starting it?
function OpenProcess(timer)
if
getProcessIDFromProcessName("PROCESS.exe") ~= nil
then
object_destroy(timer)
openProcess("PROCESS.exe")
getAddressList().getMemoryRecordByDescription("enable").Active=true
end
end
t=createTimer(timer)
timer_setInterval(t,1000)
timer_onTimer(t,OpenProcess)
Of course you paste it in Cheat Engine menu "Table"/"Show Cheat Table LUA Script" or use "CTRL+ALT+L" to show the window to put the script in (i don't say that you but for others who may not know).
Replace "PROCESS" with the game's executable name and "enable" with the script you want to activate when the game is attached.
I did not created this script per se but found it somewhere a long time ago and used it since.
It's a little easier to use as you can keep the table open before launching the game and it will automatically attach when you decide to start the game (though it may not work this way for table that require to activate after loading a save or something like that).
function OpenProcess(timer)
if
getProcessIDFromProcessName("PROCESS.exe") ~= nil
then
object_destroy(timer)
openProcess("PROCESS.exe")
getAddressList().getMemoryRecordByDescription("enable").Active=true
end
end
t=createTimer(timer)
timer_setInterval(t,1000)
timer_onTimer(t,OpenProcess)
Of course you paste it in Cheat Engine menu "Table"/"Show Cheat Table LUA Script" or use "CTRL+ALT+L" to show the window to put the script in (i don't say that you but for others who may not know).
Replace "PROCESS" with the game's executable name and "enable" with the script you want to activate when the game is attached.
I did not created this script per se but found it somewhere a long time ago and used it since.
It's a little easier to use as you can keep the table open before launching the game and it will automatically attach when you decide to start the game (though it may not work this way for table that require to activate after loading a save or something like that).
That's a much more detailed answer, truly appreciate it
Please humor me
If I wanted to make a comprehensive script based on this one
Should I also replace the "enable" part of this line
i threw all this into a table as well as some dmw achievement addresses and renaming raynards minigames tab/sorting by chapter for my own use if anyone wants to swap it around.
this won't get you to 100%, you have to unlock the 3 proficiency bonuses also. //use the script Raynard made
i think 80 is (legit) max, 75 is needed for the achievement.
---
alternate perfume, changes the max (amount required) instead of the current, 2 bytes
Chapter 4 - Perfume (lock to 1 and close the blending after first drop)
"CCFF7R-Win64-Shipping.exe"+51791C4
"CCFF7R-Win64-Shipping.exe"+71B52A0
--
chapter 4 - materia collecting timer (count "up" timer), not a static have to make a script
CCFF7R-Win64-Shipping.exe+1270950
--
Chapter 2 Shelling Timer / Chapter 4 - Hojo / Chapter 8 6th wonder timer (any count "down" timer) [locked to 3 minutes]
CCFF7R-Win64-Shipping.exe+12DC1C6
the above may work as well idk