Load assets using absolute paths. Fixes #6717.

This commit is contained in:
Paul Chote
2014-10-09 08:36:24 +13:00
parent 0d0b8c1e22
commit 4f44cc1969
35 changed files with 491 additions and 458 deletions

View File

@@ -1,10 +1,10 @@
Missions:
mods/cnc/maps/gdi01
mods/cnc/maps/gdi02
mods/cnc/maps/gdi03
mods/cnc/maps/gdi04a
mods/cnc/maps/gdi04b
mods/cnc/maps/gdi04c
mods/cnc/maps/nod01
mods/cnc/maps/nod03a
mods/cnc/maps/nod03b
./mods/cnc/maps/gdi01
./mods/cnc/maps/gdi02
./mods/cnc/maps/gdi03
./mods/cnc/maps/gdi04a
./mods/cnc/maps/gdi04b
./mods/cnc/maps/gdi04c
./mods/cnc/maps/nod01
./mods/cnc/maps/nod03a
./mods/cnc/maps/nod03b

View File

@@ -34,106 +34,106 @@ Packages:
~transit.mix
Rules:
mods/cnc/rules/misc.yaml
mods/cnc/rules/ai.yaml
mods/cnc/rules/player.yaml
mods/cnc/rules/world.yaml
mods/cnc/rules/defaults.yaml
mods/cnc/rules/structures.yaml
mods/cnc/rules/infantry.yaml
mods/cnc/rules/vehicles.yaml
mods/cnc/rules/trees.yaml
mods/cnc/rules/civilian.yaml
mods/cnc/rules/civilian-desert.yaml
mods/cnc/rules/tech.yaml
mods/cnc/rules/ships.yaml
mods/cnc/rules/aircraft.yaml
mods/cnc/rules/husks.yaml
./mods/cnc/rules/misc.yaml
./mods/cnc/rules/ai.yaml
./mods/cnc/rules/player.yaml
./mods/cnc/rules/world.yaml
./mods/cnc/rules/defaults.yaml
./mods/cnc/rules/structures.yaml
./mods/cnc/rules/infantry.yaml
./mods/cnc/rules/vehicles.yaml
./mods/cnc/rules/trees.yaml
./mods/cnc/rules/civilian.yaml
./mods/cnc/rules/civilian-desert.yaml
./mods/cnc/rules/tech.yaml
./mods/cnc/rules/ships.yaml
./mods/cnc/rules/aircraft.yaml
./mods/cnc/rules/husks.yaml
Sequences:
mods/cnc/sequences/structures.yaml
mods/cnc/sequences/vehicles.yaml
mods/cnc/sequences/infantry.yaml
mods/cnc/sequences/aircraft.yaml
mods/cnc/sequences/decorations.yaml
mods/cnc/sequences/misc.yaml
mods/cnc/sequences/funpark.yaml
mods/cnc/sequences/civilian.yaml
mods/cnc/sequences/campaign.yaml
./mods/cnc/sequences/structures.yaml
./mods/cnc/sequences/vehicles.yaml
./mods/cnc/sequences/infantry.yaml
./mods/cnc/sequences/aircraft.yaml
./mods/cnc/sequences/decorations.yaml
./mods/cnc/sequences/misc.yaml
./mods/cnc/sequences/funpark.yaml
./mods/cnc/sequences/civilian.yaml
./mods/cnc/sequences/campaign.yaml
Cursors:
mods/cnc/cursors.yaml
./mods/cnc/cursors.yaml
Chrome:
mods/cnc/chrome.yaml
./mods/cnc/chrome.yaml
Assemblies:
mods/common/OpenRA.Mods.Common.dll
mods/ra/OpenRA.Mods.RA.dll
mods/cnc/OpenRA.Mods.Cnc.dll
mods/d2k/OpenRA.Mods.D2k.dll
./mods/common/OpenRA.Mods.Common.dll
./mods/ra/OpenRA.Mods.RA.dll
./mods/cnc/OpenRA.Mods.Cnc.dll
./mods/d2k/OpenRA.Mods.D2k.dll
ChromeLayout:
mods/cnc/chrome/install.yaml
mods/cnc/chrome/mainmenu.yaml
mods/cnc/chrome/serverbrowser.yaml
mods/cnc/chrome/createserver.yaml
mods/cnc/chrome/directconnect.yaml
mods/cnc/chrome/lobby.yaml
mods/cnc/chrome/lobby-mappreview.yaml
mods/cnc/chrome/lobby-playerbin.yaml
mods/cnc/chrome/lobby-dialogs.yaml
mods/cnc/chrome/connection.yaml
mods/cnc/chrome/color-picker.yaml
mods/cnc/chrome/mapchooser.yaml
mods/cnc/chrome/replaybrowser.yaml
mods/cnc/chrome/ingame.yaml
mods/cnc/chrome/ingame-chat.yaml
mods/cnc/chrome/ingame-menu.yaml
mods/cnc/chrome/ingame-debug.yaml
mods/cnc/chrome/ingame-info.yaml
mods/cnc/chrome/ingame-infobriefing.yaml
mods/cnc/chrome/ingame-infoobjectives.yaml
mods/cnc/chrome/ingame-infostats.yaml
mods/cnc/chrome/ingame-leavemap.yaml
mods/cnc/chrome/ingame-observerstats.yaml
mods/cnc/chrome/music.yaml
mods/cnc/chrome/settings.yaml
mods/cnc/chrome/credits.yaml
mods/cnc/chrome/dialogs.yaml
mods/cnc/chrome/tooltips.yaml
mods/cnc/chrome/irc.yaml
mods/cnc/chrome/assetbrowser.yaml
mods/cnc/chrome/missionbrowser.yaml
./mods/cnc/chrome/install.yaml
./mods/cnc/chrome/mainmenu.yaml
./mods/cnc/chrome/serverbrowser.yaml
./mods/cnc/chrome/createserver.yaml
./mods/cnc/chrome/directconnect.yaml
./mods/cnc/chrome/lobby.yaml
./mods/cnc/chrome/lobby-mappreview.yaml
./mods/cnc/chrome/lobby-playerbin.yaml
./mods/cnc/chrome/lobby-dialogs.yaml
./mods/cnc/chrome/connection.yaml
./mods/cnc/chrome/color-picker.yaml
./mods/cnc/chrome/mapchooser.yaml
./mods/cnc/chrome/replaybrowser.yaml
./mods/cnc/chrome/ingame.yaml
./mods/cnc/chrome/ingame-chat.yaml
./mods/cnc/chrome/ingame-menu.yaml
./mods/cnc/chrome/ingame-debug.yaml
./mods/cnc/chrome/ingame-info.yaml
./mods/cnc/chrome/ingame-infobriefing.yaml
./mods/cnc/chrome/ingame-infoobjectives.yaml
./mods/cnc/chrome/ingame-infostats.yaml
./mods/cnc/chrome/ingame-leavemap.yaml
./mods/cnc/chrome/ingame-observerstats.yaml
./mods/cnc/chrome/music.yaml
./mods/cnc/chrome/settings.yaml
./mods/cnc/chrome/credits.yaml
./mods/cnc/chrome/dialogs.yaml
./mods/cnc/chrome/tooltips.yaml
./mods/cnc/chrome/irc.yaml
./mods/cnc/chrome/assetbrowser.yaml
./mods/cnc/chrome/missionbrowser.yaml
Weapons:
mods/cnc/weapons.yaml
./mods/cnc/weapons.yaml
Movies:
mods/cnc/movies-gdi.yaml
mods/cnc/movies-nod.yaml
./mods/cnc/movies-gdi.yaml
./mods/cnc/movies-nod.yaml
Translations:
mods/cnc/languages/english.yaml
./mods/cnc/languages/english.yaml
Voices:
mods/cnc/voices.yaml
./mods/cnc/voices.yaml
Notifications:
mods/cnc/notifications.yaml
./mods/cnc/notifications.yaml
Music:
mods/cnc/music.yaml
./mods/cnc/music.yaml
TileSets:
mods/cnc/tilesets/desert.yaml
mods/cnc/tilesets/winter.yaml
mods/cnc/tilesets/snow.yaml
mods/cnc/tilesets/temperat.yaml
mods/cnc/tilesets/jungle.yaml
./mods/cnc/tilesets/desert.yaml
./mods/cnc/tilesets/winter.yaml
./mods/cnc/tilesets/snow.yaml
./mods/cnc/tilesets/temperat.yaml
./mods/cnc/tilesets/jungle.yaml
LoadScreen: CncLoadScreen
Image: mods/cnc/uibits/chrome.png
Image: ./mods/cnc/uibits/chrome.png
Text: Loading
ContentInstaller:
@@ -167,47 +167,47 @@ LobbyDefaults:
TechLevel: Unrestricted
ChromeMetrics:
mods/cnc/metrics.yaml
./mods/cnc/metrics.yaml
Fonts:
Regular:
Font:FreeSans.ttf
Font:./FreeSans.ttf
Size:14
Bold:
Font:FreeSansBold.ttf
Font:./FreeSansBold.ttf
Size:14
Title:
Font:FreeSansBold.ttf
Font:./FreeSansBold.ttf
Size:32
MediumBold:
Font:FreeSansBold.ttf
Font:./FreeSansBold.ttf
Size:18
BigBold:
Font:FreeSansBold.ttf
Font:./FreeSansBold.ttf
Size:24
Tiny:
Font:FreeSans.ttf
Font:./FreeSans.ttf
Size:10
TinyBold:
Font:FreeSansBold.ttf
Font:./FreeSansBold.ttf
Size:10
LuaScripts:
mods/common/lua/utils.lua
mods/common/lua/openra.lua
mods/common/lua/map.lua
mods/common/lua/actor.lua
mods/common/lua/team.lua
mods/common/lua/media.lua
mods/common/lua/mission.lua
mods/common/lua/reinforcements.lua
mods/common/lua/supportpowers.lua
mods/common/lua/rules.lua
mods/common/lua/production.lua
mods/common/lua/facing.lua
./mods/common/lua/utils.lua
./mods/common/lua/openra.lua
./mods/common/lua/map.lua
./mods/common/lua/actor.lua
./mods/common/lua/team.lua
./mods/common/lua/media.lua
./mods/common/lua/mission.lua
./mods/common/lua/reinforcements.lua
./mods/common/lua/supportpowers.lua
./mods/common/lua/rules.lua
./mods/common/lua/production.lua
./mods/common/lua/facing.lua
Missions:
mods/cnc/missions.yaml
./mods/cnc/missions.yaml
SupportsMapsFrom: cnc

