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 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;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user