Difference between revisions of "Basic Lua Entities"

From Fortress Forever Wiki
Jump to navigationJump to search
(Basic Lua Entities)
 
Line 5: Line 5:
  
 
ammobackpack
 
ammobackpack
 +
 
blue_ammobackpack
 
blue_ammobackpack
 +
 
red_ammobackpack
 
red_ammobackpack
 +
 
yellow_ammobackpack
 
yellow_ammobackpack
 +
 
green_ammobackpack
 
green_ammobackpack
  
 
bigpack
 
bigpack
 +
 
blue_bigpack
 
blue_bigpack
 +
 
red_bigpack
 
red_bigpack
 +
 
yellow_bigpack
 
yellow_bigpack
 +
 
green_bigpack
 
green_bigpack
  
 
grenadebackpack
 
grenadebackpack
 +
 
blue_grenadebackpack
 
blue_grenadebackpack
 +
 
red_grenadebackpack
 
red_grenadebackpack
 +
 
yellow_grenadebackpack
 
yellow_grenadebackpack
 +
 
green_grenadebackpack
 
green_grenadebackpack
  
Line 25: Line 37:
 
'''Health Kits'''
 
'''Health Kits'''
 
healthkit
 
healthkit
 +
 
blue_healthkit
 
blue_healthkit
 +
 
red_healthkit
 
red_healthkit
 +
 
yellow_healthkit
 
yellow_healthkit
 +
 
green_healthkit
 
green_healthkit
  
Line 33: Line 49:
 
'''Armor'''
 
'''Armor'''
 
armorkit
 
armorkit
 +
 
blue_armorkit
 
blue_armorkit
 +
 
red_armorkit
 
red_armorkit
 +
 
yellow_armorkit
 
yellow_armorkit
 +
 
green_armorkit
 
green_armorkit
  
 
Source: C:\Program Files\Valve\Steam\SteamApps\SourceMods\ff_beta\maps\includes\
 
Source: C:\Program Files\Valve\Steam\SteamApps\SourceMods\ff_beta\maps\includes\

Revision as of 10:42, 8 June 2007

Basic Mapping Entities These are some basic entities used in nearly all FF maps. To place them in your map, create a "info_ff_script" point-based entity. For the 'name' property of the info_ff_script, enter one of the following.

Ammunition Bags

ammobackpack

blue_ammobackpack

red_ammobackpack

yellow_ammobackpack

green_ammobackpack

bigpack

blue_bigpack

red_bigpack

yellow_bigpack

green_bigpack

grenadebackpack

blue_grenadebackpack

red_grenadebackpack

yellow_grenadebackpack

green_grenadebackpack


Health Kits healthkit

blue_healthkit

red_healthkit

yellow_healthkit

green_healthkit


Armor armorkit

blue_armorkit

red_armorkit

yellow_armorkit

green_armorkit

Source: C:\Program Files\Valve\Steam\SteamApps\SourceMods\ff_beta\maps\includes\