The old critter proto spec lists some unknown areas hex offsets 0B-2F, 198-19A, and 19C-19F.
Here's some info about these unknowns:
0C-0F - Light Distance in hexes ( 0-8 )
10-13 - Light Intensity % (0-100)
14-17 - Flags (Flat, NoBlock, MultiHex, etc)
18-1B - Action Flags (Look, Talk)
1C-1F - Script ID (04000000h is Script ID 1)
20-23 - Head FID - Unused Function - default should be FFFFFFFF (None)
24-27 - AI Packet Number
28-2B - Team Number
2C-2F - Barter Flag (0=No, 2=Yes)
198-199 ???
19C-19F Damage Type (see below)
Damage Types
0 - Normal
1 - Laser
2 - Fire
3 - Plasma
4 - Electrical
5 - EMP
6 - Explosion
Discussion About these:
- The Light Intensity uses some weird binary value that I haven't figured out yet. You'd think it would be simple but no.
- The Flags and Action Flags appear to use bitwise logical operations to store and retrieve flag values.
- The Head FID thing is interesting, it looks to me like they were working towards interchangeable heads, which is what we'd need to make party members look like themselves in other armor. You can't browse any heads so I assume this isn't implemented.
- That last one, Damage Type, is the 4 additional bytes added at the end of the proto that FO1 doesn't have. Interesting, so you can assign damage types of electricity to a critter, or even explosion, it appears (I haven't tried these). kamikaze.
Here's some info about these unknowns:
0C-0F - Light Distance in hexes ( 0-8 )
10-13 - Light Intensity % (0-100)
14-17 - Flags (Flat, NoBlock, MultiHex, etc)
18-1B - Action Flags (Look, Talk)
1C-1F - Script ID (04000000h is Script ID 1)
20-23 - Head FID - Unused Function - default should be FFFFFFFF (None)
24-27 - AI Packet Number
28-2B - Team Number
2C-2F - Barter Flag (0=No, 2=Yes)
198-199 ???
19C-19F Damage Type (see below)
Damage Types
0 - Normal
1 - Laser
2 - Fire
3 - Plasma
4 - Electrical
5 - EMP
6 - Explosion
Discussion About these:
- The Light Intensity uses some weird binary value that I haven't figured out yet. You'd think it would be simple but no.
- The Flags and Action Flags appear to use bitwise logical operations to store and retrieve flag values.
- The Head FID thing is interesting, it looks to me like they were working towards interchangeable heads, which is what we'd need to make party members look like themselves in other armor. You can't browse any heads so I assume this isn't implemented.
- That last one, Damage Type, is the 4 additional bytes added at the end of the proto that FO1 doesn't have. Interesting, so you can assign damage types of electricity to a critter, or even explosion, it appears (I haven't tried these). kamikaze.