[Register] [166310 Members] [1852 Online; 148 Members, 1704 Guests]
Half-Life 2 Files
File Search


Advanced Search




Back to FileFront


 Find lowest prices:
 » Half-Life 2
 » Half-Life: Platinum
 » Half-Life (PS2)

 Join us on IRC:
 Server
    irc.GameSurge.net
 Channel
    #FileFront



 Home
 » Latest Poll
 » Free Hosting!
 » Jobs

 The Files
 » File Browser
 » File Search
 » Submit Files

 The News
 » News
 » News Headlines
 » News Archive
 » Submit News

 The PotD
 » Submit PotD
 » PotD Archive

 Half-Life 2
 » SP Cheats
 » NEW! NPC Guide
 » Downloads
     - Maps
     - - Mappack #1
     - - Mappack #2
     - - Mappack #3
     - - Mappack #4
     - Media
     - Models
     - Mods
     - Official Releases
     - Skins
     - Utilities
     - Video
     - Wallpapers
     - More...
 » FAQ
 » Overview
 » Requirements
 » Screenshots

 The Community
 » Links
 » Valve HQ Visits
 » Forums
     - HL General
     - HL 2 General
     - CS Series
     - Modding & Editing
     - Mapping, Modeling
       & Skinning
     - Clan Forum
     - Problems & Help
     - Rants & Raves

 The Site
 » About
 » Staff
 » Job Applications
 » Contact
 » Advertise
 » Link to us
 » Make Start Page

 Hosted Sites
HL2 Mods
 » 2030 Mod
 » Atubak
 » Bloodhunt
 » Blue Autumn
 » Burning Blades
 » Cause and Effect
 » Chaotic Inferno
 » Clash of the Titans
 » Conspiracy In Shadow
 » Conflict Middle East
 » CW: Melting Point
 » Desert Redemption
 » Dino-Instinct
 » Dominican Agression
 » End of Earth
 » Eternal Silence 2
 » Fields of Glory
 » Finland at War
 » Firewar
 » Foredination
 » Gamushara
 » Ghetto Blaster
 » Ghostwalker
 » Goldeneye Mod
 » Gunritsu
 » Hackers
 » Hellblaze
 » High Octane
 » HL Warzone
 » Hostile Orbit
 » Infection
 » Insects Infestation
 » Insurrection
 » Invasion
 » Keg Party
 » Kronos' Wrath
 » Leave No Man Behind
 » Malin
 » Midway to Victory
 » Mission to Coldwater
 » Mortal Kombat HL
 » Nuclear Dreams
 » Op. Desert Storm
 » Ordeal
 » Plastic Warfare
 » Prison 2040
 » Project Relay
 » Project Zeus
 » Quantum Reality
 » Red Civil War
 » Red Horizon
 » Remixed
 » Resistance vs Combine
 » Rocket Arena
 » Search and Destroy
 » Second Genesis
 » Shattered Horizons
 » Slugs and Steel
 » Sourceball
 » Stargate: Rebellion
 » Super Mario Mod
 » Swift Mod
 » Sword Mod
 » The Last Stand
 » The Living Dead
 » The Resistance
 » The Russian Faction
 » Unreal Ops
 » Utec Mod
 » Wanted Mod
 » Wolves Mod
 » WWIII Mod
 » Xtreme Warriors
 » Zombie Panic
Mappers/Skinners
 » Corrosion
 » Sonic Mappers
 » Sonic Society
 » Source Mapping Outfit
 » Szafto
 » Toolbox
CS: Source
 » CS Re-Source
Misc
 » Friendly Garg
 » HL2 Wallpapers

  Half-Life 2 Ultimate NPC Creation Guide - Articles
  Posted by: azzkiker on 12-26-2004 @ 11:58
This News Item has been viewed 19556 times!
Assassin X has sent in this amazing NPC creation guide containing just about everything you'll ever need. Credits go out to Magical Monkey for the advanced guide. [8]

---------
Appendix:

1. About this FAQ
2. Creating NPCS
- 2A. Creating Weapons for NPC's
3. Weapons List
4. NPCS
- 4A. Character NPC'S (Non attacking)
- 4B. Enemy NPC'S (Attacking)
5. NPC's that cant be created
6. Pictures of created NPC's
7. Thanks
8. Magical Monkeys Advanced-NPC Guide
- 8A. Updates
9. Future plans, updates and my email!


===========================================================================

1. About this FAQ
===========================================================================


