Difference between revisions of "Category:Map Templates"

From Fortress Forever Wiki
Jump to navigationJump to search
Line 1: Line 1:
FF LUA Maptemplates. Pre-defined LUA scripts for people to use as cookie-cutter implementations.
+
Map Templates are a way for gameplay elements of Fortress Forever maps to be created more efficiently. In most maps, the gameplay elements are simple, and repeated throughout. In TFC, this required the entities to be duplicated every time, and this could be quite annoying. However, in Fortress Forever, the gameplay rules are located inside of a lua file, which allows the rules to be included from another file and the work of creating it from scratch each time is removed.
 +
 
 
[[Category:LUA]]
 
[[Category:LUA]]

Revision as of 15:18, 15 February 2006

Map Templates are a way for gameplay elements of Fortress Forever maps to be created more efficiently. In most maps, the gameplay elements are simple, and repeated throughout. In TFC, this required the entities to be duplicated every time, and this could be quite annoying. However, in Fortress Forever, the gameplay rules are located inside of a lua file, which allows the rules to be included from another file and the work of creating it from scratch each time is removed.