User:Fitzroy doll
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.