Category:Lua

From GoldenEye: Source Wiki

Jump to: navigation, search

All game play rules are coding in Lua scripts for GoldenEye Source. This is the documentation that you can use to make your own game play scripts.

To make a new gameplay script two files are needed. The first is a text file which has a set of keyvalues pairs defining the settings for your gamemode. This includes its print name, force teamplay and the callback functions in use in the lua file. The second is the lua file that contains the actual code.

Both of these files are saved in the gesource\scripts\gameplay folder. The other scripts with the ctx extension are the encrypted game play scripts which shouldnt be changed.

GunGame is an example game play written by lodle:
gungame.lua
gungame.txt

Subcategories

This category has the following 2 subcategories, out of 2 total.

L

Pages in category "Lua"

This category contains only the following page.

L

Personal tools