Due to a sudden burst in spammer activity, account creation has been temporarily disabled. Sorry for the inconvenience to any new potential contributors.
Separator Characters
From AGEWiki
One of the greatest points of confusion when modding AGE games are the "separator characters used.
To summarize:
- When using the DB files (spreadsheets), parameters inside a cell must always be separated by the Pipe symbol: |
- When exporting the DB file for compiling by the csv splitter, you must define the "separator" as Semi-colon: ;
- In the actual game files, these "Pipes" will usually be converted by the csv splitter to semi-colons.
- It is, however, acceptable to the script engine that, in most cases, the exported files use Pipe symbols to separate parameters, interchangeably with the Semicolon. This is usually achieved via direct-edits of files by developers and modders.
In this Wiki, generally the documentation uses Pipes or SemiColons interchangeably in the syntax definitions.
If in doubt, use the spreadsheet and follow the DB -> csv -> Splitter system to insure proper format.
With a few exceptions, AGEOD requires and maintains all official files as the spreadsheet DB files for this reason.
If you are unsure of the proper syntax or application, you are always welcome to ask questions in the AGEOD forums.