Gaming
 

Category:LUA

From Djinni Wiki

Files with .LUA extension are LUA scripts.

LUA scripts are not specific to The Witcher; you can find it in several modern games.

LUA files can be created using any text editor. LUA files can be compiled to binary format (see LUC format) using a LUA compiler.

The Witcher uses LUA v5.0.3.

LUA Scripts are responsible for most of The Witcher global settings and mechanics like:

  • full player's character development,
  • opponents attributes,
  • items attributes,
  • characters conditions,
  • combat mechanics and values.

Although LUA Scripts can be edited with simpliest text editors like Microsoft Notepad, personally I recommend using Scintilla Text Editor which is dedicated for editing various Script formats.


You can get all source codes from this page.


[edit] External links

This category currently contains no pages or media.