Difference between revisions of "Category:Map Templates"

From Fortress Forever Wiki
Jump to navigationJump to search
Line 1: Line 1:
 
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.
 
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 04:09, 13 December 2007

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.