Hybrid in GT4 ^_^, save game & code in the 1st post

  • Thread starter sucahyo
  • 1,161 comments
  • 156,071 views
If you can't seem to find the right starting location of your garage data, try this:
Fire up the pcsx2 and Phaste, input FF030000000000008082680000000000 into the param search field and click on the button. It will take a while but it gives you two locations after it's done, the first one on the list is some kind of dummy one I don't know what it does, but the second one is the real deal.

That line is the one before the actual starting location and it's not used anywhere else so it's easy to find
 
If you can't seem to find the right starting location of your garage data, try this:
Fire up the pcsx2 and Phaste, input FF030000000000008082680000000000 into the param search field and click on the button. It will take a while but it gives you two locations after it's done, the first one on the list is some kind of dummy one I don't know what it does, but the second one is the real deal.

That line is the one before the actual starting location and it's not used anywhere else so it's easy to find

I don't even wanna know how you would even go about learning that. lmao.

Found out that....

Stock prius exhast is:
Code:
00A18920  [COLOR="Red"]FF FF FF FF FF FF FF FF[/COLOR] FF FF FF FF FF FF FF FF

Racing is:
Code:
00A18920  [COLOR="Red"]C8 0F 00 00 14 00 00 00[/COLOR] FF FF FF FF FF FF FF FF

I'm pretty sure it explains this somewhere. But...

FF FF FF FF FF FF FF FF = data?
C8 0F 00 00 14 00 00 00 = data?

Like if I where to do a write adress?

Adress: A18920 Data: ?
 
I'm pretty sure it explains this somewhere. But...

FF FF FF FF FF FF FF FF = data?
C8 0F 00 00 14 00 00 00 = data?

Like if I where to do a write adress?

Adress: A18920 Data: ?
Oh yes, now you're getting a glimpse of it :)
Usually you need only to change the first two bytes, but when the address originally has only FFFF's in it you need to change them all to correct ones.

Again, sucahyo's car data section has the needed values and even tell you when you have to input more than just couple numbers in.
Just take your time and learn how to use the list at http://gt.cellphonespec.com/gt4hybridcar.php

My ISO is 4,679,630,848 bytes so it's definitely the patched version :grumpy:

Edit:
The addresses go like this: the first byte in your racing exhaust is 00A18920 and has value C8, the second is 00A18921 and has 0F, etc etc
 
Yeh. I've got all his ENGINE docs and stuff like that. I have one more critical question.

Since the Prius starting address for me is 00A18850. If I jump in another car, say a civic. Will the 00A18850 address now be my civic? Basically, is 00A18850 my current car address for whatever car I'm in?
 
NTSC CODE!!!!

10A18920 0EF3
10A18922 0000
10A18924 0014
10A18926 0000

use in phaste, in the Xploder code check, paste that exactly and hit update code (after snapping pcsx2).
go back in gt4 and hit setup A, and it should show 97hp vs 80hp on a prius

Forces a evo3 race exhaust on Car1, Setup A

80HP -> 97HP!!! wooohoooo

if A18850 is the start address then...

A18910 - turbo?
A188D8 - PnP
A188F0 - Balance
A18920-7 - Exhaust
A188F0 - ECU
A18940 (rows 8-f) - Nitrous
A188A0 - Suspension?

I just noticed something, when doing it this way... seems like that keeps a list of wether or not the car has a "generic race exhaust" not a EVO race exhaust, or SKYLINE, PRIUS, Etc... tried the code on my skyline w/ evo3 exhaust, went to go buy a race exhaust for the skyline and its the same? unless, they give the same % increase... no biggie if the parts are generic, I wanna figure out where the engine, chassis, drivetrain type, etc.. addresses are kept... then I can have some serious fun!
 
Sweet Death!


Wow. So...

If I want my pruis to be named a NSX....

PHAST Code Write:
00A18850 = 85
00A18851 = 03

Xploder:
10A18850 0385


Wow...... I love you guys.... :)
 
It took me couple minutes but here it is, the memory layout spreadsheet which has your addresses already in it :)
If you find anything incorrect tell me about it
 

Attachments

  • ntsc locations.zip
    6.2 KB · Views: 38
Hm.... Do either of you know a way to tell a difference between our version/setups? Should we compile a separate list? Or are we just rare? lol
 
I have no idea what causes it, it's possible that there are even more people who have their garage data in different memory addresses than we have
 
It took me couple minutes but here it is, the memory layout spreadsheet which has your addresses already in it :)
If you find anything incorrect tell me about it

