OBD:BINA/OBJC/PWRU: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{OBD OBJC Header|align=center|type=PWRU|prev=PATR|next=SNDG|name=Powerup|onistuff=b_pu}} | |||
---- | |||
---- | |||
http://www6.fh-eberswalde.de/user/dkriesch/onistuff/images/bin_r_pu.gif | http://www6.fh-eberswalde.de/user/dkriesch/onistuff/images/bin_r_pu.gif | ||
Line 72: | Line 69: | ||
| ALIGN=LEFT | name of the power-up type; the following power-up types are possible:<BR><BR>AMMB - ammo (red clip)<BR>AMME - energy cell (green clip)<BR>HYPO - hypo<BR>SHLD - force shield<BR>INVI - phase cloak<BR>ALSI - lsi<BR><BR> | | ALIGN=LEFT | name of the power-up type; the following power-up types are possible:<BR><BR>AMMB - ammo (red clip)<BR>AMME - energy cell (green clip)<BR>HYPO - hypo<BR>SHLD - force shield<BR>INVI - phase cloak<BR>ALSI - lsi<BR><BR> | ||
|} | |} | ||
---- | |||
---- | |||
{{OBD OBJC Header|align=center|type=PWRU|prev=PATR|next=SNDG|name=Powerup|onistuff=b_pu}} | |||
Revision as of 21:15, 4 September 2006
|
Hex | Translation | Meaning |
43 4A 42 4F | OBJC | object |
18 02 00 00 | 536 | 536 bytes is the length of the following power-up part from this position |
27 00 00 00 | 39 | identification number for the weapon classes; in every level the same; do not change it |
28 00 00 00 | 40 | 40 bytes (2.5 lines) is the lenght of the following package (area edged in black) |
Below follows the first package. | ||
55 52 57 50 | PWRU | power-up |
AC 1C 00 00 | 7340 | unknown |
00 00 00 00 | 0 | unknown |
E8 92 77 44 | 990.295410 | x-position of the power-up |
00 00 D8 41 | 27.000000 | y-position (height) of the power-up |
71 DD 98 43 | 305.730010 | z-position of the power-up |
00 00 00 00 | 0.000000 | rotation on the x-axis in degrees |
00 00 00 00 | 0.000000 | rotation on the y-axis in degrees |
00 00 00 00 | 0.000000 | rotation on the z-axis in degrees |
41 4D 4D 42 | AMMB | name of the power-up type; the following power-up types are possible: AMMB - ammo (red clip) AMME - energy cell (green clip) HYPO - hypo SHLD - force shield INVI - phase cloak ALSI - lsi |
|