Tales of the Abyss Asch Codes
#1
I'm having trouble getting any of the codes from this guide to work: https://gamefaqs.gamespot.com/ps2/929343...faqs/46315

For example, the author of the guide has a character modifier code that I want to use to get Asch in the party:

|Character Modifier Code, Slot 1 // (Joker'd) /
|¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ¯¯¯¯¯¯¯¯¯¯¯¯
| D0617382 0000F2FF -- Luke    (L1+R1 +L2)
| 006D2EC1 00000001
| D0617382 0000F1FF -- Tear    (L1+R1 +R2)
| 006D2EC1 00000002                    
| D0617382 000073FF -- Jade    (L1+R1 +Square)
| 006D2EC1 00000003
| D0617382 0000B3FF -- Anise   (L1+R1 +X)
| 006D2EC1 00000004
| D0617382 0000D3FF -- Guy     (L1+R1 +O)
| 006D2EC1 00000005
| D0617382 0000F3FE -- Natalia (L1+R1 +Select)
| 006D2EC1 00000006
| D0617382 0000F3F7 -- Asch    (L1+R1 +Start)
| 006D2EC1 00000007

This doesn't work along with anything I else I tried in preparing the pnach file.  I'm using PCSX2CE to make the pnach and CRC = 045D77E9.  Has anyone here gotten Tales of the Abyss codes to successfully work on PCSX2 or can test the above to see if it's just my code handling that's wrong?
Reply

Sponsored links

#2
Those codes are the wrong format. You need to convert them for use in PCSX2: https://forums.pcsx2.net/Thread-Multi-Co...-much-more
Reply
#3
Stupid question...you are not pasting them in the pnach file like you are posting them here right?

Code:
//Luke    (L1+R1 +L2)
patch=1,EE,D0617382,extended,0000F2FF
patch=1,EE,206D2EC1,extended,00000001
//Tear    (L1+R1 +R2)
patch=1,EE,D0617382,extended,0000F1FF
patch=1,EE,206D2EC1,extended,00000002
//Jade    (L1+R1 +Square)
patch=1,EE,D0617382,extended,000073FF
patch=1,EE,206D2EC1,extended,00000003
//Anise   (L1+R1 +X)
patch=1,EE,D0617382,extended,0000B3FF
patch=1,EE,206D2EC1,extended,00000004
//Guy     (L1+R1 +O)
patch=1,EE,D0617382,extended,0000D3FF
patch=1,EE,206D2EC1,extended,00000005
//Natalia (L1+R1 +Select)
patch=1,EE,D0617382,extended,0000F3FE
patch=1,EE,006D2EC1,extended,00000006
//Asch    (L1+R1 +Start)
patch=1,EE,D0617382,extended,0000F3F7
patch=1,EE,206D2EC1,extended,00000007


The code works fine here(well the address that modifies the character on slot 1,I don't know about the hotkey combination
PS.Keep in mind that the game don't like having Ash in your party during certain battles\story events
Reply
#4
I got those straight from the FAQ that I posted. No, I pasted the codes into PCSX2CE to create the pnach.

Do I need to use the multiconverter? How do I know which format to tell the program to convert from to RAW?
Reply
#5
I tried both multiconverter and PCSX2CE and they both gave me the same code output:

gametitle=Tales of the Abyss (undub)
//Replace character 1 slot with Asch
patch=1,EE,D0617382,extended,0000F3F7

//Empty Asch Body slot
patch=1,EE,106D435A,extended,00000000

//Empty Asch Other slot
patch=1,EE,106D435E,extended,00000000

//Replace Asch Weapon slot with Celcius Calibur
patch=1,EE,106D4358,extended,000000D9

//Equip all characters with Tutti
patch=1,EE,406D2F80,extended,000700D4
patch=1,EE,00000079,extended,00000000

None of the above is working as intended.
Reply
#6
This is the actual code
Code:
patch=1,EE,006D2EC1,extended,00000007
this part
Code:
patch=1,EE,D0617382,extended,0000F3F7
is the hotkey combination that set 7 to the address 006D2EC1
I also have no idea is the undub version is using the same codes as the usa version but all of the codes you posted until now are working here
Ash is set to the first slot and I can change his equipments
And btw,I forget how extended type codes work(it's been long time ago I used any cheats)
The address on all of the codes I posted above is 006D2EC1 not 206D2EC1
0 is modifying only the address 06D2EC1 and 2 is modifying 06D2EC1,06D2EC2,06D2EC3 and 06D2EC4(setting 7 to 4 characters slots)

Are you sure the codes are actually loaded(do you have any codes that work)
Reply
#7
I don't think they are loading since I can't find any indication in the system console log that they are. I have the correct directory set and the Enable Cheats checked under System.
Reply
#8
Are you 100% sure.
When you start the game with the "Enable Cheats" enabled,you will see a line in the console that is trying to load the pnach file from certain location
Is the location correct and your file is not named 045D77E9.pnach.txt
Reply
#9
Yes, I tried ctrl+f'ing "pnach" and "cheat" in the log but didn't see anything.  Log attached.

By now, I've triple checked the directory and it's correct.

The file name is 045D77E9 and the file type is showing as "PNACH file" under explorer.


Attached Files
.txt   log.txt (Size: 7,14 KB / Downloads: 202)
Reply
#10
Tried without applying the undub patch to your ISO ?
CPU : AMD Ryzen 7 3800X
Mobo : Asus PRIME B450-PLUS
GPU : NVIDIA GeForce RTX 3070
RAM : 16 Go
Reply




Users browsing this thread: 1 Guest(s)