Difference between revisions of "Map Editing"

From Fortress Forever Wiki
Jump to navigationJump to search
m
Line 9: Line 9:
 
* [[Map_Templates|Templates for Game Types]]
 
* [[Map_Templates|Templates for Game Types]]
  
=LUA=
+
=Lua=
* [[Lua:Getting_Started|Intro to LUA]]
+
* [[Lua:Getting_Started|Intro to Lua]]
* [[:Category:Lua_Commands|Basic LUA commands]]
+
* [[:Category:Lua_Commands|Basic Lua commands]]
* [[Lua:Flags|LUA Flags]]
+
* [[:Category:Lua_Callbacks|Basic Lua callbacks]]
 +
* [[Lua:Entity_types|Entity types in Lua]]
 +
* [[Lua:Flags|Lua Flags]]
  
 
[[Category:Mapping]] [[Category:Lua]]
 
[[Category:Mapping]] [[Category:Lua]]

Revision as of 07:40, 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