-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration Files
绿豆汤 edited this page May 11, 2026
·
1 revision
KernelExtensions uses XML configuration files to drive its systems. All paths are relative to the extension root.
- Location:
Trial/<name>.xml - Root element:
<TrialConfig> - Contains global settings (effects, timers, colours, etc.) and a
<Phases>list. - Details: Custom Trial System
- Example XML: ExampleTrial.xml
- Location:
VMATK/<name>.xml - Root element:
<VMAttackConfig> - Contains recovery mode, system logs, guide text, fake files, etc.
- Details: VM Attack System
- Example XML: MyAttack.xml
- Add it directly to the target computer's XML.
- Configurable attributes:
FallDuration,OnFailed,OnSaved. - Details: Aircraft Daemon System
- All paths in
fileattributes are relative to the extension root. - Colour fields support names (
Red), hex (#FF0000), or you know who. - Music fields can use plain filenames, relative paths, or DLC paths; resolution is handled automatically by
MusicPathResolver.
KernelExtensions Wiki · GitHub Repository · Licensed under MIT