View File

@@ -24,100 +24,100 @@ Packages:
SOUND.RS
Rules:
mods/d2k/rules/misc.yaml
mods/d2k/rules/ai.yaml
mods/d2k/rules/player.yaml
mods/d2k/rules/world.yaml
mods/d2k/rules/defaults.yaml
mods/d2k/rules/vehicles.yaml
mods/d2k/rules/structures.yaml
mods/d2k/rules/aircraft.yaml
mods/d2k/rules/infantry.yaml
mods/d2k/rules/atreides.yaml
mods/d2k/rules/harkonnen.yaml
mods/d2k/rules/ordos.yaml
./mods/d2k/rules/misc.yaml
./mods/d2k/rules/ai.yaml
./mods/d2k/rules/player.yaml
./mods/d2k/rules/world.yaml
./mods/d2k/rules/defaults.yaml
./mods/d2k/rules/vehicles.yaml
./mods/d2k/rules/structures.yaml
./mods/d2k/rules/aircraft.yaml
./mods/d2k/rules/infantry.yaml
./mods/d2k/rules/atreides.yaml
./mods/d2k/rules/harkonnen.yaml
./mods/d2k/rules/ordos.yaml
Sequences:
mods/d2k/sequences/aircraft.yaml
mods/d2k/sequences/vehicles.yaml
mods/d2k/sequences/infantry.yaml
mods/d2k/sequences/structures.yaml
mods/d2k/sequences/misc.yaml
./mods/d2k/sequences/aircraft.yaml
./mods/d2k/sequences/vehicles.yaml
./mods/d2k/sequences/infantry.yaml
./mods/d2k/sequences/structures.yaml
./mods/d2k/sequences/misc.yaml
Cursors:
mods/d2k/cursors.yaml
./mods/d2k/cursors.yaml
Chrome:
mods/d2k/chrome.yaml
./mods/d2k/chrome.yaml
Assemblies:
mods/common/OpenRA.Mods.Common.dll
mods/ra/OpenRA.Mods.RA.dll
mods/cnc/OpenRA.Mods.Cnc.dll
mods/d2k/OpenRA.Mods.D2k.dll
./mods/common/OpenRA.Mods.Common.dll
./mods/ra/OpenRA.Mods.RA.dll
./mods/cnc/OpenRA.Mods.Cnc.dll
./mods/d2k/OpenRA.Mods.D2k.dll
ChromeLayout:
mods/d2k/chrome/install.yaml
mods/d2k/chrome/ingame.yaml
mods/ra/chrome/ingame-chat.yaml
mods/ra/chrome/ingame-diplomacy.yaml
mods/ra/chrome/ingame-fmvplayer.yaml
mods/d2k/chrome/ingame-menu.yaml
mods/ra/chrome/ingame-info.yaml
mods/ra/chrome/ingame-infobriefing.yaml
mods/ra/chrome/ingame-infoobjectives.yaml
mods/ra/chrome/ingame-infostats.yaml
mods/d2k/chrome/ingame-observer.yaml
mods/ra/chrome/ingame-observerstats.yaml
mods/d2k/chrome/ingame-player.yaml
mods/ra/chrome/ingame-debug.yaml
mods/d2k/chrome/ingame-leavemap.yaml
mods/d2k/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/d2k/chrome/lobby-playerbin.yaml
mods/ra/chrome/lobby-dialogs.yaml
mods/d2k/chrome/color-picker.yaml
mods/ra/chrome/map-chooser.yaml
mods/ra/chrome/create-server.yaml
mods/ra/chrome/serverbrowser.yaml
mods/ra/chrome/connection.yaml
mods/ra/chrome/directconnect.yaml
mods/ra/chrome/replaybrowser.yaml
mods/d2k/chrome/dropdowns.yaml
mods/ra/chrome/musicplayer.yaml
mods/d2k/chrome/tooltips.yaml
mods/ra/chrome/assetbrowser.yaml
mods/ra/chrome/irc.yaml
mods/ra/chrome/missionbrowser.yaml
mods/ra/chrome/confirmation-dialogs.yaml
./mods/d2k/chrome/install.yaml
./mods/d2k/chrome/ingame.yaml
./mods/ra/chrome/ingame-chat.yaml
./mods/ra/chrome/ingame-diplomacy.yaml
./mods/ra/chrome/ingame-fmvplayer.yaml
./mods/d2k/chrome/ingame-menu.yaml
./mods/ra/chrome/ingame-info.yaml
./mods/ra/chrome/ingame-infobriefing.yaml
./mods/ra/chrome/ingame-infoobjectives.yaml
./mods/ra/chrome/ingame-infostats.yaml
./mods/d2k/chrome/ingame-observer.yaml
./mods/ra/chrome/ingame-observerstats.yaml
./mods/d2k/chrome/ingame-player.yaml
./mods/ra/chrome/ingame-debug.yaml
./mods/d2k/chrome/ingame-leavemap.yaml
./mods/d2k/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/d2k/chrome/lobby-playerbin.yaml
./mods/ra/chrome/lobby-dialogs.yaml
./mods/d2k/chrome/color-picker.yaml
./mods/ra/chrome/map-chooser.yaml
./mods/ra/chrome/create-server.yaml
./mods/ra/chrome/serverbrowser.yaml
./mods/ra/chrome/connection.yaml
./mods/ra/chrome/directconnect.yaml
./mods/ra/chrome/replaybrowser.yaml
./mods/d2k/chrome/dropdowns.yaml
./mods/ra/chrome/musicplayer.yaml
./mods/d2k/chrome/tooltips.yaml
./mods/ra/chrome/assetbrowser.yaml
./mods/ra/chrome/irc.yaml
./mods/ra/chrome/missionbrowser.yaml
./mods/ra/chrome/confirmation-dialogs.yaml
Weapons:
mods/d2k/weapons.yaml
./mods/d2k/weapons.yaml
Voices:
mods/d2k/voices.yaml
./mods/d2k/voices.yaml
Notifications:
mods/d2k/notifications.yaml
./mods/d2k/notifications.yaml
TileSets:
mods/d2k/tilesets/arrakis.yaml
./mods/d2k/tilesets/arrakis.yaml
TileSize: 32,32
Music:
mods/d2k/music.yaml
./mods/d2k/music.yaml
Movies:
Translations:
mods/d2k/languages/english.yaml
./mods/d2k/languages/english.yaml
LoadScreen: DefaultLoadScreen
Image: mods/d2k/uibits/loadscreen.png
Image: ./mods/d2k/uibits/loadscreen.png
Text: Filling Crates..., Breeding Sandworms...
ContentInstaller:
@@ -148,44 +148,44 @@ LobbyDefaults:
TechLevel: Unrestricted
ChromeMetrics:
mods/d2k/metrics.yaml
./mods/d2k/metrics.yaml
Fonts:
Regular:
Font:FreeSans.ttf
Font:./FreeSans.ttf
Size:14
Bold:
Font:FreeSansBold.ttf
Font:./FreeSansBold.ttf
Size:14
Title:
Font:mods/d2k/Dune2k.ttf
Font:./mods/d2k/Dune2k.ttf
Size:32
MediumBold:
Font:FreeSansBold.ttf
Font:./FreeSansBold.ttf
Size:18
BigBold:
Font:FreeSansBold.ttf
Font:./FreeSansBold.ttf
Size:24
Tiny:
Font:FreeSans.ttf
Font:./FreeSans.ttf
Size:10
TinyBold:
Font:FreeSansBold.ttf
Font:./FreeSansBold.ttf
Size:10
LuaScripts:
mods/common/lua/utils.lua
mods/common/lua/openra.lua
mods/common/lua/map.lua
mods/common/lua/actor.lua
mods/common/lua/team.lua
mods/common/lua/media.lua
mods/common/lua/mission.lua
mods/common/lua/reinforcements.lua
mods/common/lua/supportpowers.lua
mods/common/lua/rules.lua
mods/common/lua/production.lua
mods/common/lua/facing.lua
./mods/common/lua/utils.lua
./mods/common/lua/openra.lua
./mods/common/lua/map.lua
./mods/common/lua/actor.lua
./mods/common/lua/team.lua
./mods/common/lua/media.lua
./mods/common/lua/mission.lua
./mods/common/lua/reinforcements.lua
./mods/common/lua/supportpowers.lua
./mods/common/lua/rules.lua
./mods/common/lua/production.lua
./mods/common/lua/facing.lua
SupportsMapsFrom: d2k

