list of environment variables

From Wiki

Jump to: navigation, search
(Created page with "{{under construction}} ===DATASET=== Sets allow lines beginning with + or - or | include individual profiles (eg. PRF and PRT files) and or sets of profiles: ;include ...")
 
Line 1: Line 1:
 
{{under construction}}
 
{{under construction}}
  
 +
==Identification==
 +
===GAME===
 +
===DISC===
 +
 +
==Workspace==
 +
===CD===
 +
===PLAYER===
 +
===USER===
 +
===DATA===
 
===DATASET===
 
===DATASET===
 
Sets allow lines beginning with + or - or | include individual profiles (eg. [[PRF]] and [[PRT file]]s) and or sets of profiles:
 
Sets allow lines beginning with + or - or | include individual profiles (eg. [[PRF]] and [[PRT file]]s) and or sets of profiles:
Line 25: Line 34:
  
 
All / separates are considered before empty space separators. Just as 3*3+4*4 is usually interpreted to mean (9)+(16) and not ((9)+4)*4. (Note that the grouping parentheses are for illustration purposes only.)
 
All / separates are considered before empty space separators. Just as 3*3+4*4 is usually interpreted to mean (9)+(16) and not ((9)+4)*4. (Note that the grouping parentheses are for illustration purposes only.)
 +
 +
 +
==Localization==
 +
===SCRIPT===
 +
===FONT===
 +
 +
==Play testing==
 +
===TRIAL===
 +
 +
==Extending==
 +
===Ex.ini===

Revision as of 00:53, 22 August 2013

Identification

GAME

DISC

Workspace

CD

PLAYER

USER

DATA

DATASET

Sets allow lines beginning with + or - or | include individual profiles (eg. PRF and PRT files) and or sets of profiles:

;include short swords found within the Cemetery
+Cemetery 
|short swords

A | line continues a + or - line. It is equivalent to appending each | line to the end of the + or - line. In other words the example above is equivalent to:

;include short swords found within the Cemetery
+Cemetery short swords

A - line is an exclusion statement. Comment lines can appear above or below | lines without terminating a + or - statement spread over multiple lines.

The words of a + or - statement are found among SET files taken from the data folders. If a single + or - statement appears then only profiles named by SET files can be included in the project.

In place of the name of a set, a single profile can be indicated by its file name. This name must include a file extension. If a name has a period it is considered to be a profile and not a set. If two profiles have the same name but are different file formats, then a set must be indicated in addition to the profile in order to differentiate the files.

Finally, instead of an empty space, a / may be used to separate sets. Where a space yields an intersection of two sets, a / yields a union:

;include both short and long swords found within the Cemetery
+Cemetery short/long swords

All / separates are considered before empty space separators. Just as 3*3+4*4 is usually interpreted to mean (9)+(16) and not ((9)+4)*4. (Note that the grouping parentheses are for illustration purposes only.)


Localization

SCRIPT

FONT

Play testing

TRIAL

Extending

Ex.ini