User:Fitzroy doll: Difference between revisions
Fitzroy doll (talk | contribs) m (Added linke to binary conversion tool) |
|||
Line 1: | Line 1: | ||
== Projects == | == Projects == | ||
Line 9: | Line 6: | ||
== External links == | == External links == | ||
[http://www.amphibian.myzen.co.uk/css_sci_fi/ CSS SCI FI] | [http://www.amphibian.myzen.co.uk/css_sci_fi/ CSS SCI FI] | ||
Line 16: | Line 12: | ||
[http://www.planetphillip.com/posts/css-sci-fi-version-2-half-life-2/ PlanetPhillip Review and User Comments] | [http://www.planetphillip.com/posts/css-sci-fi-version-2-half-life-2/ PlanetPhillip Review and User Comments] | ||
== Useful links == | |||
[http://acc6.its.brooklyn.cuny.edu/~gurwitz/core5/nav2tool.html Spawn Flag decoder] | |||
When presented with a total value for spawn flags, you can find out which flags were checked by converting the total from decimal to binary using the above link. For example, to determine what flags the [[npc_helicopter]] in d1_eli_02 has checked, enter the total (224 as shown on line 6470 of the entity table) and convert it to binary (11100000). Then click explain answer. This gives you "The number 224 can be expressed as: 128 + 64 + 32". These values correspond to the spawnflags which were checked for this entity. |
Revision as of 05:44, 24 October 2008
Projects
CSS SCI FI is a single player modification for SMOD which uses maps from Counter Strike: Source as the setting for classic Half Life 2 "Counter Combine" action. For full information, please see the CSS SCI FI page.
External links
PlanetPhillip Review and User Comments
Useful links
When presented with a total value for spawn flags, you can find out which flags were checked by converting the total from decimal to binary using the above link. For example, to determine what flags the npc_helicopter in d1_eli_02 has checked, enter the total (224 as shown on line 6470 of the entity table) and convert it to binary (11100000). Then click explain answer. This gives you "The number 224 can be expressed as: 128 + 64 + 32". These values correspond to the spawnflags which were checked for this entity.