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?
Question on some hex number translations.
Moderator: Moderators
- Broadus
- Second Lance Corporal

- Posts: 110
- Joined: Thu Sep 21, 2006 1:23 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Question on some hex number translations.
Last edited by Broadus on Thu Sep 28, 2006 10:11 pm, edited 1 time in total.
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
RE: Question on some hex number translations.
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.
- Broadus
- Second Lance Corporal

- Posts: 110
- Joined: Thu Sep 21, 2006 1:23 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
RE: Question on some hex number translations.
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.
- 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)
- 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)
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
RE: Question on some hex number translations.
Wow cool. I didn't know that.
-
t551
- General

- Posts: 791
- Joined: Sat Jul 16, 2005 3:23 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
RE: Question on some hex number translations.
Or, you could do the conversions in your head... which isn't hard.