View File

@@ -9,44 +9,44 @@ Folders:
Cursors:
mods/modchooser/cursors.yaml
./mods/modchooser/cursors.yaml
Chrome:
mods/modchooser/chrome.yaml
./mods/modchooser/chrome.yaml
Assemblies:
mods/common/OpenRA.Mods.Common.dll
./mods/common/OpenRA.Mods.Common.dll
ChromeLayout:
mods/modchooser/modchooser.yaml
./mods/modchooser/modchooser.yaml
Notifications:
mods/modchooser/notifications.yaml
./mods/modchooser/notifications.yaml
LoadScreen: ModChooserLoadScreen
Image: mods/modchooser/chrome.png
ChromeMetrics:
mods/modchooser/metrics.yaml
./mods/modchooser/metrics.yaml
Fonts:
Regular:
Font:FreeSans.ttf
Font:./FreeSans.ttf
Size:14
Bold:
Font:FreeSansBold.ttf
Font:./FreeSansBold.ttf
Size:14
BigBold:
Font:FreeSansBold.ttf
Font:./FreeSansBold.ttf
Size:24
MediumBold:
Font:FreeSansBold.ttf
Font:./FreeSansBold.ttf
Size:18
Tiny:
Font:FreeSans.ttf
Font:./FreeSans.ttf
Size:10
TinyBold:
Font:FreeSansBold.ttf
Font:./FreeSansBold.ttf
Size:10
LobbyDefaults:

