For people who know hex edit

Discuss editing Need for Speed Carbon.
User avatar
prince1142003
Valued Member
Valued Member
Posts: 3862
Joined: 23 Feb 2005, 06:03
Location: Enjoying college life.
Contact:

Post by prince1142003 »

Looks like EA changed more than we realized. I'll experiment a bit more using methods from Most Wanted, but I'm pretty sure we'll have to wait on someone like arushan to crack this for us.
Image
User avatar
GodSpeed
Turbo Charged
Turbo Charged
Posts: 166
Joined: 03 Nov 2006, 18:22
Contact:

Post by GodSpeed »

I am using 1.2 still
Image
cparty
Valued Member
Valued Member
Posts: 91
Joined: 23 Apr 2006, 21:08

Post by cparty »

GodSpeed wrote:If you use both options on the unlocker to unlock cars it crashes, but if you use 1st option it's fine.
Yes that's because the second option will as well add every car to your garage. The game will crash as soon as it tries to load the careerslot which doesn't exists for most of the cars.
GodSpeed wrote:tried this! it won't load the save even with the unlocker, this must be a invalid call to the savegame file.
If done properly the game shouldn't crash, here is an example of the Audi with RX-8 logo-code. But the code is now just that - a logo code.

Greets
cparty
Attachments
CarLogoHack.jpg
User avatar
prince1142003
Valued Member
Valued Member
Posts: 3862
Joined: 23 Feb 2005, 06:03
Location: Enjoying college life.
Contact:

Post by prince1142003 »

I noticed that the Audi still says it's a Tier 3 Exotic. So it doesn't seem like the old Most Wanted method will work this time around :(
Image
User avatar
GodSpeed
Turbo Charged
Turbo Charged
Posts: 166
Joined: 03 Nov 2006, 18:22
Contact:

Post by GodSpeed »

cparty wrote:
If done properly the game shouldn't crash, here is an example of the Audi with RX-8 logo-code. But the code is now just that - a logo code.
cparty
prince1142003 wrote:
Camaro SS

Code: Select all

19459490 19459490
Camaro Concept

Code: Select all

75D7DF4F 00A497C0
Notice that I've broken the hexcode up into two parts. In Most Wanted, the first part controlled the car brand and the second part, the car model itself. In Most Wanted, you could change the car brand of a locked car to an unlocked car, and the game would be fooled into unlocking the locked car. I don't know if this applies to Carbon, but it's worth a shot.
So, after taking the first part from Camaro SS and second part from Camaro Concept, the new hexcode for the Camaro Concept would be

Code: Select all

19459490 00A497C0
This is what I tried

Code: Select all

19459490 00A497C0 21


For some reason The save file wouldn't load now. even using gnagna2000 little save tool.

cparty ?

I just wanted to understand what I did wrong here? Because it seems you didn't have a problem.

RX-8

Code: Select all

374433D6 374433D6
Audi Lemans R8

Code: Select all

2C327487 2C327487
End Result? you came up with cparty?

Code: Select all

374433D6 2C327487
Image
cparty
Valued Member
Valued Member
Posts: 91
Joined: 23 Apr 2006, 21:08

Post by cparty »

GodSpeed wrote:RX-8

Code: Select all

374433D6 374433D6
Audi Lemans R8

Code: Select all

2C327487 2C327487
End Result? you came up with cparty?

Code: Select all

374433D6 2C327487
yes, that would basically be the code, but I used 374433D6 BDEE5F65.
As for your try to merge the codes:
prince1142003 wrote:Camaro SS

Code: Select all

19459490 19459490
Camaro Concept

Code: Select all

75D7DF4F 00A497C0
you will notice that the Camaro in this form use a carcode which seems to be 8Bytes in size, unlike others which are 4Byte and equal their 'logo'-code. So cutting it to half might lead to an illegal carcode and crash the game.

greets
cparty
User avatar
GodSpeed
Turbo Charged
Turbo Charged
Posts: 166
Joined: 03 Nov 2006, 18:22
Contact:

Post by GodSpeed »

cparty wrote: Camaro Concept

Code: Select all

75D7DF4F 00A497C0
you will notice that the Camaro in this form use a carcode which seems to be 8Bytes in size, unlike others which are 4Byte and equal their 'logo'-code. So cutting it to half might lead to an illegal carcode and crash the game.

greets
cparty[/quote]

Ah I think that is what it did to me then, So some Cars might not be able to do this if they are 8bytes.

I think I might be understanding the car codes better now after that last post. when the cars code is the same twice this is a 4byte car. when the car code is like camaro it's different that would be a 8byte car code correct?
Image
cparty
Valued Member
Valued Member
Posts: 91
Joined: 23 Apr 2006, 21:08

Post by cparty »

GodSpeed wrote:I think I might be understanding the car codes better now after that last post. when the cars code is the same twice this is a 4byte car. when the car code is like camaro it's different that would be a 8byte car code correct?
It was just a wild guess that those codes which don't have twice the same 4Byte value cannot be split. But it looks like it works, I tried your code 19459490 00A497C0 and it worked fine.

Here are a couple of codes that are also available in Carbon:

Code: Select all

CarCode    Car Description 
21164568   Caravan 
213BF9E8   Truck with Crates 
23292B66   Civil Car 
2682B338   Cop SUV Heavy 
2C5C4DDD   Truck with Cistern 
31AAC645   Trailer with Containers 
36887CE6   Courtesy Car 
380EB154   Cop SUV Light 
38299BBB   Cop 
39136CC5   Small Truck 
46DF7E34   Truck without Trailer 
46FA0D37   Trailer with Pipes 
543E6E5D   Cop 
565398CC   Cop GTO 
5687C95E   Civil Car 
59BBC7A0   Civil Car 
67CC920A   Truck with Wood 
6A4D3346   Cementtruck 
6D807CD3   Cross Corvette 
723CB9DB   NewsChannel VAN 
7AAFE753   VAN 
82D1A1A3   Undercover Cop 
88341A53   Civil Car 
8866EBA4   Undercover Cop Corvette 
8A2FD800   Trailer with Cistern 
905BAA1C   Trailer with Cars 
90A08E3E   Civil Car 
941A36CC   Dumptruck 
9E7801D6   Taxi 
9EF7FBDC   Trailer with Wood 
AC9E142E   Cop SUV Heavy 
B25E4606   Cop Helicopter 
B7AC3795   Cop 
BA480BD5   Truck without Trailer
C2E727C0   Truck with Pipes 
C34BCE43   Civil Car 
C409B5A9   Truck with Cars 
C661EEA0   Trailer with Crates 
CBCC497A   Cross Corvette 
D9169BDF   Civil Car 
DD89BE7D   Pickup 
E0ECC708   Firetruck 
E22FF3B2   Cop Corvette 
E9BED4E6   Civil Car 
F5F7676F   Ambulance 
F61DECE9   Undercover Cop GTO 
FAFA0D25   Truck with Containers 
Make sure you also try out 8D5B7DD2, its fun (& fast) ;)

