Question on some hex number translations.

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
User avatar
Broadus
Second Lance Corporal
Second Lance Corporal
Posts: 110
Joined: Thu Sep 21, 2006 1:23 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

Question on some hex number translations.

Post by Broadus »

I'm wandering what the numbers 10 and 32 look like in SWBF2 hex? I don't mean the REAL number 75, I mean what hex numbers translate it into something compatible with SWBF2.

For example... To get 75 as a variable for reinforcements, it will look like this in the numbers-only part (I don't know the terminology):
0003000096420408000000
But in the letters-and-numbers part, it will look like this:
. . . . - B . . . . .

That is indeed 75 (taken from reinforcements), even though it doesn't look like 75. That's all I mean.
I had to get rid of my SWBF2 mod tools because I never use them and I desperately needed some impromptu hard drive space, so I can't munge anything to see what it looks like for myself...

Well, now I have two questions. For one, will 75 as reinforcements look different from 75 for something else?
And, if there's no real difference, could someone tell me what 10 and 32 are supposed to be in SWBF2 hex, if that someone might be so kind?
Last edited by Broadus on Thu Sep 28, 2006 10:11 pm, edited 1 time in total.
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

RE: Question on some hex number translations.

Post by Teancum »

You might try using the number 75. The reason I say that is that whatever the max AI that the PSP can handle it won't go above that, but it won't hurt anything.
User avatar
Broadus
Second Lance Corporal
Second Lance Corporal
Posts: 110
Joined: Thu Sep 21, 2006 1:23 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

RE: Question on some hex number translations.

Post by Broadus »

That's not a bad idea, though I still don't know what 10 looks like so that I may find and replace it... I'm going to take a swing at something ridiculous like replacing every occurence of 10 to see if anything changes.
archer01

RE: Question on some hex number translations.

Post by archer01 »

- Go into windows's calculator
- Swtich it to "scientific mode"
- Type in "10"
- Then up at the top, switch it from decimal to hex

10 (base10) == 0A (base16)
75 (base10) == 4B (base16)
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

RE: Question on some hex number translations.

Post by Teancum »

Wow cool. I didn't know that.
t551
General
General
Posts: 791
Joined: Sat Jul 16, 2005 3:23 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

RE: Question on some hex number translations.

Post by t551 »

Or, you could do the conversions in your head... which isn't hard.
Post Reply