@@ -85,11 +85,18 @@ artmd.ini
85
85
86
86
ares.mix
87
87
--------
88
- Mods should not include their own version of :file: `ares.mix `. This new MIX file
89
- is bundled with :game: `Ares ` to provide any new/modified files that :game: `Ares `
90
- changes/additions rely on. This MIX file presently includes:
88
+ This new MIX file is bundled with :game: `Ares ` to provide any new/modified files
89
+ that :game: `Ares ` changes/additions rely on. This file should always be
90
+ distributed together with the other :game: `Ares ` files and updated whenever
91
+ :game: `Ares ` is updated.
91
92
92
- :file: `ares.csf ` includes a few new strings:
93
+ Mods should include neither their own version of :file: `ares.mix ` nor a version
94
+ that does not belong to the respective version of :game: `Ares `.
95
+
96
+ This MIX file presently includes:
97
+
98
+ :file: `ares.csf ` and additional language dependent files include a few new
99
+ strings:
93
100
94
101
+ `GUI:SelectCampaign=Select your Campaign `
95
102
+ `GUI:PlayMission=Play `
@@ -110,3 +117,18 @@ changes/additions rely on. This MIX file presently includes:
110
117
+ `TXT_RELEASE=Launch `
111
118
+ `TXT_FAKE=Fake `
112
119
+ `MSG:CannotFire=Cannot fire at the moment. Activation aborted. `
120
+ + `TXT_DEVELOPMENT=Development `
121
+ + `TXT_DUMP_AI_BASE_PLAN=AI Base Plan Logger `
122
+ + `TXT_DUMP_AI_BASE_PLAN_DESC=Dumps the AI Base Plans to the log. `
123
+ + `TXT_AI_CONTROL=AI Control `
124
+ + `TXT_AI_CONTROL_DESC=Let the AI assume control. `
125
+ + `TXT_DUMP_MEMORY=Dump Memory `
126
+ + `TXT_DUMP_MEMORY_DESC=Dumps the current process's memory. `
127
+ + `TXT_DUMP_TYPES=Dump Types `
128
+ + `TXT_DUMP_TYPES_DESC=Dumps the current type lists to the log. `
129
+ + `TXT_FPS_COUNTER=FPS Counter `
130
+ + `TXT_FPS_COUNTER_DESC=Displays the current and an average of frames per second. `
131
+ + `TXT_MAP_SNAPSHOT=Map Snapshot `
132
+ + `TXT_MAP_SNAPSHOT_DESC=Saves the currently played map. `
133
+ + `TXT_TOGGLE_POWER=Toggle Power Mode `
134
+ + `TXT_TOGGLE_POWER_DESC=Turn toggle power mode on / off. `
0 commit comments