View File

@@ -1,4 +1,4 @@
Missions:
mods/ra/maps/allies-01-classic
mods/ra/maps/allies-02-classic
mods/ra/maps/intervention
./mods/ra/maps/allies-01-classic
./mods/ra/maps/allies-02-classic
./mods/ra/maps/intervention

View File

@@ -34,106 +34,106 @@ Packages:
~movies2.mix
Rules:
mods/ra/rules/misc.yaml
mods/ra/rules/ai.yaml
mods/ra/rules/player.yaml
mods/ra/rules/world.yaml
mods/ra/rules/defaults.yaml
mods/ra/rules/vehicles.yaml
mods/ra/rules/husks.yaml
mods/ra/rules/structures.yaml
mods/ra/rules/infantry.yaml
mods/ra/rules/civilian.yaml
mods/ra/rules/decoration.yaml
mods/ra/rules/aircraft.yaml
mods/ra/rules/ships.yaml
./mods/ra/rules/misc.yaml
./mods/ra/rules/ai.yaml
./mods/ra/rules/player.yaml
./mods/ra/rules/world.yaml
./mods/ra/rules/defaults.yaml
./mods/ra/rules/vehicles.yaml
./mods/ra/rules/husks.yaml
./mods/ra/rules/structures.yaml
./mods/ra/rules/infantry.yaml
./mods/ra/rules/civilian.yaml
./mods/ra/rules/decoration.yaml
./mods/ra/rules/aircraft.yaml
./mods/ra/rules/ships.yaml
Sequences:
mods/ra/sequences/ships.yaml
mods/ra/sequences/vehicles.yaml
mods/ra/sequences/structures.yaml
mods/ra/sequences/infantry.yaml
mods/ra/sequences/aircraft.yaml
mods/ra/sequences/misc.yaml
mods/ra/sequences/decorations.yaml
./mods/ra/sequences/ships.yaml
./mods/ra/sequences/vehicles.yaml
./mods/ra/sequences/structures.yaml
./mods/ra/sequences/infantry.yaml
./mods/ra/sequences/aircraft.yaml
./mods/ra/sequences/misc.yaml
./mods/ra/sequences/decorations.yaml
Cursors:
mods/ra/cursors.yaml
./mods/ra/cursors.yaml
Chrome:
mods/ra/chrome.yaml
./mods/ra/chrome.yaml
Assemblies:
mods/common/OpenRA.Mods.Common.dll
mods/ra/OpenRA.Mods.RA.dll
mods/cnc/OpenRA.Mods.Cnc.dll
mods/d2k/OpenRA.Mods.D2k.dll
./mods/common/OpenRA.Mods.Common.dll
./mods/ra/OpenRA.Mods.RA.dll
./mods/cnc/OpenRA.Mods.Cnc.dll
./mods/d2k/OpenRA.Mods.D2k.dll
ChromeLayout:
mods/ra/chrome/install.yaml
mods/ra/chrome/ingame.yaml
mods/ra/chrome/ingame-chat.yaml
mods/ra/chrome/ingame-diplomacy.yaml
mods/ra/chrome/ingame-fmvplayer.yaml
mods/ra/chrome/ingame-info.yaml
mods/ra/chrome/ingame-infobriefing.yaml
mods/ra/chrome/ingame-infoobjectives.yaml
mods/ra/chrome/ingame-infostats.yaml
mods/ra/chrome/ingame-leavemap.yaml
mods/ra/chrome/ingame-menu.yaml
mods/ra/chrome/ingame-observer.yaml
mods/ra/chrome/ingame-observerstats.yaml
mods/ra/chrome/ingame-player.yaml
mods/ra/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-playerbin.yaml
mods/ra/chrome/lobby-dialogs.yaml
mods/ra/chrome/color-picker.yaml
mods/ra/chrome/map-chooser.yaml
mods/ra/chrome/create-server.yaml
mods/ra/chrome/serverbrowser.yaml
mods/ra/chrome/connection.yaml
mods/ra/chrome/directconnect.yaml
mods/ra/chrome/replaybrowser.yaml
mods/ra/chrome/dropdowns.yaml
mods/ra/chrome/musicplayer.yaml
mods/ra/chrome/tooltips.yaml
mods/ra/chrome/assetbrowser.yaml
mods/ra/chrome/irc.yaml
mods/ra/chrome/missionbrowser.yaml
mods/ra/chrome/confirmation-dialogs.yaml
./mods/ra/chrome/install.yaml
./mods/ra/chrome/ingame.yaml
./mods/ra/chrome/ingame-chat.yaml
./mods/ra/chrome/ingame-diplomacy.yaml
./mods/ra/chrome/ingame-fmvplayer.yaml
./mods/ra/chrome/ingame-info.yaml
./mods/ra/chrome/ingame-infobriefing.yaml
./mods/ra/chrome/ingame-infoobjectives.yaml
./mods/ra/chrome/ingame-infostats.yaml
./mods/ra/chrome/ingame-leavemap.yaml
./mods/ra/chrome/ingame-menu.yaml
./mods/ra/chrome/ingame-observer.yaml
./mods/ra/chrome/ingame-observerstats.yaml
./mods/ra/chrome/ingame-player.yaml
./mods/ra/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-playerbin.yaml
./mods/ra/chrome/lobby-dialogs.yaml
./mods/ra/chrome/color-picker.yaml
./mods/ra/chrome/map-chooser.yaml
./mods/ra/chrome/create-server.yaml
./mods/ra/chrome/serverbrowser.yaml
./mods/ra/chrome/connection.yaml
./mods/ra/chrome/directconnect.yaml
./mods/ra/chrome/replaybrowser.yaml
./mods/ra/chrome/dropdowns.yaml
./mods/ra/chrome/musicplayer.yaml
./mods/ra/chrome/tooltips.yaml
./mods/ra/chrome/assetbrowser.yaml
./mods/ra/chrome/irc.yaml
./mods/ra/chrome/missionbrowser.yaml
./mods/ra/chrome/confirmation-dialogs.yaml
Weapons:
mods/ra/weapons.yaml
./mods/ra/weapons.yaml
Voices:
mods/ra/voices.yaml
./mods/ra/voices.yaml
Notifications:
mods/ra/notifications.yaml
./mods/ra/notifications.yaml
TileSets:
mods/ra/tilesets/snow.yaml
mods/ra/tilesets/interior.yaml
mods/ra/tilesets/temperat.yaml
mods/ra/tilesets/desert.yaml
./mods/ra/tilesets/snow.yaml
./mods/ra/tilesets/interior.yaml
./mods/ra/tilesets/temperat.yaml
./mods/ra/tilesets/desert.yaml
Music:
mods/ra/music.yaml
./mods/ra/music.yaml
Movies:
mods/ra/movies1.yaml
mods/ra/movies2.yaml
./mods/ra/movies1.yaml
./mods/ra/movies2.yaml
Translations:
mods/ra/languages/english.yaml
./mods/ra/languages/english.yaml
LoadScreen: DefaultLoadScreen
Image: mods/ra/uibits/loadscreen.png
Image: ./mods/ra/uibits/loadscreen.png
Text: Filling Crates..., Charging Capacitors..., Reticulating Splines..., Planting Trees..., Building Bridges..., Aging Empires..., Compiling EVA..., Constructing Pylons..., Activating Skynet..., Splitting Atoms...
ContentInstaller:
@@ -164,47 +164,47 @@ LobbyDefaults:
TechLevel: Unrestricted
ChromeMetrics:
mods/ra/metrics.yaml
./mods/ra/metrics.yaml
Fonts:
Regular:
Font:FreeSans.ttf
Font:./FreeSans.ttf
Size:14
Bold:
Font:FreeSansBold.ttf
Font:./FreeSansBold.ttf
Size:14
Title:
Font:mods/ra/ZoodRangmah.ttf
Font:./mods/ra/ZoodRangmah.ttf
Size:48
MediumBold:
Font:FreeSansBold.ttf
Font:./FreeSansBold.ttf
Size:18
BigBold:
Font:FreeSansBold.ttf
Font:./FreeSansBold.ttf
Size:24
Tiny:
Font:FreeSans.ttf
Font:./FreeSans.ttf
Size:10
TinyBold:
Font:FreeSansBold.ttf
Font:./FreeSansBold.ttf
Size:10
LuaScripts:
mods/common/lua/utils.lua
mods/common/lua/openra.lua
mods/common/lua/map.lua
mods/common/lua/actor.lua
mods/common/lua/team.lua
mods/common/lua/media.lua
mods/common/lua/mission.lua
mods/common/lua/reinforcements.lua
mods/common/lua/supportpowers.lua
mods/common/lua/rules.lua
mods/common/lua/production.lua
mods/common/lua/facing.lua
./mods/common/lua/utils.lua
./mods/common/lua/openra.lua
./mods/common/lua/map.lua
./mods/common/lua/actor.lua
./mods/common/lua/team.lua
./mods/common/lua/media.lua
./mods/common/lua/mission.lua
./mods/common/lua/reinforcements.lua
./mods/common/lua/supportpowers.lua
./mods/common/lua/rules.lua
./mods/common/lua/production.lua
./mods/common/lua/facing.lua
Missions:
mods/ra/missions.yaml
./mods/ra/missions.yaml
SupportsMapsFrom: ra

