Difference between revisions of "Category:Lua"

From Fortress Forever Wiki
Jump to navigationJump to search
m
m
Line 1: Line 1:
[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 and still allow mappers and server admin's to create new and different game modes for players to have fun on as well as allow smaller changes to the map without a need to change the map itself.
+
{{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.
 +
 
 +
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: [http://lua-users.org/wiki/LearningLua Learning Lua]
 
If you are interested in learning the lua scripting language you can go here: [http://lua-users.org/wiki/LearningLua Learning Lua]

Revision as of 08:53, 29 June 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