Post your PCSX2 cheats-patches here!
Did you saw that I was saying that the code is disabled for safety when you copy the code and paste it here.

Read carefully
http://forums.pcsx2.net/Thread-Post-your...8#pid44078
Reply

Sponsored links

(09-09-2010, 09:58 AM)vsub Wrote: Did you saw that I was saying that the code is disabled for safety when you copy the code and paste it here.

Read carefully
http://forums.pcsx2.net/Thread-Post-your...8#pid44078

Yes, I saw that part. Sorry I didn't specify that I did activate it. I can get it to make the coins but it just wont let me use them. When I try and press X to use them it makes the same sound as it does when you just try and click on an empty space. Here is what I have written in the pnach file for getting the durability coin. Maybe I just inadvertently messed something up while activating it.

// Item Modifier 0 - 428
patch=1,EE,01E2262E,short,000000CA

and thank you for the quick response!
Reply
You are not doing it correctly.
As the name says Item MODIFIER...meaning you have to place item to be able to have it.
The code is not working because if the slot is empty,when you change it to some item,you still have 0 of it because the address of the amount of items in that slot is set to 0 because you don't have item there.If you place item there and then change the value,you will be able to use it.

Just place something on the slot before the last one,use the code to have 999 of it and move to that slot how much you want to have of the item you want.
Reply
(09-09-2010, 06:40 PM)vsub Wrote: You are not doing it correctly.
As the name says Item MODIFIER...meaning you have to place item to be able to have it.
The code is not working because if the slot is empty,when you change it to some item,you still have 0 of it because the address of the amount of items in that slot is set to 0 because you don't have item there.If you place item there and then change the value,you will be able to use it.

Just place something on the slot before the last one,use the code to have 999 of it and move to that slot how much you want to have of the item you want.

Thank you again for the quick replay again but I am unfortunately still having problems. I'll try and elaborate on my problem as much as possible. If I place a durability coin in the 999 item slot it does not give me multiple coins. If I place the durability coin in the modification spot only a single coin will work and the rest you can't click on. Now if I place a rolling log in the 999 item slot and then the coin slot I can get 999 durability coins but they have the exact same properties as the logs. So if I try and add them to a weapon I get 1 chill point instead of the coin properties. I have trying doing it all at once and adding the items then saving and rebooting but none of it seems to work. Could the problem be instead that the 999 item slot does not multiply the coins right since it wont multiply any of my coins or gems? It gives " " as the name of any coin or gem I add and it takes 3 points to add it to a weapon instead of 1. Maybe that will help. I'm terribly sorry for all the trouble, I feel like there is something very simple that I am just not grasping.

Edit: Strangely enough it doesn't matter what item I try and add to the coin to modify it. It always wants to break down into 1 chill point. Even if i try and put in a flame stone. Just thought this might be something worth knowing.
Reply
Hello everyone,

I am posting a request for a patch, which is a rather unusual one. For Fate/Unlimited Codes, I am looking for codes that will allow me to have the lifebars and associate gauges that are displayed during a match, so I essentially have a clean screen with no overlays and just the characters and background.

I've tried it myself with Phaste and I cannot figure it out for the life of me, so I would really appreciate it if someone could lend a hand on this.

Thanks in advance!
Reply
Could anyone make a patch for me for Final Fantasy X-2 (E)(9AAC5309)? I'd like Infinite Ammo/Health for the Gunner's Gauntlet and Infinite Sphere Break Coins. I have tried myself but the codes didn't have the right effect and converted ARMAX codes don't work either.
Computer Specs:
Windows 10 Pro x64
AMD FX-8350 Eight-Core Processor
Nvidia GeForce GTX 670
2x4GB G.Skill F3-12800CL9 1600MHz
Always running latest PCSX2 build
Reply
Mark IV is that SLES_515.18 right?
If the condensed code(start with 40...pcsx2 in most cases don't like this code type) don't work,replace it with this

Code:
patch=1,EE,2036F020,extended,63636363
patch=1,EE,2036F024,extended,63636363
patch=1,EE,2036F028,extended,63636363
patch=1,EE,2036F02C,extended,63636363
patch=1,EE,2036F030,extended,63636363
patch=1,EE,2036F034,extended,63636363
patch=1,EE,2036F038,extended,63636363
patch=1,EE,2036F03C,extended,63636363
patch=1,EE,2036F040,extended,63636363
patch=1,EE,2036F044,extended,63636363
patch=1,EE,2036F048,extended,63636363
patch=1,EE,2036F04C,extended,63636363
patch=1,EE,2036F050,extended,63636363
patch=1,EE,2036F054,extended,63636363
patch=1,EE,2036F058,extended,63636363
patch=1,EE,2036F05C,extended,63636363


Attached Files
.pnach   9AAC5309.pnach (Size: 456 bytes / Downloads: 392)
Reply
Anyone got a working cheat for Wild Arms 5 ...?
I've tried converting ArMax and CodeBreaker codes, but still can't get a working one though it doesn't produce any error for the emulator Sad
It's NTSC , SLUS-21615, with CRC : C1640D2C
Just an "Infinite items or all items" will be enough for me..
Thx....
Reply
That game(Wild Arms 5)have more than 400 items which means enabling more than 400 lines code and that's not all.Those 400 lines are only to have the item...add more 400 to have x amount every one of them.

I doubt pcsx2 can handle such code without crashing.
Where did you find all items code...maybe you are not converting it correctly(if it's actually need converting)
Reply
(09-20-2010, 11:05 AM)vsub Wrote: Mark IV is that SLES_515.18 right?
If the condensed code(start with 40...pcsx2 in most cases don't like this code type) don't work,replace it with this

Code:
patch=1,EE,2036F020,extended,63636363
patch=1,EE,2036F024,extended,63636363
patch=1,EE,2036F028,extended,63636363
patch=1,EE,2036F02C,extended,63636363
patch=1,EE,2036F030,extended,63636363
patch=1,EE,2036F034,extended,63636363
patch=1,EE,2036F038,extended,63636363
patch=1,EE,2036F03C,extended,63636363
patch=1,EE,2036F040,extended,63636363
patch=1,EE,2036F044,extended,63636363
patch=1,EE,2036F048,extended,63636363
patch=1,EE,2036F04C,extended,63636363
patch=1,EE,2036F050,extended,63636363
patch=1,EE,2036F054,extended,63636363
patch=1,EE,2036F058,extended,63636363
patch=1,EE,2036F05C,extended,63636363
It's not working, no effect whatsoever.
Computer Specs:
Windows 10 Pro x64
AMD FX-8350 Eight-Core Processor
Nvidia GeForce GTX 670
2x4GB G.Skill F3-12800CL9 1600MHz
Always running latest PCSX2 build
Reply




Users browsing this thread: 18 Guest(s)