..:: PCSX2 Forums ::..
Register | Help | Log In |
Register PCSX2 Site Forums Member List Donate View Today's Posts Search

Current time: 05-23-2013, 11:18 PM Hello There, Guest! (Login — Register)

..:: PCSX2 Forums ::.. / PCSX2 Discussion and Support / General Discussion and Support (Windows) v
« Previous 1 ... 239 240 241 242 243 ... 934 Next »
/ Word? or Extended?



User(s) browsing this thread: 1 Guest(s)

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Word? or Extended?
Author Message
vuze4u Offline
Newbie

Posts: 17
Joined: Mar 2012
Location:
Reputation: 0
Post: #1
Word? or Extended?
I'm newb to the PCSX2 cheat patch, especially memory hack is one thing i'm not (yet) specialized in. I was reading this: http://forums.pcsx2.net/Thread-How-pnach-files-work, but it didn't further explain the difference between Word and Extended and to use on which code.

Also there are 3 line codes after converted to raw becomes a single line with Omniconvert tool, it works when i put Extended, and there are 3 line code in as one which i'm not sure how to put.

i7-720QM 1.6GHz [SSE4.1-Direct3D11-HW-2xNative]
Radeon 5730 1GB-DDR3 | 4GB DDR3-1333MHz | W7Ultimate-7601 32bit
< Running PCSX2 0.9.8 >
04-02-2012 03:36 PM
Find all posts by this user Quote this message in a reply
vsub Offline
Posting Freak
****

Posts: 3.754
Joined: Feb 2009
Location:
Reputation: 127
Post: #2
RE: Word? or Extended?
Extended use as info(how long value you are going to modify),the fist digit of the address

If the value for your cheat is 1 byte long(value from 0-255(0-FF))...use only one address,you have to place 0 for the first digit of the address.

If the value for your cheat is 2 bytes long(value from 0-65535(0-FFFF))...uses two address,you have to place 1 for the first digit of the address.

If the value for your cheat is 1 byte long(value from 0-4294967295(0-FFFFFFFF))...uses 4 address,you have to place 2 for the first digit of the address.

With byte,short and word is almost the same but.
For first digit you must use either 0 or 2.

If the value for your cheat is 1 byte long(value from 0-255(0-FF))...use only one address,you have to place byte between the address and value

If the value for your cheat is 2 bytes long(value from 0-65535(0-FFFF))...uses two address,you have to place short between the address and value

If the value for your cheat is 1 byte long(value from 0-4294967295(0-FFFFFFFF))...uses 4 address,you have to place word between the address and value.

It's just easier to use extended and it's preferable

P4 2.8GHz,6600GT,1024 RAM
Cheats decrypter/converter/editor and more
GameFAQ Saves to PCSX2 Memory Card
04-02-2012 05:41 PM
Find all posts by this user Quote this message in a reply
recoder Offline
Super Saiyan 2
****

Posts: 1.608
Joined: Mar 2011
Location: India
Reputation: 45
Post: #3
RE: Word? or Extended?
I prefer to keep it in Extended only. All of my Cheats work in extended Perfectly Fine. Smile

[Image: recodersignature2.png]
04-02-2012 06:07 PM
Visit this user's website Find all posts by this user Quote this message in a reply
vuze4u Offline
Newbie

Posts: 17
Joined: Mar 2012
Location:
Reputation: 0
Post: #4
RE: Word? or Extended?
Cool, so i made 2 set of code based on my understanding, i tried Extended version ingame but it didn't have any effect and there's no red text on the PCSX2 log, could you verify if it contain error? Thanks

Code:
//High Dmg
patch=1,EE,203BB2DD,extended,0F0F0F0F
patch=1,EE,103BB2E1,extended,00000F0F
patch=1,EE,003BB2E3,extended,0000000F

Code:
//High Dmg
patch=1,EE,203BB2DD,word,0F0F0F0F
patch=1,EE,103BB2E1,short,00000F0F
patch=1,EE,003BB2E3,byte,0000000F

i7-720QM 1.6GHz [SSE4.1-Direct3D11-HW-2xNative]
Radeon 5730 1GB-DDR3 | 4GB DDR3-1333MHz | W7Ultimate-7601 32bit
< Running PCSX2 0.9.8 >
(This post was last modified: 04-02-2012 07:28 PM by vuze4u.)
04-02-2012 07:24 PM
Find all posts by this user Quote this message in a reply
vsub Offline
Posting Freak
****

Posts: 3.754
Joined: Feb 2009
Location:
Reputation: 127
Post: #5
RE: Word? or Extended?
Both are correct...the code is either not for your version of the game or just wrong

P4 2.8GHz,6600GT,1024 RAM
Cheats decrypter/converter/editor and more
GameFAQ Saves to PCSX2 Memory Card
04-02-2012 07:28 PM
Find all posts by this user Quote this message in a reply
vuze4u Offline
Newbie

Posts: 17
Joined: Mar 2012
Location:
Reputation: 0
Post: #6
RE: Word? or Extended?
It actually works! I thought it would be doing Max Dmg like 9999. But is based on the weapon's maximum damage range.

Awesome, thanks for the help!

i7-720QM 1.6GHz [SSE4.1-Direct3D11-HW-2xNative]
Radeon 5730 1GB-DDR3 | 4GB DDR3-1333MHz | W7Ultimate-7601 32bit
< Running PCSX2 0.9.8 >
04-02-2012 07:35 PM
Find all posts by this user Quote this message in a reply
synce Offline
二次元最高ぅぅぅ!!!
****

Posts: 782
Joined: Oct 2010
Location:
Reputation: 17
Post: #7
RE: Word? or Extended?
In my expererience 'extended' always works unless the cheat starts with an A (ex: A01DA1A8 00000000). In that case I use 'word' or else it doesn't work

MALIBAL Lotus | i7 2760QM @2.4~3.4GHz | GTX 560M 1.5GB | 8GB RAM @1600MHz
Guide: PCSX2 Widescreen Gaming | 日本人のためのワイドスクリーン修正 (2012.07.23 UPDATE)
04-03-2012 02:52 AM
Find all posts by this user Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread



Current time: 05-23-2013, 11:18 PM

Contact Us | PCSX2 | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication

Powered By MyBB, © 2002-2013 MyBB Group.
Theme created by IncadudeF and modified by bositman