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-09-2013, 08:16 PM #83
Sniffle
Pokemon Trainer
Can anyone confirm

Using the Impreza STI hatch code as example
1C B4 seems to be front LSD
1F D7 seems to be rear LSD

0A C1 00 00 0A 60 00 00 0B AA 00 00 1A 29 00 00 1C B4 00 00 1F D7
03-09-2013, 09:04 PM #84
incase nobody has it: Red Bull X2010 Prototype Body Number is: 06 C4

The following user thanked jordanhumphries for this useful post:

soupie
03-09-2013, 09:04 PM #85
RGB
2JZ BBWWARRMMMMM
Originally posted by soupie View Post
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:
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"


I can't find those offset markers ffs. (Mk1 Golf)
Last edited by RGB ; 03-09-2013 at 09:35 PM.
03-09-2013, 09:12 PM #86
can someone plz tell me in a pm which offsets to change paint on my x1???
03-09-2013, 09:14 PM #87
805350z
Do a barrel roll!
Having some serious traction issues. Dc5,500kg,ford Gt motor,awd,escudo chassis (perfect fit BTW),redbull trans full spread to 800+ mph, full rear down force, super softs. any pointers?
03-09-2013, 09:28 PM #88
rims bytes and offsets

01 8C FF FF FF FF FF FF FF FF 02 00 00 00 01 00 - 0000E890
00 00 01 00 00 00 27 00 33 00 09 00 00 00 27 00 - 0000E8A0
Last edited by jordanhumphries ; 03-09-2013 at 09:32 PM.
03-09-2013, 11:04 PM #89
Sheowl
Haxor!
Originally posted by 805350z View Post
Having some serious traction issues. Dc5,500kg,ford Gt motor,awd,escudo chassis (perfect fit BTW),redbull trans full spread to 800+ mph, full rear down force, super softs. any pointers?


Maybe the hidden weight totalled from the escudo chassis redbull trans and gt motor is too heavy for the dc5?
I put a charger 440 r/t engine and it would slide off the road due to the weight

Also, does anyone have the bit for the engine in the spoon integra dc2
03-10-2013, 03:54 AM #90
Default Avatar
fastkid
Guest
fu*ked uphi guys, im looking to put a v8 engine into the midgit tho having issues finding the correct line(s) in hex, anyone able to shed a littlelight on thisSmile thanx in advance. also i set the wheel distance when i was trying to editengine , nyone know correct wheel )00 ** 00 ** 00) for migit? PLEASE POST STANDARD VALUES!
Last edited by fastkid ; 03-10-2013 at 04:55 AM. Reason: Fuc*ed it
03-10-2013, 04:54 AM #91
Bounkass
Are you high?
Originally posted by 805350z View Post
Having some serious traction issues. Dc5,500kg,ford Gt motor,awd,escudo chassis (perfect fit BTW),redbull trans full spread to 800+ mph, full rear down force, super softs. any pointers?


How did you get the DC5 to weigh 500kg? Would you mind sharing with me over PM?

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo