Difference between revisions of "Category:Lua"

From Fortress Forever Wiki
Jump to navigationJump to search
m
m
Line 1: Line 1:
 +
{{Infobox manual/Header}}
 
{{Infobox_mapping}}
 
{{Infobox_mapping}}
 
[http://www.lua.org/ Lua] is a scripting language that has become popular with game developers with its ease of use. Fortress Forever has it embedded within the game server to create complex game rules for the game.  It allows mappers to create new and different game modes, as for server admins to change the rules of a map without changing the map itself.
 
[http://www.lua.org/ Lua] is a scripting language that has become popular with game developers with its ease of use. Fortress Forever has it embedded within the game server to create complex game rules for the game.  It allows mappers to create new and different game modes, as for server admins to change the rules of a map without changing the map itself.

Revision as of 15:44, 1 August 2009


Mapping for FF
The Basics

Setting up Hammer
Getting Started With Lua
Releasing a map

FF-specific Entities

Lua location system

Map Templates
FF Lua Documentation

Entity Typing
Entity Collections

Commands
Callbacks

Lua is a scripting language that has become popular with game developers with its ease of use. Fortress Forever has it embedded within the game server to create complex game rules for the game. It allows mappers to create new and different game modes, as for server admins to change the rules of a map without changing the map itself.

Mappers who do not wish to script new game modes can use the ready made Map_Templates which are included with Fortress Forever. Minimal lua editing is required.

If you are interested in learning the lua scripting language you can go here: Learning Lua