Final Fantasy 12
#11
Additional to s.sakash's question: Do you use cheats?
Reply

Sponsored links

#12
(12-05-2014, 12:40 PM)s.sakash Wrote: can you post the screenshot of your pcsx2 settings.

EE/IOP
   

VUs
   

GS
   

GS Window
   

Speedhacks
   

Game Fixes
   
Reply
#13
(12-06-2014, 12:31 AM)willkuer Wrote: Additional to s.sakash's question: Do you use cheats?

Oh yeah, I'm using this cheat.

gametitle=Final Fantasy XII [SLUS_209.63] (USA) [0779FBDB]

//Great Crystal Gates open
patch=1,EE,00548A29,word,000000FF
patch=1,EE,00548A2A,word,000000FF

//Alle Hunts Accepted
//patch=1,EE,00549110,word,FFFFFFFF
//patch=1,EE,00549114,word,00001FFF

//Have Alle Spells
//patch=1,EE,4054EF70,extended,00040001
//patch=1,EE,FFFFFFFF,extended,00000000

//comment=Enemies Drop More Loot
patch=1,EE,002EC810,word,00000000
patch=1,EE,003162A8,word,00000000
patch=1,EE,003162F0,word,109E0004
patch=1,EE,00316314,word,109E0004

//comment=Max LP Gained (After Battle)
//patch=1,EE,202EC6BC,word,00000000

//Always Full Action Gauge
//patch=1,EE,2030C6C4,word,AEB5070C

//comment=6?x Exp Gained (After Battle)
//patch=1,EE,003B3D34,word,00000000
//patch=1,EE,003B3EE4,word,0002A8C0

//comment=4x Exp Gained (After Battle)
//patch=1,EE,003B3D34,word,00000000
//patch=1,EE,003B3EE4,word,0002A880

//comment=2x Exp Gained (After Battle)
//patch=1,EE,203B3D34,word,00000000
//patch=1,EE,203B3EE4,word,0002A840

//comment=8x LP Gained (After Battle)
//patch=1,EE,003B404C,word,000310C0
//patch=1,EE,003B4054,word,000310C0

//comment=4x LP Gained (After Battle)
//patch=1,EE,003B404C,word,00031080
//patch=1,EE,003B4054,word,00031080

//comment=Vaan codes all good status
//patch=1,EE,0054A144,word,567c0000

//comment=Ashe codes all good status
patch=1,EE,0054A308,word,567c0000

//comment=Fran codes all good status
patch=1,EE,0054A4CC,word,567c0000

//comment=Baltier codes all good status
patch=1,EE,0054A690,word,567c0000

//comment=Penelo codes all good status
patch=1,EE,0054AA18,word,567c0000

//comment=Bash codes all good status
patch=1,EE,0054A854,word,547c0000

//comment=chocobo infinite time and sprints
patch=1,EE,003018D0,word,3C01461C
patch=1,EE,003019B0,word,26040000

//comment=all gambits
patch=1,EE,0054EF80,word,FFFFFFFF
patch=1,EE,0054EF84,word,FFFFFFFF
patch=1,EE,0054EF88,word,FFFFFFFF
patch=1,EE,0054EF8C,word,FFFFFFFF
patch=1,EE,0054EF90,word,FFFFFFFF
patch=1,EE,0054EF94,word,FFFFFFFF

//comment=100% Successful Steal Rate Always On
patch=1,EE,003CB680,word,00000000
patch=1,EE,003CB6A8,word,00000000
patch=1,EE,003CB6E8,word,00000000
patch=1,EE,003CB724,word,00000000

//Have All Treasure Chests = Their Rarest Loot/Items/etc.
//patch=1,EE,003B7888,word,2A020000
//patch=1,EE,003B78A0,word,2A020000
//patch=1,EE,003B77F8,word,10000019

//Sell 1 item to get 99 of it
//patch=1,EE,002F0048,word,24060062

//Quick Chain-Level Gain Always On
patch=1,EE,0030C6C4,word,AEB5070C
patch=1,EE,0030C6C8,word,AE150030
patch=1,EE,0054EF98,word,FFFFFFFF
patch=1,EE,0054EF9C,word,000000FF

//Alle Skills (select drücken?)
//patch=1,EE,0056BADC,word,0000FFFE
//patch=1,EE,0054EF7C,word,FFFFFFFF

