Scripts: Difference between revisions

From Empires Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
__NOTOC__
__NOTOC__
==Overview==
==Overview==
This is the 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'.
{{Stub}}
{{Stub}}




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

Revision as of 08:54, 9 September 2009

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, 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'.