User:Fitzroy doll: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Added linke to binary conversion tool)
Line 1: Line 1:
== Website ==
[http://www.amphibian.myzen.co.uk/home Amphibian Mods] is a collection of working download links to quality single player maps and mods for many different first person shooter games, including Half-Life and Half-Life 2. The site includes instructions for running all maps and mods from the command line.
== Projects ==
== Projects ==


Line 9: Line 6:


== External links ==
== External links ==
[http://www.amphibian.myzen.co.uk/home Amphibian Mods]


[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

File:Css sci fi 5.jpg

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

CSS SCI FI

Moddb profile

PlanetPhillip Review and User Comments

Useful links

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.