View File

@@ -63,90 +63,90 @@ Packages:
PackageContents:
Rules:
mods/ts/rules/misc.yaml
mods/ts/rules/ai.yaml
mods/ts/rules/player.yaml
mods/ts/rules/world.yaml
mods/ts/rules/aircraft.yaml
mods/ts/rules/defaults.yaml
mods/ts/rules/infantry.yaml
mods/ts/rules/structures.yaml
mods/ts/rules/vehicles.yaml
mods/ts/rules/trees.yaml
./mods/ts/rules/misc.yaml
./mods/ts/rules/ai.yaml
./mods/ts/rules/player.yaml
./mods/ts/rules/world.yaml
./mods/ts/rules/aircraft.yaml
./mods/ts/rules/defaults.yaml
./mods/ts/rules/infantry.yaml
./mods/ts/rules/structures.yaml
./mods/ts/rules/vehicles.yaml
./mods/ts/rules/trees.yaml
Sequences:
mods/ts/sequences/aircraft.yaml
mods/ts/sequences/infantry.yaml
mods/ts/sequences/misc.yaml
mods/ts/sequences/structures.yaml
mods/ts/sequences/vehicles.yaml
mods/ts/sequences/trees.yaml
./mods/ts/sequences/aircraft.yaml
./mods/ts/sequences/infantry.yaml
./mods/ts/sequences/misc.yaml
./mods/ts/sequences/structures.yaml
./mods/ts/sequences/vehicles.yaml
./mods/ts/sequences/trees.yaml
VoxelSequences:
mods/ts/sequences/voxels.yaml
./mods/ts/sequences/voxels.yaml
Cursors:
mods/ts/cursors.yaml
./mods/ts/cursors.yaml
Chrome:
mods/ts/chrome.yaml
./mods/ts/chrome.yaml
Assemblies:
mods/common/OpenRA.Mods.Common.dll
mods/ra/OpenRA.Mods.RA.dll
mods/d2k/OpenRA.Mods.D2k.dll
mods/cnc/OpenRA.Mods.Cnc.dll
mods/ts/OpenRA.Mods.TS.dll
./mods/common/OpenRA.Mods.Common.dll
./mods/ra/OpenRA.Mods.RA.dll
./mods/d2k/OpenRA.Mods.D2k.dll
./mods/cnc/OpenRA.Mods.Cnc.dll
./mods/ts/OpenRA.Mods.TS.dll
ChromeLayout:
mods/ts/chrome/install.yaml
mods/ts/chrome/ingame.yaml
mods/ra/chrome/ingame-chat.yaml
mods/ra/chrome/ingame-diplomacy.yaml
mods/ra/chrome/ingame-fmvplayer.yaml
mods/ra/chrome/ingame-menu.yaml
mods/ra/chrome/ingame-info.yaml
mods/ra/chrome/ingame-infobriefing.yaml
mods/ra/chrome/ingame-infoobjectives.yaml
mods/ra/chrome/ingame-infostats.yaml
mods/ra/chrome/ingame-observer.yaml
mods/ra/chrome/ingame-observerstats.yaml
mods/ts/chrome/ingame-player.yaml
mods/ra/chrome/ingame-debug.yaml
mods/ra/chrome/ingame-leavemap.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-playerbin.yaml
mods/ra/chrome/lobby-dialogs.yaml
mods/ts/chrome/color-picker.yaml
mods/ra/chrome/map-chooser.yaml
mods/ra/chrome/create-server.yaml
mods/ra/chrome/serverbrowser.yaml
mods/ra/chrome/connection.yaml
mods/ra/chrome/directconnect.yaml
mods/ra/chrome/replaybrowser.yaml
mods/ra/chrome/dropdowns.yaml
mods/ra/chrome/musicplayer.yaml
mods/ra/chrome/tooltips.yaml
mods/ra/chrome/assetbrowser.yaml
mods/ra/chrome/irc.yaml
mods/ra/chrome/missionbrowser.yaml
mods/ra/chrome/confirmation-dialogs.yaml
./mods/ts/chrome/install.yaml
./mods/ts/chrome/ingame.yaml
./mods/ra/chrome/ingame-chat.yaml
./mods/ra/chrome/ingame-diplomacy.yaml
./mods/ra/chrome/ingame-fmvplayer.yaml
./mods/ra/chrome/ingame-menu.yaml
./mods/ra/chrome/ingame-info.yaml
./mods/ra/chrome/ingame-infobriefing.yaml
./mods/ra/chrome/ingame-infoobjectives.yaml
./mods/ra/chrome/ingame-infostats.yaml
./mods/ra/chrome/ingame-observer.yaml
./mods/ra/chrome/ingame-observerstats.yaml
./mods/ts/chrome/ingame-player.yaml
./mods/ra/chrome/ingame-debug.yaml
./mods/ra/chrome/ingame-leavemap.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-playerbin.yaml
./mods/ra/chrome/lobby-dialogs.yaml
./mods/ts/chrome/color-picker.yaml
./mods/ra/chrome/map-chooser.yaml
./mods/ra/chrome/create-server.yaml
./mods/ra/chrome/serverbrowser.yaml
./mods/ra/chrome/connection.yaml
./mods/ra/chrome/directconnect.yaml
./mods/ra/chrome/replaybrowser.yaml
./mods/ra/chrome/dropdowns.yaml
./mods/ra/chrome/musicplayer.yaml
./mods/ra/chrome/tooltips.yaml
./mods/ra/chrome/assetbrowser.yaml
./mods/ra/chrome/irc.yaml
./mods/ra/chrome/missionbrowser.yaml
./mods/ra/chrome/confirmation-dialogs.yaml
Weapons:
mods/ts/weapons.yaml
./mods/ts/weapons.yaml
Voices:
mods/ts/voices.yaml
./mods/ts/voices.yaml
Notifications:
mods/ts/notifications.yaml
./mods/ts/notifications.yaml
TileSets:
mods/ts/tilesets/temperat.yaml
./mods/ts/tilesets/temperat.yaml
TileSize: 48,24
TileShape: Diamond
@@ -155,15 +155,15 @@ SubCells:
DefaultIndex: 2
Music:
mods/ts/music.yaml
./mods/ts/music.yaml
Movies:
Translations:
mods/ts/languages/english.yaml
./mods/ts/languages/english.yaml
LoadScreen: DefaultLoadScreen
Image: mods/ts/uibits/loadscreen.png
Image: ./mods/ts/uibits/loadscreen.png
Text: Updating EVA installation..., Changing perspective...
ContentInstaller:
@@ -192,41 +192,41 @@ LobbyDefaults:
Fog: true
ChromeMetrics:
mods/ts/metrics.yaml
./mods/ts/metrics.yaml
Fonts:
Regular:
Font:FreeSans.ttf
Font:./FreeSans.ttf
Size:14
Bold:
Font:FreeSansBold.ttf
Font:./FreeSansBold.ttf
Size:14
Title:
Font:FreeSansBold.ttf
Font:./FreeSansBold.ttf
Size:32
BigBold:
Font:FreeSansBold.ttf
Font:./FreeSansBold.ttf
Size:24
Tiny:
Font:FreeSans.ttf
Font:./FreeSans.ttf
Size:10
TinyBold:
Font:FreeSansBold.ttf
Font:./FreeSansBold.ttf
Size:10
LuaScripts:
mods/common/lua/utils.lua
mods/common/lua/openra.lua
mods/common/lua/map.lua
mods/common/lua/actor.lua
mods/common/lua/team.lua
mods/common/lua/media.lua
mods/common/lua/mission.lua
mods/common/lua/reinforcements.lua
mods/common/lua/supportpowers.lua
mods/common/lua/rules.lua
mods/common/lua/production.lua
mods/common/lua/facing.lua
./mods/common/lua/utils.lua
./mods/common/lua/openra.lua
./mods/common/lua/map.lua
./mods/common/lua/actor.lua
./mods/common/lua/team.lua
./mods/common/lua/media.lua
./mods/common/lua/mission.lua
./mods/common/lua/reinforcements.lua
./mods/common/lua/supportpowers.lua
./mods/common/lua/rules.lua
./mods/common/lua/production.lua
./mods/common/lua/facing.lua
SupportsMapsFrom: ts