Quite confusing. But VERY understandable. I've only decifered the name, chassis and engine addresses atm. But your addresses line up with mine. So that's good!

I almost just wet myself I'm so excited.....

Xploder
10A18888 0815 = minolta engine in my NSX.... = <3
 
Sweet Death!


Wow. So...

If I want my pruis to be named a NSX....

PHAST Code Write:
00A18850 = 85
00A18851 = 03

Xploder:
10A18850 0385


Wow...... I love you guys.... :)

Well, I stumbled upon some other stuff too... since I don't wanna crash pcsx2 (yet) I'm doing some turbo -> turbo tests btwn cars, donor car: evo3, test dummy: skyline r32 gt-r (lower cars get higher % increases sometimes, as you will see with this next result).

-Evo3, bought used, did oil change, picked up some parts for it, all hks stuff, not like it matters (just personal taste lol)...

-went to home, and hit select (shortcut to tuning screen where you can change parts)

-checked various diff btwn addresses for part by part, got exhaust (which I am proud to say is different btwn most cars, as a prius race exhaust goes up to 88hp, evo and skyline give same % so they give lil prius 97hp!)

-so now I'm checking turbo codes, found 3 sets of addresses that change with the evo3, I'll list 'em

Code:
evo 3 data - 
[address]
0 1 | 2 3 | 4 5 | 5  7 | 8 9 | A B | C D | E F

00A18900 address
stock
49 09 | 00 00 | 0E 00 | 00 00
original turbo
BE 11 | 00 00 | 0E 00 | 00 00


00A18980 address
stock
01 00 | 00 08 | 1E 50 | 00 00
origianal turbo
01 00 | 00 1C | 1E 41 | 00 00

Now with the above notation, 00A18900-01 changes, so I noted that
also I noted 00A18982-5 changed as well, 3 pairs of addresses as I look at em so I put this code in (now with the skyline selected as the main car, since it also is a turbocharged vehicle).

10A18900 BE11
10A18982 1C
10A18984 50

The result is not what I expected, I thought it would jus throw a original turbo on (worse case, original turbo for a skyline at that)... results, 4243hp!!! wtf, garage view shows 16xx hp, just with those 3 lines of code, I think they're more of a multiplier. I'm going to head out for a bit, but I'll test em out. maybe someone can try it for the prius (or a non-turbo car) see if it crashes the game or sumthin.
 
Quite confusing. But VERY understandable. I've only decifered the name, chassis and engine addresses atm. But your addresses line up with mine. So that's good!

I almost just wet myself I'm so excited.....

Xploder
10A18888 0815 = minolta engine in my NSX.... = <3

I'm sorry, that's just my work-in-progress notes collection so it's possible they are near impossible to understand :D
 
Quite confusing. But VERY understandable. I've only decifered the name, chassis and engine addresses atm. But your addresses line up with mine. So that's good!

I almost just wet myself I'm so excited.....

Xploder
10A18888 0815 = minolta engine in my NSX.... = <3


when I get back, I'll try that on the prius 💡 I really wanna get 4wd on some of these cars (if they're gonna go 1000+hp lol).

PS, tekno - F3 0E 00 00 14 00 00 00 <- race exhaust for evo3 (same % as skyline also), I'll find more since I got unlimited funds lol
 
Code:
evo 3 data - 
[address]
0 1 | 2 3 | 4 5 | 5  7 | 8 9 | A B | C D | E F

00A18900 address
stock
49 09 | 00 00 | 0E 00 | 00 00
original turbo
BE 11 | 00 00 | 0E 00 | 00 00


00A18980 address
stock
01 00 | 00 08 | 1E 50 | 00 00
origianal turbo
01 00 | 00 1C | 1E 41 | 00 00

Now with the above notation, 00A18900-01 changes, so I noted that
also I noted 00A18982-5 changed as well, 3 pairs of addresses as I look at em so I put this code in (now with the skyline selected as the main car, since it also is a turbocharged vehicle).

10A18900 BE11
10A18982 1C
10A18984 50

The result is not what I expected, I thought it would jus throw a original turbo on (worse case, original turbo for a skyline at that)... results, 4243hp!!! wtf, garage view shows 16xx hp, just with those 3 lines of code, I think they're more of a multiplier. I'm going to head out for a bit, but I'll test em out. maybe someone can try it for the prius (or a non-turbo car) see if it crashes the game or sumthin.
Those other addresses you found hold some info about the turbo your car has, that location is listed as "TW Turbo whistle/other" in my spreadsheet since I haven't experimented with it yet.
The game will crash if you leave them zeroed when you slam a turbo on a non-turbo car (?)
 
