Implement new syntax for mod-specific filesystem requests.
This commit is contained in:
223
mods/ts/mod.yaml
223
mods/ts/mod.yaml
@@ -10,7 +10,12 @@ RequiresMods:
|
||||
Packages:
|
||||
~^Content/ts
|
||||
.
|
||||
./mods/ts
|
||||
$ts: ts
|
||||
./mods/common: common
|
||||
$ra: ra
|
||||
$cnc: cnc
|
||||
$d2k: d2k
|
||||
|
||||
# Tiberian Sun
|
||||
~scores.mix
|
||||
~sidenc01.mix
|
||||
@@ -50,65 +55,65 @@ Packages:
|
||||
~e01vox01.mix
|
||||
~e01vox02.mix
|
||||
~ecache01.mix
|
||||
./mods/ts/bits
|
||||
./mods/ts/uibits
|
||||
ts|bits
|
||||
ts|uibits
|
||||
|
||||
MapFolders:
|
||||
./mods/ts/maps@System
|
||||
~^maps/ts/{DEV_VERSION}@User
|
||||
|
||||
Rules:
|
||||
./mods/ts/rules/ai.yaml
|
||||
./mods/ts/rules/misc.yaml
|
||||
./mods/ts/rules/player.yaml
|
||||
./mods/ts/rules/world.yaml
|
||||
./mods/ts/rules/palettes.yaml
|
||||
./mods/ts/rules/defaults.yaml
|
||||
./mods/ts/rules/aircraft.yaml
|
||||
./mods/ts/rules/husks.yaml
|
||||
./mods/ts/rules/civilian-infantry.yaml
|
||||
./mods/ts/rules/civilian-structures.yaml
|
||||
./mods/ts/rules/civilian-vehicles.yaml
|
||||
./mods/ts/rules/gdi-infantry.yaml
|
||||
./mods/ts/rules/gdi-structures.yaml
|
||||
./mods/ts/rules/gdi-support.yaml
|
||||
./mods/ts/rules/gdi-vehicles.yaml
|
||||
./mods/ts/rules/nod-infantry.yaml
|
||||
./mods/ts/rules/nod-structures.yaml
|
||||
./mods/ts/rules/nod-support.yaml
|
||||
./mods/ts/rules/nod-vehicles.yaml
|
||||
./mods/ts/rules/shared-infantry.yaml
|
||||
./mods/ts/rules/shared-structures.yaml
|
||||
./mods/ts/rules/shared-support.yaml
|
||||
./mods/ts/rules/shared-vehicles.yaml
|
||||
./mods/ts/rules/trees.yaml
|
||||
ts|rules/ai.yaml
|
||||
ts|rules/misc.yaml
|
||||
ts|rules/player.yaml
|
||||
ts|rules/world.yaml
|
||||
ts|rules/palettes.yaml
|
||||
ts|rules/defaults.yaml
|
||||
ts|rules/aircraft.yaml
|
||||
ts|rules/husks.yaml
|
||||
ts|rules/civilian-infantry.yaml
|
||||
ts|rules/civilian-structures.yaml
|
||||
ts|rules/civilian-vehicles.yaml
|
||||
ts|rules/gdi-infantry.yaml
|
||||
ts|rules/gdi-structures.yaml
|
||||
ts|rules/gdi-support.yaml
|
||||
ts|rules/gdi-vehicles.yaml
|
||||
ts|rules/nod-infantry.yaml
|
||||
ts|rules/nod-structures.yaml
|
||||
ts|rules/nod-support.yaml
|
||||
ts|rules/nod-vehicles.yaml
|
||||
ts|rules/shared-infantry.yaml
|
||||
ts|rules/shared-structures.yaml
|
||||
ts|rules/shared-support.yaml
|
||||
ts|rules/shared-vehicles.yaml
|
||||
ts|rules/trees.yaml
|
||||
|
||||
Weapons:
|
||||
./mods/ts/weapons/bombsandgrenades.yaml
|
||||
./mods/ts/weapons/energyweapons.yaml
|
||||
./mods/ts/weapons/explosions.yaml
|
||||
./mods/ts/weapons/healweapons.yaml
|
||||
./mods/ts/weapons/largeguns.yaml
|
||||
./mods/ts/weapons/missiles.yaml
|
||||
./mods/ts/weapons/otherweapons.yaml
|
||||
./mods/ts/weapons/smallguns.yaml
|
||||
./mods/ts/weapons/superweapons.yaml
|
||||
ts|weapons/bombsandgrenades.yaml
|
||||
ts|weapons/energyweapons.yaml
|
||||
ts|weapons/explosions.yaml
|
||||
ts|weapons/healweapons.yaml
|
||||
ts|weapons/largeguns.yaml
|
||||
ts|weapons/missiles.yaml
|
||||
ts|weapons/otherweapons.yaml
|
||||
ts|weapons/smallguns.yaml
|
||||
ts|weapons/superweapons.yaml
|
||||
|
||||
Sequences:
|
||||
./mods/ts/sequences/aircraft.yaml
|
||||
./mods/ts/sequences/infantry.yaml
|
||||
./mods/ts/sequences/misc.yaml
|
||||
./mods/ts/sequences/civilian.yaml
|
||||
./mods/ts/sequences/structures.yaml
|
||||
./mods/ts/sequences/vehicles.yaml
|
||||
./mods/ts/sequences/trees.yaml
|
||||
ts|sequences/aircraft.yaml
|
||||
ts|sequences/infantry.yaml
|
||||
ts|sequences/misc.yaml
|
||||
ts|sequences/civilian.yaml
|
||||
ts|sequences/structures.yaml
|
||||
ts|sequences/vehicles.yaml
|
||||
ts|sequences/trees.yaml
|
||||
|
||||
VoxelSequences:
|
||||
./mods/ts/sequences/voxels.yaml
|
||||
ts|sequences/voxels.yaml
|
||||
|
||||
TileSets:
|
||||
./mods/ts/tilesets/temperate.yaml
|
||||
./mods/ts/tilesets/snow.yaml
|
||||
ts|tilesets/temperate.yaml
|
||||
ts|tilesets/snow.yaml
|
||||
|
||||
MapGrid:
|
||||
TileSize: 48,24
|
||||
@@ -118,75 +123,75 @@ MapGrid:
|
||||
SubCellDefaultIndex: 2
|
||||
|
||||
Cursors:
|
||||
./mods/ts/cursors.yaml
|
||||
ts|cursors.yaml
|
||||
|
||||
Chrome:
|
||||
./mods/ts/chrome.yaml
|
||||
ts|chrome.yaml
|
||||
|
||||
Assemblies:
|
||||
./mods/common/OpenRA.Mods.Common.dll
|
||||
./mods/ra/OpenRA.Mods.RA.dll
|
||||
./mods/cnc/OpenRA.Mods.Cnc.dll
|
||||
./mods/ts/OpenRA.Mods.TS.dll
|
||||
common|OpenRA.Mods.Common.dll
|
||||
ra|OpenRA.Mods.RA.dll
|
||||
cnc|OpenRA.Mods.Cnc.dll
|
||||
ts|OpenRA.Mods.TS.dll
|
||||
|
||||
ChromeLayout:
|
||||
./mods/ra/chrome/ingame.yaml
|
||||
./mods/ra/chrome/ingame-chat.yaml
|
||||
./mods/ra/chrome/ingame-fmvplayer.yaml
|
||||
./mods/ra/chrome/ingame-menu.yaml
|
||||
./mods/ts/chrome/ingame-info.yaml
|
||||
./mods/ra/chrome/ingame-infoscripterror.yaml
|
||||
./mods/ra/chrome/ingame-infobriefing.yaml
|
||||
./mods/ra/chrome/ingame-infoobjectives.yaml
|
||||
./mods/ra/chrome/ingame-infostats.yaml
|
||||
d2k:chrome/ingame-observer.yaml
|
||||
./mods/ts/chrome/ingame-observerstats.yaml
|
||||
./mods/ts/chrome/ingame-player.yaml
|
||||
./mods/ra/chrome/ingame-perf.yaml
|
||||
./mods/ts/chrome/ingame-debug.yaml
|
||||
./mods/ra/chrome/mainmenu.yaml
|
||||
./mods/ra/chrome/settings.yaml
|
||||
./mods/ra/chrome/credits.yaml
|
||||
./mods/ra/chrome/lobby.yaml
|
||||
./mods/ra/chrome/lobby-mappreview.yaml
|
||||
./mods/ra/chrome/lobby-players.yaml
|
||||
./mods/ra/chrome/lobby-options.yaml
|
||||
./mods/ra/chrome/lobby-music.yaml
|
||||
./mods/ra/chrome/lobby-kickdialogs.yaml
|
||||
./mods/ra/chrome/lobby-globalchat.yaml
|
||||
./mods/ts/chrome/color-picker.yaml
|
||||
./mods/ra/chrome/map-chooser.yaml
|
||||
./mods/ra/chrome/multiplayer.yaml
|
||||
./mods/ra/chrome/multiplayer-browser.yaml
|
||||
./mods/ra/chrome/multiplayer-createserver.yaml
|
||||
./mods/ra/chrome/multiplayer-directconnect.yaml
|
||||
./mods/ra/chrome/multiplayer-globalchat.yaml
|
||||
./mods/ra/chrome/connection.yaml
|
||||
./mods/ra/chrome/replaybrowser.yaml
|
||||
./mods/ts/chrome/dropdowns.yaml
|
||||
./mods/ra/chrome/musicplayer.yaml
|
||||
./mods/ra/chrome/tooltips.yaml
|
||||
./mods/ra/chrome/assetbrowser.yaml
|
||||
./mods/ra/chrome/missionbrowser.yaml
|
||||
./mods/ra/chrome/confirmation-dialogs.yaml
|
||||
./mods/ra/chrome/editor.yaml
|
||||
ra|chrome/ingame.yaml
|
||||
ra|chrome/ingame-chat.yaml
|
||||
ra|chrome/ingame-fmvplayer.yaml
|
||||
ra|chrome/ingame-menu.yaml
|
||||
ts|chrome/ingame-info.yaml
|
||||
ra|chrome/ingame-infoscripterror.yaml
|
||||
ra|chrome/ingame-infobriefing.yaml
|
||||
ra|chrome/ingame-infoobjectives.yaml
|
||||
ra|chrome/ingame-infostats.yaml
|
||||
d2k|chrome/ingame-observer.yaml
|
||||
ts|chrome/ingame-observerstats.yaml
|
||||
ts|chrome/ingame-player.yaml
|
||||
ra|chrome/ingame-perf.yaml
|
||||
ts|chrome/ingame-debug.yaml
|
||||
ra|chrome/mainmenu.yaml
|
||||
ra|chrome/settings.yaml
|
||||
ra|chrome/credits.yaml
|
||||
ra|chrome/lobby.yaml
|
||||
ra|chrome/lobby-mappreview.yaml
|
||||
ra|chrome/lobby-players.yaml
|
||||
ra|chrome/lobby-options.yaml
|
||||
ra|chrome/lobby-music.yaml
|
||||
ra|chrome/lobby-kickdialogs.yaml
|
||||
ra|chrome/lobby-globalchat.yaml
|
||||
ts|chrome/color-picker.yaml
|
||||
ra|chrome/map-chooser.yaml
|
||||
ra|chrome/multiplayer.yaml
|
||||
ra|chrome/multiplayer-browser.yaml
|
||||
ra|chrome/multiplayer-createserver.yaml
|
||||
ra|chrome/multiplayer-directconnect.yaml
|
||||
ra|chrome/multiplayer-globalchat.yaml
|
||||
ra|chrome/connection.yaml
|
||||
ra|chrome/replaybrowser.yaml
|
||||
ts|chrome/dropdowns.yaml
|
||||
ra|chrome/musicplayer.yaml
|
||||
ra|chrome/tooltips.yaml
|
||||
ra|chrome/assetbrowser.yaml
|
||||
ra|chrome/missionbrowser.yaml
|
||||
ra|chrome/confirmation-dialogs.yaml
|
||||
ra|chrome/editor.yaml
|
||||
|
||||
Voices:
|
||||
./mods/ts/audio/voices.yaml
|
||||
ts|audio/voices.yaml
|
||||
|
||||
Notifications:
|
||||
./mods/ts/audio/speech-generic.yaml
|
||||
./mods/ts/audio/speech-singleplayer.yaml
|
||||
./mods/ts/audio/sounds-generic.yaml
|
||||
ts|audio/speech-generic.yaml
|
||||
ts|audio/speech-singleplayer.yaml
|
||||
ts|audio/sounds-generic.yaml
|
||||
|
||||
Music:
|
||||
./mods/ts/audio/music.yaml
|
||||
ts|audio/music.yaml
|
||||
|
||||
Translations:
|
||||
./mods/ts/languages/english.yaml
|
||||
ts|languages/english.yaml
|
||||
|
||||
LoadScreen: LogoStripeLoadScreen
|
||||
Image: ./mods/ts/uibits/loadscreen.png
|
||||
Image: ts|uibits/loadscreen.png
|
||||
Text: Updating EVA installation..., Changing perspective...
|
||||
|
||||
ContentInstaller:
|
||||
@@ -218,33 +223,33 @@ LobbyDefaults:
|
||||
Fog: true
|
||||
|
||||
ChromeMetrics:
|
||||
./mods/common/metrics.yaml
|
||||
./mods/ts/metrics.yaml
|
||||
common|metrics.yaml
|
||||
ts|metrics.yaml
|
||||
|
||||
Fonts:
|
||||
Regular:
|
||||
Font:./mods/common/FreeSans.ttf
|
||||
Font: common|FreeSans.ttf
|
||||
Size:14
|
||||
Bold:
|
||||
Font:./mods/common/FreeSansBold.ttf
|
||||
Font: common|FreeSansBold.ttf
|
||||
Size:14
|
||||
Title:
|
||||
Font:./mods/common/FreeSansBold.ttf
|
||||
Font: common|FreeSansBold.ttf
|
||||
Size:32
|
||||
MediumBold:
|
||||
Font:./mods/common/FreeSansBold.ttf
|
||||
Font: common|FreeSansBold.ttf
|
||||
Size:18
|
||||
BigBold:
|
||||
Font:./mods/common/FreeSansBold.ttf
|
||||
Font: common|FreeSansBold.ttf
|
||||
Size:24
|
||||
Small:
|
||||
Font:./mods/common/FreeSans.ttf
|
||||
Font: common|FreeSans.ttf
|
||||
Size:12
|
||||
Tiny:
|
||||
Font:./mods/common/FreeSans.ttf
|
||||
Font: common|FreeSans.ttf
|
||||
Size:10
|
||||
TinyBold:
|
||||
Font:./mods/common/FreeSansBold.ttf
|
||||
Font: common|FreeSansBold.ttf
|
||||
Size:10
|
||||
|
||||
SupportsMapsFrom: ts
|
||||
|
||||
Reference in New Issue
Block a user