Due to a sudden burst in spammer activity, account creation has been temporarily disabled. Sorry for the inconvenience to any new potential contributors.

Structures

From AGEWiki

Revision as of 13:33, 13 October 2011 by Lodilefty (Talk | contribs)
Jump to: navigation, search

'Historically' there were only a few types of structures in the AGE Engine games, this is why some commonly used structures have specific aliases: In all games these are correct:

$Harbor
$Fort
$Depot
$City
$Village

Additionally, in WIA, there were added two new types, used without aliases:

Structure_Settlement
Structure_Stockade

For VGN where a lot of new structures have been added, a new naming convention have been added (in addition to the old, 'historic' aliases).

STRUCTURE_StrucName, example STRUCTURE_FORT3
SITE_StrucName, example SITE_IRON2

Note that there is no $ in either of these 2 syntaxes. CSVSplitter will identify STRUCTURE or SITE for what they are, keywords, and will take the second part (Fort3 for example), and adds a $ before it.

SITE works as STRUCTURE except that the 'level' param will be used to duplicate the structures, and not change the level. i.e if you type SITE_IRON3 followed by a level of 5, you will in fact create 5 level 1 Iron3 structures.


See Spreadsheet examples for syntax in the Database

Forums