No idea, but sucahyo mentioned some hundred replies ago (lol) simply that there are some yet to know reasons why you can't usually put a race engine into a normal car.
Try changing the "Race mod" value too or some other stuff that seems suspicious, especially those values under exhaust and intercooler, I have no idea what they do
 
No idea, but sucahyo mentioned some hundred replies ago (lol) simply that there are some yet to know reasons why you can't usually put a race engine into a normal car.
Try changing the "Race mod" value too or some other stuff that seems suspicious, especially those values under exhaust and intercooler, I have no idea what they do

I just used a
Code:
B7 06 en_corvette_convertible_54_a

in my NSX. It worked. So. No race engines. I think I can live with that.


EDIT: Throwing the
Code:
15 07 en_nsx_r_proto_lm_road_01_a
engine in it. I hope that works...

EDIT EDIT: Ehhhhhhhhhhhhhh.... DENIED! lol
 
I just used a
Code:
B7 06 en_corvette_convertible_54_a

in my NSX. It worked. So. No race engines. I think I can live with that.
Once I start hybriding big time, I can't live with that so I'll come up with a way to get them work :D

Just noticed that you guys had even PM'ed me earlier, I think I need an email notification so I won't miss all private messages in the future
 
Once I start hybriding big time, I can't live with that so I'll come up with a way to get them work :D

Just noticed that you guys had even PM'ed me earlier, I think I need an email notification so I won't miss all private messages in the future

Yeh. Something tells me the engines "need" something to run. Like the necessary turbo(s)/na/superchargers/tranny's to run? Or Chassis? Or names?

I just threw a Zonda motor in for 551 HP in my NSX. Makes for a good "realistic" hybrid :P

EDIT: Have we tried road engines in race cars yet? And how can I go about getting a car that can't be bought in PHAST? lol
 
Yeh. Something tells me the engines "need" something to run. Like the necessary turbo(s)/na/superchargers/tranny's to run? Or Chassis? Or names?

I just threw a Zonda motor in for 551 HP in my NSX. Makes for a good "realistic" hybrid :P

EDIT: Have we tried road engines in race cars yet? And how can I go about getting a car that can't be bought in PHAST? lol
Yes that's what I think too, but it's not known yet what do you need to do that.
I remember race cars having some extra values around the gear settings or something that don't exist with normal cars, but I haven't done any closer researching on this yet

don't know about road engines in race cars, maybe it hasn't been tried out yet :)

We don't know yet how to insert cars into your garage but there used to exist a code which gives you a garage full of cars or something like that.
Or a code that modifies which car you actually get when you're buying some random rice cup for really cheap :D

I have to get some sleep now but I'll figure something out later, you can be sure of that :)
 
Yes that's what I think too, but it's not known yet what do you need to do that.
I remember race cars having some extra values around the gear settings or something that don't exist with normal cars, but I haven't done any closer researching on this yet

don't know about road engines in race cars, maybe it hasn't been tried out yet :)

We don't know yet how to insert cars into your garage but there used to exist a code which gives you a garage full of cars or something like that.
Or a code that modifies which car you actually get when you're buying some random rice cup for really cheap :D

I have to get some sleep now but I'll figure something out later, you can be sure of that :)

Cool cool. I'll work on getting a road engine into a race car ;)

EDIT: Successfull :)
 
Cool cool. I'll work on getting a road engine into a race car ;)

EDIT: Successfull :)

hmm, I'm going to try stuffing a v6+ into that prius lol. I got my memory card + pen drive, so I'll work on exporting the save to codebreaker n see what happens!

If I can get the drivetrain address in (haven't looked @ the "revised" ntsc addresses yet) then my cheap-o-tester hybrid will live!!!! (as fugly as the prius looks lol)

-l8r

edit: actually, I'mma test out my 4000+hp skyline out, then mess with the prius, I'll report back in a few
 
hmm, I'm going to try stuffing a v6+ into that prius lol. I got my memory card + pen drive, so I'll work on exporting the save to codebreaker n see what happens!

If I can get the drivetrain address in (haven't looked @ the "revised" ntsc addresses yet) then my cheap-o-tester hybrid will live!!!! (as fugly as the prius looks lol)

-l8r

edit: actually, I'mma test out my 4000+hp skyline out, then mess with the prius, I'll report back in a few

The NTSC 2(Our version) in his xml is working good. 00A18850 = 00A1885 in his columns. That kinda confused me at first but I realized it was done properly. We can use all the parts from http://gt.cellphonespec.com/gt4hybridcar.php

Just with our NTSC 2 addresses. So this is fun :)

Currently using an NSX typr R with a Zonda motor and a z28 supercharger :). Gonna go test it now.

