Opposing Force textures

Joined
Dec 12, 2004
Messages
1,238
Reaction score
0
Does anyone know if there's a list of the texture names of the textures used in Opposing Force? I don't need the textures as such, just a list of the names...preferably with pictures but that's not vital.

Or if there's an easy way for me to access them without having to look in the WAD files?
 
heh, speaking of which.
I cant find a list of all the different impulse commands. Anyone know where one is? Or has made one?
 
http://www.editlife.net/forums/viewtopic.php?t=82&

I'm reading this from the source code, and I know very little of C, so I have to guess at some of this... Not all of these are cheats.

impulse 76 - create a human grunt?

impulse 81 - replace the weapon model with six reflective cubes, used for testing cubemaps

impulse 100 - turn flashlight on or off

impulse 101 - give all weapons

impulse 102 - create gibs at the player

impulse 103 - report the status of the NPC at which the player is aiming

impulse 106 - report the classname and targetname of the entity at which the player is aiming

impulse 107 - report whether the player is looking at a model, a displacement, or a brush; if a brush, give the texture

impulse 108 - show debug messages for the NPC at which the player is aiming

impulse 195 (air), 196 (large), or 197 (human) - show shortest route from entire map to the node at which the player is standing

impulse 200 - holster weapon?

impulse 201 - spray your decal

impulse 202 - blood splatter (or jingle sound?)

impulse 203 - remove the entity at which the player is aiming
 
Back
Top