Posts: 18
Threads: 7
Joined: Feb 2017
Reputation:
0
Location: Newyork
I apologize if this is the wrong location for such a question.
I admit I'm a real noob with computers and certainly shouldn't be messing with such complicated things.
Was trying to make a pnach file as I did without much of a problem, I accidentally set it to open with notepad and can't figure out how to default it, could someone tell me how to default it or possibly tell me what the default program to run pnach is, I simply can't find it when using PCSX2CE and I believe it is because it's a notepad file currently.
I appreciate any help and i'm sorry I can't be more informative on the situation.
Sponsored links
Posts: 29.506
Threads: 16
Joined: Dec 2008
Reputation:
622
Location: 127.0.0.1
are you sure you renamed it extension as .pnach ?
did you make file extensions visible in windows ?
CPU : AMD Ryzen 7 3800X
Mobo : Asus PRIME B450-PLUS
GPU : NVIDIA GeForce RTX 3070
RAM : 16 Go
Posts: 18
Threads: 7
Joined: Feb 2017
Reputation:
0
Location: Newyork
Yes and I think so.
This is how I put the file together, i'm sure I messed up with something, as I said I really don't know what i'm doing, I really hate being a bother.
Gametitle= The Thing
Master Code
patch=1,EE,0E3C7DF2,extended,1853E59E
patch=1,EE,EE8BC64E,extended,BCBCD3EA
Health
patch=1,EE,DEBD6D7A,extended,F8AADC73
patch=1,EE,DEBD6D02,extended,002A9B83
patch=1,EE,DEBD6D0A,extended,6AAA9B1F
I'm at a complete loss to be honest, I really don't know what to do to make this work.
Posts: 29.506
Threads: 16
Joined: Dec 2008
Reputation:
622
Location: 127.0.0.1
1 - you don't need the master code
2 - you need to comment lines that don't have to be read by pcsx2 (i.e code names like "health")
comment them using //
CPU : AMD Ryzen 7 3800X
Mobo : Asus PRIME B450-PLUS
GPU : NVIDIA GeForce RTX 3070
RAM : 16 Go
Posts: 20.223
Threads: 405
Joined: Aug 2005
Reputation:
546
Location: England
Looks like you haven't converted them codes either, the memory addresses look way out.
Posts: 3.205
Threads: 68
Joined: Mar 2010
Reputation:
109
Location: Netherlands
02-28-2017, 11:44 AM
(This post was last modified: 02-28-2017, 11:45 AM by Ryudo.)
Code: //Infinite Health
//Press Select+Up to activate and Select+Down to deactivate.
patch=1,EE,200FFF00,extended,3C0100C2
patch=1,EE,200FFF04,extended,8C2191E0
patch=1,EE,200FFF0C,extended,10010004
patch=1,EE,200FFF08,extended,3C0341F0
patch=1,EE,200FFF18,extended,AC23009C
patch=1,EE,200FFF28,extended,24030070
patch=1,EE,200FFF2C,extended,0804CE04
patch=1,EE,D09A8DC2,extended,0000FFEE
patch=1,EE,2013380C,extended,0803FFC0
patch=1,EE,D09A8DC2,extended,0000FFBE
patch=1,EE,2013380C,extended,24030070
//Infinite Health (Non-jokered version)
//patch=1,EE,200FFF00,extended,3C0100C2
//patch=1,EE,200FFF04,extended,8C2191E0
//patch=1,EE,200FFF0C,extended,10010004
//patch=1,EE,200FFF08,extended,3C0341F0
//patch=1,EE,200FFF18,extended,AC23009C
//patch=1,EE,200FFF28,extended,24030070
//patch=1,EE,200FFF2C,extended,0804CE04
//patch=1,EE,2013380C,extended,0803FFC0
AMD Ryzen 5 3600 @ 3.60~4.20 GHz | Corsair Vengeance LPX 16 GB (2x8GB) DDR4-3200
MSI GeForce GTX 1660 Super @ 6 GB | Kingston A400 480GB SSD | Windows 10 Pro x64 (b19043.1288)
Posts: 18
Threads: 7
Joined: Feb 2017
Reputation:
0
Location: Newyork
02-28-2017, 02:23 PM
(This post was last modified: 02-28-2017, 02:24 PM by uhuh?.)
Thank you very much! Very helpful! Working perfectly!
|