Seeing as how there is no guide out and most people cant find any list or info on creating NPCS or how this all works I did some research and make a list and found out some things. This FAQ shows you what to do to create a NPC and what NPC are creatable!


===========================================================================

2. Creating NPCS
===========================================================================

All console commands will be in quotation marks "".

First off when you start Half Life 2 go into your console before you do anything and type "sv_cheats 1".

Then load a game save or load a custom map. To load a map go to your console (~ key) and type "MAP" and the map name "MAP xxxxx". Once your in a map go to your console again type "notarget" and hit enter. NOTARGET makes the enemies NOT attack you when they spawn. After this type "noclip" in the console. This makes you fly.

There's another command called "ai_disable" which turns off the AI so you can create good NPC's and bad NPC's and they wont attack each other. But lets stick to the basics! Now wherever you create a NPC at it will be wherever your cursor is pointed.

Lets say you wanted to spawn a Zombie. Point to the ground where you want him and go to your console and type "npc_create npc_zombie" then hit enter. You'll see the Zombie appear!

For a Combine it would be go to your console and type "npc_create npc_combine_s" and he'll appear.

Basically your just changing the last line after the NPC_CREATE NPC_ to whatever you want to spawn. Its really easy.

Even though youll need to read the rest of this guide make sure when your done with creating your NPC's and you want to face them you go to your console and you turn off the commands from earlier again by typing "notarget" and "noclip" so you can walk around and so they can see you. But of course turn them on somewhere safe so you can have fun!


---------
2A. Creating Weapons for NPC's
---------

Now when you create a Combine or most any unit that NPC that can fight they don't have anything. So you have to give them something before you create them. This is REAL easy too.

Before you create a NPC think about what weapon you want to give it. Say you want to create a Citizen and you want him to have a Shotgun. Go to your console and type "npc_create_equipment weapon_shotgun" and hit enter. This command lets the game know you want to give the NPC's a shotgun when its made. This will be the default weapon for every NPC you create until you change the
weapon to something else.

Next you'd type in "npc_create npc_citizen". A citizen will now appear with a shotgun.

Just make sure to type in the command with a different weapon if you want something else for a different NPC or youll have the same gun.

Like creating NPC's not all weapons work for them. Some don't spawn and some will but then the NPC cant move. So read my weapons list below!


===========================================================================

3. Weapons List
===========================================================================

These are weapons you can create for the NPC's. Its really all about testing. I'm only showing the most stable ones. And some of the ones that do work but have side effects. Anything else not listed may crash your pc and/or not work at all.

The command is always "npc_create_equipment weapon_" You just add the weapon you want after the "_".

pistol (Side effect on some units are they wont move)
shotgun
smg1


Heres the other items but I suggest you test these at your own risk:
cubemap
cguard
physgun
ml
hmg1
immolator
irifle
sniperrifle
crowbar
extinguisher
frag
rollerwand
slam
brickbat
gauss
binoculars
alyxgun
hopwire
Molotov
physcannon
ar2
bugbait
ar1
rpg
smg2
stickylauncher
stunstick
thumper
iceaxe


===========================================================================

4. NPCS
===========================================================================

This is a list of characters you can spawn. Its split up into two lists. The first list is characters that are people you talk to and interact with and the second list are ones you fight.

Once again the command to create an NPC is "npc_create npc_". You just add the name after the "_".


--------
4A. Character NPC'S (Non attacking you)
--------

