![]() |
Data |
Prev: 58112 | Up: Map |
The first set of parameters is used in demo mode.
|
|||||||
58144 | DEFB 118 | Animatory state (118: cat) | |||||
58145 | DEFB 0,45 | Location (out of sight) | |||||
58147 | DEFB 8 | z-coordinate (invisible) | |||||
58148 | DEFW 65172 | Command list: Do nothing | |||||
The next set of parameters is used in game mode 1.
|
|||||||
58150 | DEFB 54 | Animatory state (54: sniper) | |||||
58151 | DEFB 0,50 | Location (out of sight) | |||||
58153 | DEFB 2 | z-coordinate (behind people on the sidewalk) | |||||
58154 | DEFW 64890 | Command list: Control the sniper | |||||
The next set of parameters is used in game mode 2.
|
|||||||
58156 | DEFB 54 | Animatory state (54: sniper) | |||||
58157 | DEFB 0,50 | Location (out of sight) | |||||
58159 | DEFB 2 | z-coordinate (behind people on the sidewalk) | |||||
58160 | DEFW 64890 | Command list: Control the sniper | |||||
The next set of parameters is used in game mode 3.
|
|||||||
58162 | DEFB 54 | Animatory state (54: sniper) | |||||
58163 | DEFB 0,50 | Location (out of sight) | |||||
58165 | DEFB 2 | z-coordinate (behind people on the sidewalk) | |||||
58166 | DEFW 64890 | Command list: Control the sniper | |||||
The next set of parameters is used in game mode 4.
|
|||||||
58168 | DEFB 54 | Animatory state (54: sniper) | |||||
58169 | DEFB 0,50 | Location (out of sight) | |||||
58171 | DEFB 2 | z-coordinate (behind people on the sidewalk) | |||||
58172 | DEFW 64890 | Command list: Control the sniper |
Prev: 58112 | Up: Map |