Parent: XACT Project File Format Layout
Global Settings
{
File = string;
Xbox File = string;
Windows File = string;
Shared Settings File = string;
Exclude Category Names = 1 / 0;
Exclude Variable Names = 1 / 0;
Last Modified Low = #;
Last Modified High = #;
// Zero or more Categories
Category
{
}
// Zero or more variables
Variable
{
}
// Zero or more RPCs
RPC
{
}
// Zero or more Effects
Effect
{
}
// Zero or more CodecPresets
Codec Preset
{
}
}
| Element | Type | Comment |
|---|---|---|
| File | String | Path to the global settings file *.xgs (deprecated) |
| Xbox File | String | Path to the Xbox format global settings file *.xgs |
| Windows File | String | Path to the Windows format global settings file *.xgs |
| Exclude Category Names | Boolean 0/1 (default 0) | 0: Include Category Names, 1: Exclude Category Names |
| Exclude Variable Names | Boolean 0/1 (default 0) | 0: Include Variable Names, 1: Exclude Variable Names |
| Last Modified Low | Number | Date file last modified |
| Last Modified High | Number | Date file last modified |
| Category | Section (zero or more) | Categories associated with the project. |
| Variable | Section (zero or more) | Global and per-instance variables. |
| RPC | Section (zero or more) | Runtime Parameter Controls. |
| Effect | Section (zero or more) | Global and per-instance effects. |
| Codec Preset | Section (zero or more) | Codec presets associated with the project. |