EDIT: That was a success. Although you can't see the supercharger in the setting :(

Code:
Zonda C12S Engine
20A18888 0757

Z28 Supercharger
20A18958 00000009
20A1895C 0000001C
 
The NTSC 2(Our version) in his xml is working good. 00A18850 = 00A1885 in his columns. That kinda confused me at first but I realized it was done properly. We can use all the parts from http://gt.cellphonespec.com/gt4hybridcar.php

Just with our NTSC 2 addresses. So this is fun :)

Currently using an NSX typr R with a Zonda motor and a z28 supercharger :). Gonna go test it now.

EDIT: That was a success. Although you can't see the supercharger in the setting :(

Code:
Zonda C12S Engine
20A18888 0757

Z28 Supercharger
20A18958 00000009
20A1895C 0000001C

I'm havin fun w/ my "glitch"-spec R32 gtr, I'll load up ms excel, so I can get the addresses n play with parts. I thought I put a evo3 "original hks turbo" on it, however it did that and then some. first test, 16,xxx hp, then doing the "displacemnt up" cut that down to 7642hp, thing's a beast... rips SS tires, passes anything while still spinning thru 6th, messing with gearing, got it up to 480-ish mph. Fun car, not practical at all, so I'mma mess with that .xls and try with that. Other thing I noted, was 1st car (skyline), was ok, other 2 (evo n prius) were corrupted. sux, but I got the car I wanted up.
also, with the code I put earlier, some parts you buy will bring the hp to stock, others will 4x it, others will 1/2 it.
 
I'm havin fun w/ my "glitch"-spec R32 gtr, I'll load up ms excel, so I can get the addresses n play with parts. I thought I put a evo3 "original hks turbo" on it, however it did that and then some. first test, 16,xxx hp, then doing the "displacemnt up" cut that down to 7642hp, thing's a beast... rips SS tires, passes anything while still spinning thru 6th, messing with gearing, got it up to 480-ish mph. Fun car, not practical at all, so I'mma mess with that .xls and try with that. Other thing I noted, was 1st car (skyline), was ok, other 2 (evo n prius) were corrupted. sux, but I got the car I wanted up.
also, with the code I put earlier, some parts you buy will bring the hp to stock, others will 4x it, others will 1/2 it.

Yeh. I noticed they where having the problem with the other cars being corrupt too. I think they said it was PCSX messing up the saves. Not sure though.
 
Just figured the rims out. I'll post a max save here in a while.

Trueno(AE86) Rims
10A18940 00010066
00A18944 0000001d

Nismo Rims(black)
10A18940 00010323
10A18944 0000001d

Although this code doesn't seem to work if you change the tires.
 
Just figured the rims out. I'll post a max save here in a while.

Trueno(AE86) Rims
10A18940 00010066
00A18944 0000001d

Nismo Rims(black)
10A18940 00010323
10A18944 0000001d

Although this code doesn't seem to work if you change the tires.

can you do different f/r rims? That would be kinda hot on some of the D1 cars

UPDATE:

Test #2, Evo3 w/ 787 4-rotor.... OK!!!
Code:
PHaste Xploder code for 787 4-rotor madness
10A18888 663
Test #3 (next), same setup w/ 7-spd transmission >=D
note: I already purchased a normal full-race trans. before entering this code
Code:
7-Speed from GTR LM Concept
10A18898 E06
Test #4, Zonda Adjustable Suspension (I like em dropped)
Code:
Equip Zonda Z12S Suspension
10A188A0 EA1

Already exported them, now for the console test (ps. 4-rotor sounds niiiice)
 
can you do different f/r rims? That would be kinda hot on some of the D1 cars

UPDATE:

Test #2, Evo3 w/ 787 4-rotor.... OK!!!
Code:
PHaste Xploder code for 787 4-rotor madness
10A18888 663
Test #3 (next), same setup w/ 7-spd transmission >=D

Oooooh..... Forgot GT4 supports 7 gears :)

Not sure about front and rear. Once I upgrade tires I can't get my rems to work :/
 
Oooooh..... Forgot GT4 supports 7 gears :)

Not sure about front and rear. Once I upgrade tires I can't get my rems to work :/


well, there's a different set of rims for each type of tire so maybe there's more addresses. all these codes we're doing now are for the "A" setup, there's B + C (4 rotor on A, RB26DETT on B, Escudo on C lol)
 
Back