greets
cparty
User avatar
darknight788
official forum redneck
official forum redneck
Posts: 2850
Joined: 25 Feb 2006, 19:35
Location: I have mated with a woman inform the men
Contact:

Post by darknight788 »

so we put those codes ahead of the second string so it would look like this 8D5B7DD2 374433D6 ?
Image
cparty
Valued Member
Valued Member
Posts: 91
Joined: 23 Apr 2006, 21:08

Post by cparty »

darknight788 wrote:so we put those codes ahead of the second string so it would look like this 8D5B7DD2 374433D6 ?
No, those are the second 4Bytes (= the actual carcode), the first 4Bytes are used to display the name/logo, just use whatever logocode you like.
So it would be eg. C4053AF9 8D5B7DD2.

Greets
cparty
User avatar
GodSpeed
Turbo Charged
Turbo Charged
Posts: 166
Joined: 03 Nov 2006, 18:22
Contact:

Funny

Post by GodSpeed »

cparty wrote: Make sure you also try out 8D5B7DD2, its fun (& fast)
HAHAHA

Metal Ball that weighs 10,000+ pounds, can plow over a Fire Engine no problem. lol

Thanks cparty

I really wanted to try the Truck & Trailer (with Wood) Has 0 power :(
Attachments
Very Fast & Funny
Very Fast & Funny
Last edited by GodSpeed on 25 Nov 2006, 23:52, edited 1 time in total.
Image
User avatar
darknight788
official forum redneck
official forum redneck
Posts: 2850
Joined: 25 Feb 2006, 19:35
Location: I have mated with a woman inform the men
Contact:

Post by darknight788 »

is that really what it is ? :shock:
Image
User avatar
sergelac
Turbo Charged
Turbo Charged
Posts: 50
Joined: 02 Mar 2006, 14:43
Location: Quebec

Post by sergelac »

cparty wrote:Make sure you also try out 8D5B7DD2, its fun (& fast) ;)
LMAO !

this thing is super fast and look like a giant ball with 4 wheels