//super speed(R3+L1 drücken?)(funktioniert aber ist scheiße)
//patch=1,EE,0056BADC,word,0000FBFB
//patch=1,EE,0025C7E8,word,000041F7

//comment=Break Damage Limit for 9999+ Damage
patch=1,EE,003C5AB8,word,10000003
patch=1,EE,003C6204,word,10000003
patch=1,EE,003C6254,word,10000003
patch=1,EE,003C65DC,word,10000003
patch=1,EE,003C685C,word,10000003
patch=1,EE,003C6994,word,10000003
patch=1,EE,003C6A08,word,10000003
patch=1,EE,003C73CC,word,10000003
patch=1,EE,003C7674,word,50000004

but due to some bugs I encountered earlier like the "Cab Guide" issue,
I disabled some of the cheats.
oh and I manually collected the black orbs.
Reply
#14
That gate code doesn't add up. It's using ,word, meaning it's writing 0000 as well on addresses it shouldn't be writing to. Not to mention that it's missing a line too.

The proper code is

00548A25 0000000F
00548A29 000000FF
00548A2A 000000FF

Code:
// Sagittarius I, Sagittarius II, Leo I, Leo II,
// Gemini I, Gemini II, Taurus I, Taurus II,
// Aquarius I, Aquarius II, Capricon I, Capricon II,
// Libra I, Libra II, Virgo I & Virgo II Opened
/patch=1,EE,00548A25,byte,0000000F
/patch=1,EE,00548A29,byte,000000FF
/patch=1,EE,00548A2A,byte,000000FF

It should be ,byte, for this particular code. Though that method is honestly outdated now, and you should just be using ,extended, like this:

Code:
// Sagittarius I, Sagittarius II, Leo I, Leo II,
// Gemini I, Gemini II, Taurus I, Taurus II,
// Aquarius I, Aquarius II, Capricon I, Capricon II,
// Libra I, Libra II, Virgo I & Virgo II Opened
/patch=1,EE,00548A25,extended,0000000F
/patch=1,EE,00548A29,extended,000000FF
/patch=1,EE,00548A2A,extended,000000FF

Make a Save Game (Memory Card Save), turn off all cheats, (just disable them via the menu), and then fully restart PCSX2 and load up your Memory Card Save while still having the cheats off, then see if you can get past the area.
AMD Ryzen 5 3600 @ 3.60~4.20 GHz | Corsair Vengeance LPX 32 GB (2x16GB) DDR4-3200
MSI GeForce GTX 1660 Super @ 6 GB | Samsung 980 1TB | Windows 10 Pro x64 (22H2)
Reply
#15
(12-06-2014, 08:08 AM)Ryudo Wrote: That gate code doesn't add up. It's using ,word, meaning it's writing 0000 as well on addresses it shouldn't be writing to. Not to mention that it's missing a line too.

The proper code is

00548A25 0000000F
00548A29 000000FF
00548A2A 000000FF

Code:
// Sagittarius I, Sagittarius II, Leo I, Leo II,
// Gemini I, Gemini II, Taurus I, Taurus II,
// Aquarius I, Aquarius II, Capricon I, Capricon II,
// Libra I, Libra II, Virgo I & Virgo II Opened
/patch=1,EE,00548A25,byte,0000000F
/patch=1,EE,00548A29,byte,000000FF
/patch=1,EE,00548A2A,byte,000000FF

It should be ,byte, for this particular code. Though that method is honestly outdated now, and you should just be using ,extended, like this:

Code:
// Sagittarius I, Sagittarius II, Leo I, Leo II,
// Gemini I, Gemini II, Taurus I, Taurus II,
// Aquarius I, Aquarius II, Capricon I, Capricon II,
// Libra I, Libra II, Virgo I & Virgo II Opened
/patch=1,EE,00548A25,extended,0000000F
/patch=1,EE,00548A29,extended,000000FF
/patch=1,EE,00548A2A,extended,000000FF

Make a Save Game (Memory Card Save), turn off all cheats, (just disable them via the menu), and then fully restart PCSX2 and load up your Memory Card Save while still having the cheats off, then see if you can get past the area.

GOSH! This worked man!
I love you guys! Thanks so much.
Reply




Users browsing this thread: 1 Guest(s)