Add some more mod metadata for beedee. Todo: enforce dependencies and standalone during game init.
This commit is contained in:
@@ -46,6 +46,9 @@ namespace OpenRA
|
||||
public string Title;
|
||||
public string Description;
|
||||
public string Version;
|
||||
public string Author;
|
||||
public string[] RequiresMods;
|
||||
public bool Standalone = false;
|
||||
}
|
||||
|
||||
public readonly Manifest Manifest;
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
# Dune 2000 Mod -- Package Manifest
|
||||
# Piggybacks some things from ra mod
|
||||
Metadata:
|
||||
Title: Dune 2000
|
||||
Description: Work in progress d2k port
|
||||
Version: a0001
|
||||
Author: The OpenRA Developers
|
||||
Standalone: true
|
||||
|
||||
Folders:
|
||||
.
|
||||
mods/d2k
|
||||
|
||||
@@ -2,6 +2,8 @@ Metadata:
|
||||
Title: Default Mod Template
|
||||
Description: Minimal template for creating a base mod
|
||||
Version: a0001
|
||||
Author: The OpenRA Developers
|
||||
Standalone: true
|
||||
|
||||
Folders:
|
||||
.
|
||||
|
||||
@@ -2,6 +2,8 @@ Metadata:
|
||||
Title: Example Mod
|
||||
Description: Adds a soviet troop transport
|
||||
Version: a0001
|
||||
Author: The OpenRA Developers
|
||||
RequiresMods: ra
|
||||
|
||||
Folders:
|
||||
mods/example
|
||||
|
||||
@@ -2,6 +2,8 @@ Metadata:
|
||||
Title: Red Alert
|
||||
Description: OpenRA Reimagining of the classic game
|
||||
Version: a0001
|
||||
Author: The OpenRA Developers
|
||||
Standalone: true
|
||||
|
||||
Folders:
|
||||
.
|
||||
|
||||
@@ -2,6 +2,8 @@ Metadata:
|
||||
Title: RA Perf
|
||||
Description: Performance Test map pack
|
||||
Version: a0001
|
||||
Author: The OpenRA Developers
|
||||
RequiresMods: ra
|
||||
|
||||
Folders:
|
||||
./mods/ra_perf
|
||||
|
||||
Reference in New Issue
Block a user