Scripts: Difference between revisions

From Empires Wiki
Jump to navigation Jump to search
Line 2: Line 2:
__NOTOC__
__NOTOC__
==Overview==
==Overview==
In Empires, Almost all of the gameplay elements are defined in Key-Value formatted scripts.  These scripts define every tank, weapon, engine, armor, and research, as well as infantry weapon damage and building data.  Because of the large reliance on these scripts, Empires is very largely modifiable.  In 2.24, there is no way to distribute custom scripts to players, however, in 2.25, a script manifest file has been added, which is the entry point for the Empires script parser to look for scripts.  The location of this file is define in the cvar 'emp_script_path'.
In Empires, Almost all of the gameplay elements are defined in Key-Value formatted scripts.  These scripts define every tank, weapon, engine, armor, and research, as well as infantry weapon damage and building data.  Because of the large reliance on these scripts, Empires is very largely modifiable.  In 2.24, there is no way to distribute custom scripts to players, although this is a feature we are planning to add later on.
{{Stub}}
{{Stub}}




[[Category:Scripting]]
[[Category:Scripting]]

Revision as of 16:11, 15 June 2012

Empires Scripting Documentation
Scripting Overview | Vehicle Script Overview | Vehicle Handling Script Overview | Weapon Script Overview | Armor Script Overview | Building Script Overview | Infantry Script Overview | Hint Messages | Loading Screen Script Overview | Tutorials



Overview

In Empires, Almost all of the gameplay elements are defined in Key-Value formatted scripts. These scripts define every tank, weapon, engine, armor, and research, as well as infantry weapon damage and building data. Because of the large reliance on these scripts, Empires is very largely modifiable. In 2.24, there is no way to distribute custom scripts to players, although this is a feature we are planning to add later on.