Add some more mod metadata for beedee. Todo: enforce dependencies and standalone during game init.

This commit is contained in:
Paul Chote
2010-10-12 23:52:33 +13:00
parent 5a3ccdf0c5
commit c0fcc862d6
6 changed files with 18 additions and 2 deletions

View File

@@ -46,6 +46,9 @@ namespace OpenRA
public string Title; public string Title;
public string Description; public string Description;
public string Version; public string Version;
public string Author;
public string[] RequiresMods;
public bool Standalone = false;
} }
public readonly Manifest Manifest; public readonly Manifest Manifest;

View File

@@ -1,5 +1,10 @@
# Dune 2000 Mod -- Package Manifest Metadata:
# Piggybacks some things from ra mod Title: Dune 2000
Description: Work in progress d2k port
Version: a0001
Author: The OpenRA Developers
Standalone: true
Folders: Folders:
. .
mods/d2k mods/d2k

View File

@@ -2,6 +2,8 @@ Metadata:
Title: Default Mod Template Title: Default Mod Template
Description: Minimal template for creating a base mod Description: Minimal template for creating a base mod
Version: a0001 Version: a0001
Author: The OpenRA Developers
Standalone: true
Folders: Folders:
. .

View File

@@ -2,6 +2,8 @@ Metadata:
Title: Example Mod Title: Example Mod
Description: Adds a soviet troop transport Description: Adds a soviet troop transport
Version: a0001 Version: a0001
Author: The OpenRA Developers
RequiresMods: ra
Folders: Folders:
mods/example mods/example

View File

@@ -2,6 +2,8 @@ Metadata:
Title: Red Alert Title: Red Alert
Description: OpenRA Reimagining of the classic game Description: OpenRA Reimagining of the classic game
Version: a0001 Version: a0001
Author: The OpenRA Developers
Standalone: true
Folders: Folders:
. .

View File

@@ -2,6 +2,8 @@ Metadata:
Title: RA Perf Title: RA Perf
Description: Performance Test map pack Description: Performance Test map pack
Version: a0001 Version: a0001
Author: The OpenRA Developers
RequiresMods: ra
Folders: Folders:
./mods/ra_perf ./mods/ra_perf