Any way to disable single cheats within a pnach file?
#1
Is there any text command I can use to disable individual cheats within a pnach file? For example I have one of my pnach cheat files set up like this:

comment=Dawn of Mana

// Enable Code
patch=1,EE,F050B5B4,extended,0050B5B7

// Max Money
patch=1,EE,206C5414,extended,3B9AC9FF

// Max Health
patch=1,EE,106C5350,extended,00009C40

Is there some kind of command line I can put above any one code to turn it on or off, while keeping some of the codes on?
Reply

Sponsored links

#2
Put // in front of the line you want to disable. It'll comment it
CPU : AMD Ryzen 7 3800X
Mobo : Asus PRIME B450-PLUS
GPU : NVIDIA GeForce RTX 3070
RAM : 16 Go
Reply
#3
(02-24-2019, 07:16 PM)jesalvein Wrote: Put // in front of the line you want to disable. It'll comment it

So if I wanted to disable the "Max Money" code I write it like this:

comment=Dawn of Mana

// Enable Code
patch=1,EE,F050B5B4,extended,0050B5B7

// Max Money
//patch=1,EE,206C5414,extended,3B9AC9FF
Reply
#4
Yes exactly Smile
Reply
#5
You don't need the "Enable Code" btw
Reply
#6
There's also another way. On the patch line, set it equal to 0 (like patch=0,EE,XXXXXXXX,extended,XXXXXXXX)
PC Specs:
PC: HP Omen 15 dc-0051nr laptop
CPU: Intel i7-8750H (2.2 GHz up to 4.1 GHz)
RAM: 16 GB
GPU: Nvidia GeForce GTX 1060 Notebook (6 GB)
OS: Windows 10 Pro (64 bit)/Windows 8.1 Pro (64 bit)
Storage: 256 SSD PCi NV M.2+1 TB HDD
Need the latest GIT/development build? Click here!
Reply
#7
That will work only for games that don't reset the value under any situation because it set a value at the game start\boot once and then turns off...obviously for "money" you can't use this
Reply




Users browsing this thread: 1 Guest(s)