Difference between revisions of "Map Editing"

From Fortress Forever Wiki
Jump to navigationJump to search
Line 1: Line 1:
 
Fortress Forever allows users to create their own maps. Thanks to the LUA programming language that's implanted into Fortress Forever, map-makers are able to create their own game types.  
 
Fortress Forever allows users to create their own maps. Thanks to the LUA programming language that's implanted into Fortress Forever, map-makers are able to create their own game types.  
 
  
 
=Map Editing=
 
=Map Editing=
* [[Mapping_Intro|How to set up Hammer for Fortress Forever]]
+
* [[Mapping_Intro|How to set up Hammer for Fortress Forever]] An illustrated guide
* [[Mapping Tips]]
+
* [[Mapping Tips]] There's Nothing here yet.
* [[Entities]]
+
* [[Entities]] A list of entities added by Fortress Forever
* [[Mapping Resources]]
+
* [[Mapping Resources]] A list of links--downloads, tutorials, and articles.
* [[Map_Templates|Templates for Game Types]]
 
  
 
=Lua=
 
=Lua=
 
* [[Lua:Getting_Started|Intro to Lua]] This guide shows how to use existing Lua code to create items such as player spawns, ammo bags, and flags. Great for mappers new to FF.
 
* [[Lua:Getting_Started|Intro to Lua]] This guide shows how to use existing Lua code to create items such as player spawns, ammo bags, and flags. Great for mappers new to FF.
 +
* [[Map_Templates|Templates for Game Types]] By using the included Lua scripts, you can set up common map types easily. Here's how.
 
* [[Lua:Map Location System|Map location system]] How to name areas of your map, and display those names on the player's screen.
 
* [[Lua:Map Location System|Map location system]] How to name areas of your map, and display those names on the player's screen.
 
* [[:Category:Lua]] A reference for Lua script writers.
 
* [[:Category:Lua]] A reference for Lua script writers.

Revision as of 08:41, 14 June 2009

Fortress Forever allows users to create their own maps. Thanks to the LUA programming language that's implanted into Fortress Forever, map-makers are able to create their own game types.

Map Editing

Lua

  • Intro to Lua This guide shows how to use existing Lua code to create items such as player spawns, ammo bags, and flags. Great for mappers new to FF.
  • Templates for Game Types By using the included Lua scripts, you can set up common map types easily. Here's how.
  • Map location system How to name areas of your map, and display those names on the player's screen.
  • Category:Lua A reference for Lua script writers.