i also try the Cop Helicopter but it cannot move
Attachments
nfscarbon001.jpg
Last edited by sergelac on 25 Nov 2006, 23:43, edited 1 time in total.
User avatar
darknight788
official forum redneck
official forum redneck
Posts: 2850
Joined: 25 Feb 2006, 19:35
Location: I have mated with a woman inform the men
Contact:

Post by darknight788 »

so do we just use tsearch and add that code for the ball and put that in the second part of say the brera's code ?
Image
User avatar
GodSpeed
Turbo Charged
Turbo Charged
Posts: 166
Joined: 03 Nov 2006, 18:22
Contact:

Post by GodSpeed »

darknight788 wrote:so do we just use tsearch and add that code for the ball and put that in the second part of say the brera's code ?
No use the Unlocker Now
http://gnagna2000.free.fr/

Edit savegame File and right before you choose your profile ALT+3

Here Is the Police Chopper,
Attachments
Has No Wheels so It don't move I Guess.
Has No Wheels so It don't move I Guess.
Last edited by GodSpeed on 26 Nov 2006, 00:09, edited 1 time in total.
Image
User avatar
darknight788
official forum redneck
official forum redneck
Posts: 2850
Joined: 25 Feb 2006, 19:35
Location: I have mated with a woman inform the men
Contact:

Post by darknight788 »

that trainer unlocks the ball now ?
Image
User avatar
GodSpeed
Turbo Charged
Turbo Charged
Posts: 166
Joined: 03 Nov 2006, 18:22
Contact:

Post by GodSpeed »

darknight788 wrote:that trainer unlocks the ball now ?
BackUp You Savegame First!!!

Replace the Second Part Of Brera Code With one of the Above codes

Code: Select all

D43C67F8 D43C67F8 
Metal Ball

Code: Select all

D43C67F8 8D5B7DD2
The unlocker just allows you to edit save games now, No Need to Tsearch Anymore.

So Use the Hex Editor on your save game and read the above posts to understand what we are doing here. I have explained in more then enough Detail here If you also read the posts.
Image
User avatar
GodSpeed
Turbo Charged
Turbo Charged
Posts: 166
Joined: 03 Nov 2006, 18:22
Contact:

Post by GodSpeed »

sergelac wrote: LMAO !

this thing is super fast and look like a giant ball with 4 wheels
This is very Funny, huh
Image
User avatar
darknight788
official forum redneck
official forum redneck
Posts: 2850
Joined: 25 Feb 2006, 19:35
Location: I have mated with a woman inform the men
Contact:

Post by darknight788 »

ok i modified the brera's hex code but i still dont see the ball in the carshop and the brera isnt there anymore either :?
Image
Finalmaster2

Post by Finalmaster2 »

Aww, someone just make savegame from this metal ball?
User avatar
GodSpeed
Turbo Charged
Turbo Charged
Posts: 166
Joined: 03 Nov 2006, 18:22
Contact:

Post by GodSpeed »

darknight788 wrote:ok i modified the brera's hex code but i still dont see the ball in the carshop and the brera isnt there anymore either :?
uncheck the load any save, then check the Unlock Series Cars/Upgrades
Image
User avatar
darknight788
official forum redneck
official forum redneck
Posts: 2850
Joined: 25 Feb 2006, 19:35
Location: I have mated with a woman inform the men
Contact:

Post by darknight788 »

ok i got it thanks man good work here :)
EDIT ---- :shock: holy firetruck that thing is insane :twisted:
Image
User avatar
GodSpeed
Turbo Charged
Turbo Charged
Posts: 166
Joined: 03 Nov 2006, 18:22
Contact:

Post by GodSpeed »

Finalmaster2 wrote:Aww, someone just make savegame from this metal ball?
Unlocker v1.2 = Game Version v1.2

Unlocker v1.3 = Game Version v1.3


Use the Version Unlocker for your game Version.

Choose Unlock Series Cars/Upgrades

Metal Ball = Alfa Romeo Brera - In Car Lot

I Think This Is The Fastest Car In The Game :twisted:
Attachments
Metal_Ball.rar
SaveGame With Metal Ball Car.

Use the Version Unlocker for your game Version. Choose Unlock Series Cars/Upgrades
(134.69 KiB) Downloaded 304 times
Image
Finalmaster2

Post by Finalmaster2 »

Nope, it wasn't there when I looked.
User avatar
prince1142003
Valued Member
Valued Member
Posts: 3862
Joined: 23 Feb 2005, 06:03
Location: Enjoying college life.
Contact:

Post by prince1142003 »

That car has some balls!

300+ mph :shock:
Image
Post Reply

Return to “Editing”