gman (Doesn't actually do anything. Sits still)
barney (lives really long and sometimes follows you)
alyx (lives about as long as you and sometimes follows you)
citizen (lives not to long and does whatever you say)
monk (fun listening to him talk in battle lol)
dog (useless but cool looking)
kleiner (sits still)
eli (sits still)
Mossman (sits still)
Breen (sits still)
Vortigaunt (REALLY COOL! You can talk to him and he fights!)


--------
4B. Enemy NPC'S (Attacking)
--------

sniper
rollermine
crow (useless)
headcrab
headcrabfast
poisonzombie
helicopter (doesn't seem to work often)
zombie
strider (tends to get stuck under ground)
combine_s
headcrab_black (poisoned one)
metropolice
manhack
turret_floor (Thanks to my friend for this one)
fastzombie
barnacle (starts on floor)
gunship
headcrab_poison
antlion
antlionguard
zombie_torso
combinedropship (seems to fly off)
combinegunship


===========================================================================

5. NPC's that cant be created
===========================================================================

This is a lost of the NPC's that cant be created. This is either because the game crashes or mostly because there just isn't a command.

Combine Elite
Combine APC
Scanner
Lamar

There are also other NPC's that's seem to have names in the game but don't
appear to have models or even work like Assassin and Bullsquid.


===========================================================================

6. Pictures of created NPC's
===========================================================================

Just for fun below are some pictures of some created NPCs!


===========================================================================

7. Thanks
===========================================================================

Id like to thank Valve for making a AWSOME game that was better then the hype! Even though it had a rough release I cant complain this is the best game I've played since Half Life!


===========================================================================

8. Magical Monkeys NPC Guide-Advanced Guide
===========================================================================



Here's some info on how to spawn different NPCs and how to have fun with them. I'm pretty much certain it's incomplete so contribute anything I've missed and I'll edit it into this post with credit.


--------
The Basics
--------

To spawn an npc (with a few exceptions), look at the area of ground where you want it to spawn, then open up the console (~ key for most, below esc for all) and type "npc_create [npc name]". You can also spawn them aimed away from you using npc_create_aimed, but I haven't been able to make this command work without having an npc of the same type spawned normally first.

To give your npcs weapons, you have to use the npc_create_equipment command. If you wanted to spawn alyx with a shotgun for instance, you'd type "npc_create_equipment weapon_shotgun; wait; npc_create npc_alyx".

To bind a spawning command to a key, type "bind "[key]" "[command]"".

Now you can create some huge zombies vs antlions vs combine vs alyx clones battles. When positioning troops for battle, type "ai_disable" to stop them fighting until you're done positioning. Type it again to turn ai back on.




-------
Fun
-------

NPCs all have inputs which you can activate using the ent_fire command. Some inputs are common to all NPCs, some are unique to one or two NPCs. To list all the inputs (and outputs, although I don't know if they're much use) of an NPC, type "ent_info [npc name]". As far as I can see, all the inputs listed above setrelationships are specific to certain NPCs.

If you want to actually input something to an NPC, you have to name it first. To do this, type "ent_setname [name]". Once you've named an npc, you can then type "ent_fire [name] [input]" and do cool stuff like set them on fire.

To set things on fire, type "ent_setname [name]; wait; ent_fire [name] ignite". I found that code posted by somebody on another forum and it made me want to find out other similar things I could do, and find out I did.

A couple of other useful global inputs are kill and sethealth. There's also a skin input which I'm guessing changes the model or textures but I have no idea how to use it, so if anybody can help with that it'd be much appreciated.


-------
NPC List
-------

Where inputs are blank I've found nothing useful, but I might have missed something (or I might have omitted something you would have found useful).

Combine

Footsoldiers

Combine Soldier: npc_combine_s

Metrocop: npc_metropolice ____ Inputs: enablemanhacktoss - I haven't been able
to get this to work. Maybe you'll have better luck.

Sniper: npc_sniper

------------
Vehicles

All of these remain stationary.
For these use give rather than npc_create. They will spawn above you, rather than underground/inside the ground.

Strider: npc_strider ____ Inputs: setcannontarget - kills things - usage "ent_fire [name of strider] setcannontarget [name of target]" | setminiguntarget - useless, aims at feet of target ____ Notes: Targets must be named using ent_setname. On some levels you have to noclip upwards a little to spawn a strider because it will sink into the ground otherwise. If a strider impales an antlion guard it will fly away.

Dropship: npc_combinedropship ____ Notes: Lots of inputs, the ones I tried didn't work. Test out more if you can be bothered.

Gunship: npc_combinegunship ____ Inputs: dogroundattack - shoots a laser at the ground directly beneath it. Will continue to do so as long as enemies of the combine are beneath it.

Helicopter: npc_helicopter ____ Inputs: dropbomb ____ Notes: Lots of inputs, lots crashed the game. Test out more if you can be bothered.


-----------
Misc

Scanners and manhacks are spawned on the near side of the wall pointed at

Scanner: npc_cscanner ____ Inputs: equipmine | deploymine | disablespotlight | inspecttargetspotlight - usage "ent_fire [name of scanner] inspecttargetspotlight [name of target] | inspecttargetphoto | followtarget | setflightspeed ____ Notes: Targets must be named using ent_setname.

Manhack: npc_manhack

Rollermine: npc_rollermine ____ Inputs: respondtoexplodechirp - makes it explode

Stalker: npc_stalker ____ Notes: Does nothing but waddle around a bit. Shot me with a laser once in the three times I spawned one. Crashes game when killed.
Not recommended.

-----------------
Wildlife

Antlions

Antlion: npc_antlion ____ Inputs: bugbait - buggy. will alternately attack you and love you. | burrow | unburrow

Antlion Guard: npc_antlionguard ____ Inputs: setchargetarget - usage "ent_fire [antlion guard name] setchargetarget [target name]" | clearchargetarget | setshovetarget | ragdoll - makes it die ____ Notes: Targets must be named using ent_setname.


------------------
Zombies and Headcrabs

Zombie: npc_zombie

Fast Zombie: npc_fastzombie

Poison Zombie: npc_poisonzombie

Headcrab: npc_headcrab ____ Inputs: burrowimmediate | unburrow

Fast Headcrab: npc_headcrab_fast

Poison Headcrab: npc_headcrab_poison


------------------------
Allies

Vortigaunt: npc_vortigaunt

Citizen: npc_citizen ____ Inputs: giveweapon - usage "ent_fire [name of citizen] [weapon {eg weapon_shotgun}]" | setmedic | setammoresupplier | setreadiness



--------------------------
Characters

setexpressionoverride is an input which allows you to make a character enact any scene. The usage is "ent_fire [character name] setexpressionoverride [file path of scene]". For example, to make alyx perform the gman's closing speech, you would name alyx alyx and type "ent_fire alyx setexpressionoverride scenescitadelgman_out".

Alyx: npc_alyx ____ Inputs: setreadiness | outsidetransition - places her in front of you | setexpressionoverride

Barney: npc_barney ____ Inputs: setreadiness | outsidetransition - places him in front of you | setexpressionoverride

Breen: npc_breen ____ Inputs: ____ setexpressionoverride

Dog: npc_dog ____ Inputs: setexpressionoverride ____ Notes: There are lots of inputs to do with playing catch that I couldn't get to work properly. Dog's AI without scripting is "run away".

Eli: npc_eli ____ Inputs: setexpressionoverride ____

Gman: npc_gman ____ Inputs: setexpressionoverride

Kleiner: npc_kleiner ____ Inputs: setexpressionoverride

Father Grigori: npc_monk ____ Inputs: setexpressionoverride | perfectaccuracy

Mossman: npc_mossman ____ Inputs: setexpressionoverride


-------------------------
Those are all the npcs I currently know of. To find the name of an npc while playing you can type "ent_show_response_criteria" and it'll come up with their name (along with some other stuff if developer is set to verbose).

There are more things to input to than NPCs. Type "ent_fire " and a list of non-NPC entities with inputs will appear under the console. I think these differ from level to level, and they let you do things like stopping the antlions spawning at the beginning of Highway 17.

I have no idea how to spawn explosive barrels etc or whether it's even possible, but hopefully someone will find a way.

I think that's about it. Hope it's of some use.

-------
8A. Updates
-------
There are always being updates and new things discovered with creating NPC creation at the posted thread below! Make sure you visit it every day the latest:

http://www.halflife2.net/forums/showthread.php?t=57123



===========================================================================

9. Future plans, updates and my email!
===========================================================================


I will update this with any more commands that are helpful or things I find out with NPC's or weapons or whatever.

PLEASE EMAIL ONLY if:

-You have a helpful command that could help people out when there making there own fun frag fests on a map!

-You found out a weapon or NPC that can be created that I do/don't have listed that works.

Ill try to read as many email as I can but will not answer email id the answer is already in the Faq.

Updates:

Nov 22nd:
-Added some more NPC's (This should be all of them)
-Added the other weapons list from a printed list I typed up from the leak (This should also be all of them)
-Small additions



          Next News Post 12-26-2004 @ 15:06 - News From The Hostile Report
          Previous News Post 12-26-2004 @ 07:06 - Xtreme Paintball For Half-Life 2

Average User Rating: 8.8
Number of Votes: 16


Screenshots
Screenshots:
Click to enlarge Click to enlarge


User Comments  
The following comments are owned by the user that posted them. Half-Life 2 Files is not responsible for their content.

Total comments: 35 | Last comment: 10 hours ago (01-29-2005 at 10:33)

Click the Expand symbol to expand all comments (view full comments)

 Expand#1 - Posted by: SmOke_jAy (Member) on 12-26-2004 at 12:32

 Expand#2 - Posted by: azzkiker (FilesNetwork - Network Admin) on 12-26-2004 at 13:06

 Expand#3 - Strider.... - Posted by: Guest (adsl-68-76-120-210.dsl.bcvloh.ameritech.net) on 12-26-2004 at 14:16

 Expand#4 - Posted by: scarface123 (Member) on 12-26-2004 at 17:17

 Expand#5 - Posted by: RaVaGe5805 (Member) on 12-26-2004 at 17:49

 Expand#6 - Posted by: __InFeRnO__ (Member) on 12-26-2004 at 23:19

 Expand#7 - Crappy guide - Posted by: RedRat (Member) on 12-27-2004 at 05:02

 Expand#8 - Posted by: SmOke_jAy (Member) on 12-27-2004 at 06:39

 Expand#9 - Posted by: ChineseBullfrog (Member) on 12-28-2004 at 03:46

 Expand#10 - Posted by: Guest (adsl-68-76-120-210.dsl.bcvloh.ameritech.net) on 12-28-2004 at 06:18

 Expand#11 - Not quite - Posted by: Wilco (Member) on 12-28-2004 at 10:38

 Expand#12 - Posted by: Bobthejedikiller (Member) on 12-30-2004 at 16:26

 Expand#13 - Posted by: Guest (24-159-244-228.jvl.wi.charter.com) on 12-30-2004 at 22:37

 Expand#14 - patrolling? - Posted by: Guest (ip51ccae12.adsl-surfen.hetnet.nl) on 01-02-2005 at 12:43

 Expand#15 - same question 12... - Posted by: Guest (adsl-067-034-189-019.sip.mco.bellsouth.net) on 01-08-2005 at 19:16

 Expand#16 - Missed NPC's - Posted by: r_e_b_e_l (Member) on 01-11-2005 at 18:00

 Expand#17 - its not working - Posted by: jacopro13 (Member) on 01-12-2005 at 15:12

 Expand#18 - Posted by: jacopro13 (Member) on 01-12-2005 at 21:53

 Expand#19 - NPC's Not Attacking - Posted by: r_e_b_e_l (Member) on 01-13-2005 at 10:40

 Expand#20 - k... - Posted by: TRA (Member) on 01-14-2005 at 13:13

 Expand#21 - easy creating - Posted by: Guest (mdm67.namib.net) on 01-15-2005 at 11:25

 Expand#22 - i finnaly got them to work - Posted by: jacopro13 (Member) on 01-16-2005 at 19:44

 Expand#23 - How to spawn a Strider - Posted by: Guest (penax1-229.dialup.optusnet.com.au) on 01-17-2005 at 00:29

 Expand#24 - hint using ent command code - Posted by: Guest (penax1-229.dialup.optusnet.com.au) on 01-17-2005 at 00:35

 Expand#25 - inputs - Posted by: Guest (host81-156-9-124.range81-156.btcentralplus.com) on 01-23-2005 at 09:25

 Expand#26 - oh yea.... - Posted by: Guest (host81-156-9-124.range81-156.btcentralplus.com) on 01-23-2005 at 09:28

 Expand#27 - #17.... - Posted by: Guest (host81-156-9-124.range81-156.btcentralplus.com) on 01-23-2005 at 09:30

 Expand#28 - input... - Posted by: noonshiver (Member) on 01-24-2005 at 03:14

 Expand#29 - 28 - Posted by: Guest (pD9E928C6.dip0.t-ipconnect.de) on 01-25-2005 at 08:18

 Expand#30 - *Sigh* - Posted by: Guest (syr-24-92-234-180.twcny.rr.com) on 01-25-2005 at 14:58

 Expand#31 - input - Posted by: noonshiver (Member) on 01-28-2005 at 08:16

 Expand#32 - Help please! - Posted by: Guest (pcp04968933pcs.nmexav01.dc.comcast.net) on 01-28-2005 at 16:46

 Expand#33 - The Barnacles - Posted by: LaggyJedi2 (Member) on 01-29-2005 at 07:57

 Expand#34 - getting the console down - Posted by: LaggyJedi2 (Member) on 01-29-2005 at 07:59

 Expand#35 - mp maps + resistance armor - Posted by: Guest (host81-156-9-124.range81-156.btcentralplus.com) on 01-29-2005 at 10:33



When posting comments, you must follow these rules:
  1. No "Yay I got First Post!" posts, no exceptions and no matter what other content the post has!
  2. No Pornographic Material. Any sexually oriented imagery or links to such content will not be tolerated.
  3. No Warez or Illegal Software. This includes linking to software, posting about it, and suggesting to get it.
  4. No Cursing or Swear words. We encourage you to use our comment sections as a forum to debate files, news, etc., but please use proper adjectives to express yourself. We will not tolerate abuse upon another member or author.
  5. No Attacks / Retaliation of any kind against a member, or group of members.
  6. Maximum of 1 smilie per guest, and 3 smilies per regular member.
The high interactivity of this site should be considered a luxury, not a right. If you cannot follow these simple rules, you can and will be banned from the comments, site or entire network for any period of time.
Now enjoy yourself and behave!



  • Register: To get your own Username, click here!
  • Anonymous posting: Use guest as Username AND Password (IP & Host will be logged and displayed).
  • Forgot your password? click here!
  • You can use UBB here!
Username:     Password:  
Remember my username and password
Comment Title:
Your comments for this News please:

 Latest News
 » D.E.A.D Zombie Stage..
 » Stargate: Source Med..
 » 1.7 Million Copies O..
 » Day of Defeat: Sourc..
 » Last Great War Media..
 » Strider Mod V0.2.75:..
 » Terminated FilesNetw..
 » Massive Bloodthirst ..
 » Battletech: Mobile I..
 » Steam Weekly Update:..

 Latest Files
 » CS: Source Hamas Ski..
 » Realistic Radio .. (2.0)
 » Half-Life 2 DM Agora
 » CS: Source fy.. (Beta 3)
 » Half-Life 2 DM Balls
 » Half-Life 2 DM Outpost
 » CS: Source cs_Bl.. (3.0)
 » CS: Source cs.. (Beta 4)
 » CS: Source de_vs_cs_..
 » CS: Source aim_Perfe..


 Affiliates

HL2Renaissance
HL2Central.net
Halflife2source
HL2OnlineSource
Traptown


Halflife-2.co.uk
Clan Yellow Pages









Central Gamers
HL2 Mods
High Octane: A HL2 Modification



Link To Us
Link to HalfLife2Files.com

Vote for HL2Files!
Show your support for HL2Files by voting for us! Just click here!




 FilesNetwork Partners
 » FileFront.com
 » PlanetMirror.com
 » MindCoders Internet

 JJ Ent. Network
        Forums & Chat
 » Gaming Forums
 » FN IRC Chat
            Console
 » Nintendo Gamecube
                PC
 » Cheats
 » Game Demos
 » Age of Mythology
 » Aliens vs Predator 2
 » America's Army
 » Armada 2
 » Battlefield 1942
 » Battlefield Vietnam
 » Breed
 » Bridge Commander
 » Call of Duty
 » Command & Conquer:
      CnC: Generals
      CnC: Red Alert 2
      CnC: Renegade
      CnC: Tiberian Sun
 » CS: Condition Zero
 » Dawn of War
 » Deus Ex
 » Deus Ex 2
 » Devastation
 » Doom 3
 » Elite Force
 » Elite Force 2
 » FarCry
 » HL: Counter-Strike
 » Half-Life
 » Half-Life 2
 » Halo
 » Halo 2
 » Jedi Knight 2
 » Jedi Knight 3
 » Joint Operations
 » Medal of Honor
 » Operation Flashpoint
 » Operation Flashpoint 2
 » Return to Castle
      Wolfenstein
 » Soldier of Fortune
 » Soldier of Fortune 2
 » S.T.A.L.K.E.R.
 » Star Wars Battlefront
 » Starfleet Command III
 » The Sims
 » The Sims Online
 » Tribes Vengeance
 » Unreal Tournament 2003
 » Unreal Tournament 2004
 » Warcraft III
 » Wolfenstein:
      Enemy Territory
            ModsNetwork
 » Elite Force
 » Elite Force 2
 » Soldier of Fortune
 » Soldier of Fortune 2
 » Tribes 2
            Friends
 » Jongejan Accountants
 » Mondial Flowerbulbs
 » HB Veilingen
OPS2 Frontengine 1.0a by Pro-Filer created this page in 0.5773 Seconds using 5 MySQL Queries and 68 Includes
Copyright © 2005 FileFront, Inc. All rights reserved.
Design by Pro-Filer & Delta. Use of Half-Life 2 Files materials is subject to certain Terms & Conditions.
TM & © 2005 VALVe. All rights reserved. Half-Life and Half-Life 2 are trademark or registered trademarks of Valve Software, Inc. in the U.S. and/or other countries.
Half-Life 2 Files Downloads Files Mods Maps