Post: TOTURIAL - how to change chassis, engine, drivetrain GT 5
03-08-2013, 04:19 AM #1
soupie
I am error
(adsbygoogle = window.adsbygoogle || []).push({}); Hi there, in this tut we'll be learning how to swap/change engine, chassis and drivetrain in GT cars

Note: I will assume you're familiar with Vectrixx's tut, if not, read it - it forms the basis of this tut. If you're not familiar with that you won't get far with this.

The data we're looking is easy to find but its relative position changes, but not it's absolute postion - it's always within 15 rows of engine data.

It takes the structure of:

xx xx 00 00 yy yy 00 00 zz zz

where xx xx = chassis, yy yy =engine, zz zz =drivetrain

In the car below, the X2010 5G the data is 0C 4F 00 00 0B D2 00 00 0D 5A

where 0C 4F = chassis, 0B D2 = engine, 0D 5A = drivetrain

since the position can vary, how do we know we have the correct series of bytes? Well partly we know its at 15 rows from engine but I like to say its preceded by the following "marker offsets" sequence of bytes: 00 00 04 A5 00 00 or 00 00 04 A6 00 00 (ok, they're not markers in any real sense, but it just makes it easier to find)

You must login or register to view this content.

A = chassis
B = engine
C = drivetrain


and again, with slightly different relative offset positions:

You must login or register to view this content.

Now what can we do with these mods? Well the most important is engine and drivetrain - we can swap both from (in this case) the X2010 5G - and place them in a car of our choice. Why should we do this when we have a multiplier on an existing engine? Well a Fiat 500 engine is always a Fiat 500 engine no matter how much BHP it has, but more importantly we can use a matching drivetrain - no more need to faff about with transmissions and gear ratios because the drivetrain fits the engine perfectly. You also get the engine sound of the donor engine.

If you want the handling characteristics of the X2010 5G including being able alter downforce, change the chassis as well although personally I prefer to keep the existing cars handling or I might just as well drive a 5G, yes? Also, if the wheelbase of the car you're driving doesn't match that of the donor car, you'll get odd effects - like the wheels sticking well outside the body floating in mid air.

Well I hope you managed to make some sense of this tut. If you find out the chassis, engine, drivetrain of other cars then post them in this thread and lets make a list :y:

P.S. I know people who do not want this information known, but I believe knowledge is for all and should be shared rather than being hoarded like some treasure that must be hidden from prying eyes. Cool Man (aka Tustin)

You must login or register to view this content.


-------------------------------------------------------------------------------------------------------------------------------------------------


edit: as requested some additional info is beginning to trickle in now. Please ask the posters of these if you have problems. Thanks for sharing guys. :y:

You must login or register to view this content.
"I see nobody is posting any engine values so here are the ones that I have...

3 Rotor: 0A C5 (non turbo)
4 Rotor: 06 63 (turbo)
M3 V8: 0A 62 (non turbo)
Nascar V8: 0B A4 (non turbo)
1JZGTE: 08 7E (turbo)
2JZGTE: 05 B8 (turbo)
RB20DETT: 08 C4 (turbo)
RB26DETT: 06 38 (turbo)
SR20DET: 07 B6 (turbo)
Viper GTS V10: 08 27 (non turbo)

Drivetrain's
S2000 RWSad Awesome 0B E1
R32 GTS RWSad Awesome 09 87"



You must login or register to view this content.
"Here are a few (lots of new ones added):
You must login or register to view this content.
You will need open office."

You must login or register to view this content.


You must login or register to view this content.
"Updated with more car values.

Chassis/Engine/Drivetrain/Gearbox

AsparaDrink: ........................ 0B 2F 00 00 0A C5 00 00 0C 0F 00 00 1A 8F
Rx7 FC Premium: .................. 06 C9 00 00 06 B1 00 00 07 74 00 00 0F 19
Formula GT: ......................... 09 6C 00 00 09 4E 00 00 0A 11 00 00 11 BA
240 SX: ............................... 07 B0 00 00 07 92 00 00 08 55 00 00 0F FB
Charger 440 R/T '70 : .......... 07 E2 00 00 07 C4 00 00 08 87 00 00 10 2D
Suburu Impreza STI (Hatch): 0A C1 00 00 0A 60 00 00 0A AA 00 00 1A 29
Amuse GT1 : ........................ 0A E5 00 00 0A 84 00 00 0B CE 00 00 1A 4E"



You must login or register to view this content.
"Not sure if these have been posted yet but I have the code things for the Mazda Autozam and Jaguar XJ13 '66. Let me know if I got something wrong

Jag
Chassis - 0B 55
Engine - 0A EB
Drivetrain - 0C 35

Autozam
Chassis - 08 07
Engine - 07 E9
Drivetrain - 08 AC"
Last edited by soupie ; 03-22-2013 at 11:59 PM. Reason: additional info

The following 29 users say thank you to soupie for this useful post:

JordanCarr, Bounkass, CARKING0709, CITYCOMET, CONRUN, diegorborges, DJ Shinkai, DubstepHD, EdwinM777, evil_ryu, FruitBurst, GD6WRB, kryptiikzz, MadEyeMoody, MoLieG, NGU GHOST, PounDJo0DoGz0r, Respektd, rushmaggs228, ryd3r, Sheowl, skruff, SnakeBitteni, stealo2335, T33N, TravAU, tuxsavvy, xXtidusFRXx
03-10-2013, 05:32 PM #110
bkss
Save Point
Is there anymore on swapping over premium rims to standards? Particularly having different rims for F/R?
03-10-2013, 05:36 PM #111
SnoopDenver
Do a barrel roll!
Originally posted by Jahgee1124 View Post
Anyone mind helping me, I can't for the life of me find where this stuff is, here is my hex code BTW I'm using a premium Lotus Elise 111R

You must login or register to view this content.


0000E8B0 : 0B 00 00 04 A5 00 00 08 8F 00 00 08 71 00 00 09
0000E8C0 : 34 00 00 16 17

That's where it starts. Chassis, Engine, Drivetrain, Transmission highlighted in red

The following 2 users say thank you to SnoopDenver for this useful post:

CITYCOMET, Jahgee1124
03-10-2013, 05:37 PM #112
find 00 A5 00 or 00 A6 00... it's on row 0000E8B0. then follow the guide on the OP to know which byte should be replaced. :>
03-10-2013, 05:42 PM #113
Bounkass
Are you high?
Originally posted by CITYCOMET View Post
[h=1]You must login or register to view this content.,MANY PROBLEMS !!!![/h]
NO GOOD GUIDE!


Nobody has problems, just you... I wonder...
03-10-2013, 05:44 PM #114
I apologize, but be able to get data for HxD GStop Camry and Camaro SS Edge?

Thanks in advance!
03-10-2013, 05:47 PM #115
lsvtec17
Do a barrel roll!
these are my hex keys can you tell me where the body of the car is located within these keys?



(0000e8b0) 34 00 07 00 00 10 D0 00 00 04 A5 00 00 0B EF 00

(0000e8bc) 00 0B 74 00 00 0c BE 00 00 1B 41 00 00 1D E2 00
03-10-2013, 06:10 PM #116
SnoopDenver
Do a barrel roll!
Originally posted by lsvtec17 View Post
these are my hex keys can you tell me where the body of the car is located within these keys?



(0000e8b0) 34 00 07 00 00 10 D0 00 00 04 A5 00 00 0B EF 00

(0000e8bc) 00 0B 74 00 00 0c BE 00 00 1B 41 00 00 1D E2 00


The chassis is in red... if you mean the body code. It's not in there. It's above these values before a row of FFs.
03-10-2013, 06:40 PM #117
Bounkass
Are you high?
Originally posted by Harfran19 View Post
I apologize, but be able to get data for HxD GStop Camry and Camaro SS Edge?

Thanks in advance!


No they are for US accounts only.
03-10-2013, 06:42 PM #118
lsvtec17
Do a barrel roll!
i made a car from rwd to awd it acually shows the change in the game but i cant adust the torque split do i need to change the body of the car? from the hex key i took the parts from? originally
Last edited by lsvtec17 ; 03-10-2013 at 06:44 PM.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo