..:: PCSX2 Forums ::..

Full Version: Tokyo xtreme racer Zero problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys, I´m new here from Germany.

First, everything works fine at my PC and I can play the game fluently thank you for that.

But I have a small problem and please be patient with me, beacause I too frustated now.
I cant use gameshark or any other cheats with this emulator.
emulator for psone and gba works great and I have there no problems, but here I´m helpless.

I used every! tutorial of this forum and nothing worked, some of this tools caused a fast shutdown of the emulator.


The emulator is only stable with multiconverter, but every code extended something.
for example:

gametitle=Tokyo Xtreme Racer Zero (NTSC-U)
//x1
patch=1,EE,F0126308,extended,0000000E

//x2
patch=1,EE,D00F0094,extended,00000001

LOG:

ELF (cdrom0:\SLUS_201.89;1) Game CRC = 0xC1760287, EntryPoint = 0x00100008
(SYSTEM.CNF) Detected PS2 Disc = cdrom0:\SLUS_201.89;1
(SYSTEM.CNF) Software version = 1.00
(SYSTEM.CNF) Disc region type = NTSC
Overall 0 Cheats loaded

I looked here too, but how I can open the cheat file?
http://forums.pcsx2.net/Thread-A-simplis...or-dummies


Please help me, because I dont want to run my pc all night long.


Thank you!

P.S. yes I enabled Cheats


For example with omniconvert:
gametitle=Tokyo Xtreme Racer Zero (NTSC-U)
//(M)
patch=1,EE,00126308,extended,0000000E

//m2
patch=1,EE,F0126308,extended,0012630B
patch=1,EE,900F0094,extended,00000001

//999
patch=1,EE,D0750C1A,extended,00000002
patch=1,EE,1037DD86,extended,000003E7

//maxm
patch=1,EE,D0750C1A,extended,00000002
patch=1,EE,1037DDBA,extended,00007F00
Has at least somone a working pnach file, please?
(09-30-2014, 05:30 PM)samski Wrote: [ -> ]For example with omniconvert:
gametitle=Tokyo Xtreme Racer Zero (NTSC-U)
//(M)
patch=1,EE,00126308,extended,0000000E

//m2
patch=1,EE,F0126308,extended,0012630B
patch=1,EE,900F0094,extended,00000001

//999
patch=1,EE,D0750C1A,extended,00000002
patch=1,EE,1037DD86,extended,000003E7

//maxm
patch=1,EE,D0750C1A,extended,00000002
patch=1,EE,1037DDBA,extended,00007F00

I suspect cheats are not raw. That's why they don't work. Also you don't need the master code. Please post the original cheats before conversion.
^ how is it related to the app?
please don't make unrelated suggestions amna...

Check the troubleshooting guide from tadatada. Everything is explained under #2.

Thank him if his guide solved your problem.
I don't know if the cheats are raw or not but they seem incorrect considering one of them appears twice and the second line (without the master one) is invalid. A source of the cheats would be better.

I don't know of their legitimacy but i found and converted the following:

Quote://Max Cash
1037DD8A 0000000F

//P1 Inf SP
D0608B02 0000FFFE
207508F8 004C4B40

//P1 No SP
D0608B02 0000FFFE
207508F8 00000000

//Opp. Inf SP
D0608B02 0000FFFE
207508FC 004C4B40

//Opp. No SP
D0608B02 0000FFFE
207508FC 00000000

//Max Total Miles
D0750C1A 00000002
1037DDBA 00007F00

//Quick Mile Gain
D0750C1A 00000002
1037DC60 0000FFFF

// 999 Days
D0750C1A 00000002
1037DD86 000003E7

//Always Control Car
10742380 00000000

All these codes starting with the D bother me. I never quite understood that it does really. But besides that, the money cheat seems wrong too Tongue2
Indeed the codes seem still encrypted (not raw) and then needing conversion, yet this wouldn't explain "Overall 0 cheats loaded" what might be caused by cheats file not found or parsing error.

The first case was already suggested solutions, verify the file's name, path, make sure there is no hidden .txt at the extension and so on.

The second case is subtler and might be caused by special characters inside the file. Notice these special characters can cause problems even when in commented lines. One way to solve the problem is loading the file in a good text editor like Notepad++ and then hit "Encoding" at the menu and then convert to UTF-8.

The second way to resolve the problem is obvious, remove all special characters (non ASCII), even from comments.
Hello I looked at every site and stayed here:
http://gamehacking.org/?game=105182&hack...format=gs5

[Image: dzaidgx4.jpg]

Thats how its looks like here. What Ive done wrong with Raw? Because everything seems legit.

@Coornio

Nope, no one of them worked Sad

@nosisab Ken Keleh

I kept my comments so short as possible like m1 or something else.

Sorry for my noobiness
Your primary issue is that you're not actually loading any cheats. Does your file have an actual .pnach extension? No hidden .txt after it? Is it in the right place? Is the CRC of the game correct? Can you give an absolute yes to all of these questions?
(10-01-2014, 12:35 PM)willkuer Wrote: [ -> ]please don't make unrelated suggestions amna...

Check the troubleshooting guide from tadatada. Everything is explained under #2.

Thank him if his guide solved your problem.

I highly expect that the exact solution to your problem is written in the troubleshooting guide under Point 2.