From e68a2cf79ea18a78b1914a5fbef079511412a556 Mon Sep 17 00:00:00 2001 From: Pavel Penev Date: Sat, 16 Nov 2024 21:01:28 +0200 Subject: [PATCH] Replace hardcoded mod.yaml Packages list with a mod-defined filesystem loader OpenRA PR 21598. --- mods/example/mod.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/mods/example/mod.yaml b/mods/example/mod.yaml index 9ba02d6..582e292 100644 --- a/mods/example/mod.yaml +++ b/mods/example/mod.yaml @@ -3,17 +3,16 @@ Metadata: Version: {DEV_VERSION} WindowTitle: Example -Packages: - ^EngineDir - $example: example - ^EngineDir|mods/common: common +FileSystem: DefaultFileSystem + Packages: + ^EngineDir + $example: example + ^EngineDir|mods/common: common MapFolders: example|maps: System -Assemblies: - ^BinDir|OpenRA.Mods.Common.dll - ^BinDir|OpenRA.Mods.Example.dll +Assemblies: OpenRA.Mods.Common.dll, OpenRA.Mods.Example.dll AssetBrowser: AudioExtensions: .wav