Updated version
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Metadata:
|
||||
Title: All mods
|
||||
Version: {DEV_VERSION}
|
||||
Version: release-20231010
|
||||
Hidden: true
|
||||
|
||||
FileSystem: DefaultFileSystem
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Metadata:
|
||||
Title: mod-title
|
||||
Version: {DEV_VERSION}
|
||||
Title: Tiberian Dawn
|
||||
Version: release-20231010
|
||||
Website: https://www.openra.net
|
||||
WebIcon32: https://www.openra.net/images/icons/cnc_32x32.png
|
||||
WindowTitle: mod-windowtitle
|
||||
@@ -40,7 +40,7 @@ FileSystem: ContentInstallerFileSystem
|
||||
|
||||
MapFolders:
|
||||
cnc|maps: System
|
||||
~^SupportDir|maps/cnc/{DEV_VERSION}: User
|
||||
~^SupportDir|maps/cnc/release-20231010: User
|
||||
|
||||
Rules:
|
||||
cnc|rules/misc.yaml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Metadata:
|
||||
Title: mod-title
|
||||
Version: {DEV_VERSION}
|
||||
Title: Dune 2000
|
||||
Version: release-20231010
|
||||
Website: https://www.openra.net
|
||||
WebIcon32: https://www.openra.net/images/icons/d2k_32x32.png
|
||||
WindowTitle: mod-windowtitle
|
||||
@@ -37,7 +37,7 @@ FileSystem: ContentInstallerFileSystem
|
||||
|
||||
MapFolders:
|
||||
d2k|maps: System
|
||||
~^SupportDir|maps/d2k/{DEV_VERSION}: User
|
||||
~^SupportDir|maps/d2k/release-20231010: User
|
||||
|
||||
Rules:
|
||||
d2k|rules/misc.yaml
|
||||
|
||||
75
mods/modcontent/mod.yaml
Normal file
75
mods/modcontent/mod.yaml
Normal file
@@ -0,0 +1,75 @@
|
||||
Metadata:
|
||||
Title: Mod Content Manager
|
||||
Version: release-20231010
|
||||
Hidden: true
|
||||
|
||||
Packages:
|
||||
^EngineDir
|
||||
^EngineDir|mods/modcontent: modcontent
|
||||
^EngineDir|mods/common: common
|
||||
|
||||
Rules:
|
||||
modcontent|rules.yaml
|
||||
|
||||
Cursors:
|
||||
modcontent|cursors.yaml
|
||||
|
||||
Chrome:
|
||||
modcontent|chrome.yaml
|
||||
|
||||
Assemblies:
|
||||
^BinDir|OpenRA.Mods.Common.dll
|
||||
|
||||
ChromeLayout:
|
||||
modcontent|content.yaml
|
||||
|
||||
Notifications:
|
||||
modcontent|notifications.yaml
|
||||
|
||||
LoadScreen: ModContentLoadScreen
|
||||
Image: ^EngineDir|mods/modcontent/chrome.png
|
||||
Image2x: ^EngineDir|mods/modcontent/chrome-2x.png
|
||||
Image3x: ^EngineDir|mods/modcontent/chrome-3x.png
|
||||
|
||||
ChromeMetrics:
|
||||
common|metrics.yaml
|
||||
modcontent|metrics.yaml
|
||||
|
||||
Translations:
|
||||
common|languages/en.ftl
|
||||
|
||||
Fonts:
|
||||
Tiny:
|
||||
Font: common|FreeSans.ttf
|
||||
Size: 10
|
||||
Ascender: 8
|
||||
TinyBold:
|
||||
Font: common|FreeSansBold.ttf
|
||||
Size: 10
|
||||
Ascender: 8
|
||||
Regular:
|
||||
Font: common|FreeSans.ttf
|
||||
Size: 14
|
||||
Ascender: 11
|
||||
Bold:
|
||||
Font: common|FreeSansBold.ttf
|
||||
Size: 14
|
||||
Ascender: 11
|
||||
MediumBold:
|
||||
Font: common|FreeSansBold.ttf
|
||||
Size: 18
|
||||
Ascender: 14
|
||||
BigBold:
|
||||
Font: common|FreeSansBold.ttf
|
||||
Size: 24
|
||||
Ascender: 18
|
||||
|
||||
SoundFormats:
|
||||
|
||||
SpriteFormats: PngSheet
|
||||
|
||||
TerrainFormat: DefaultTerrain
|
||||
|
||||
SpriteSequenceFormat: DefaultSpriteSequence
|
||||
|
||||
ModelSequenceFormat: PlaceholderModelSequence
|
||||
@@ -1,6 +1,6 @@
|
||||
Metadata:
|
||||
Title: mod-title
|
||||
Version: {DEV_VERSION}
|
||||
Title: Red Alert
|
||||
Version: release-20231010
|
||||
Website: https://www.openra.net
|
||||
WebIcon32: https://www.openra.net/images/icons/ra_32x32.png
|
||||
WindowTitle: mod-windowtitle
|
||||
@@ -68,7 +68,7 @@ FileSystem: ContentInstallerFileSystem
|
||||
|
||||
MapFolders:
|
||||
ra|maps: System
|
||||
~^SupportDir|maps/ra/{DEV_VERSION}: User
|
||||
~^SupportDir|maps/ra/release-20231010: User
|
||||
|
||||
Rules:
|
||||
ra|rules/misc.yaml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Metadata:
|
||||
Title: mod-title
|
||||
Version: {DEV_VERSION}
|
||||
Title: Tiberian Sun
|
||||
Version: release-20231010
|
||||
Website: https://www.openra.net
|
||||
WebIcon32: https://www.openra.net/images/icons/ts_32x32.png
|
||||
WindowTitle: mod-windowtitle
|
||||
@@ -44,7 +44,7 @@ FileSystem: ContentInstallerFileSystem
|
||||
|
||||
MapFolders:
|
||||
ts|maps: System
|
||||
~^SupportDir|maps/ts/{DEV_VERSION}: User
|
||||
~^SupportDir|maps/ts/release-20231010: User
|
||||
|
||||
Rules:
|
||||
ts|rules/ai.yaml
|
||||
|
||||
Reference in New Issue
Block a user