User:Fitzroy doll: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Added linke to binary conversion tool)
m (Reverted a change I made yesterday.)
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 Half-Life and Half-Life 2, as well as several other games. The site includes instructions for running all maps and mods from the command line.
== Projects ==
== Projects ==



Revision as of 02:32, 25 October 2008

Website

Amphibian Mods is a collection of working download links to quality single player maps and mods for Half-Life and Half-Life 2, as well as several other games. The site includes instructions for running all maps and mods from the command line.

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.