-
Notifications
You must be signed in to change notification settings - Fork 27
List of Surface Flags
Jannik Vogel edited this page May 22, 2018
·
10 revisions
(gdb) set *(uint32_t*)Memory(0x50C88C)=1
turns on a string display near the "repair" text.
It is currently unknown which podracer the displayed information belongs to. It should be researched without AI racers.
The name in the table is shown as displayed by this debug feature.
Value | Name | Description |
---|---|---|
0x1 | ZOn | Turns on the vertical control (anti-gravity tubes) |
0x2 | ZOff | Turns off the vertical control (anti-gravity tubes) |
0x4 | Fast | Add 200 forward speed |
0x8 | Slow | |
0x10 | Swst | |
0x20 | Slip | Used on ice |
0x40 | Dust | |
0x80 | Snow | |
0x100 | Wet | |
0x200 | Ruff | |
0x400 | Swmp | |
0x800 | NSnw | Probably "No Snow". Used in tunnels to avoid snow from appearing |
0x1000 | Mirr | Enables rendering of the reflection below the track |
0x2000 | Lava | |
0x4000 | Fall | Lets the podracer explode on collision |
0x8000 | Soft | |
0x10000 | NRSp | Probably stands for "No Respawn" and indicates that a podracer should not respawn here. Used in pits or shortly before jumps |
0x20000 | Flat | |
0x40000 | ||
0x80000 | ||
0x100000 | ||
0x200000 | ||
0x400000 | ||
0x800000 | ||
0x1000000 | ||
0x2000000 | ||
0x4000000 | ||
0x8000000 | ||
0x10000000 | ||
0x20000000 | Side | Instructs AI to drive sideways / roll? |
0x40000000 | ||
0x80000000 |