Merge pull request #4102 from Mailaender/only-stable-mods

Only ship stable mods
This commit is contained in:
Paul Chote
2013-11-09 13:24:27 -08:00
4 changed files with 3 additions and 46 deletions

View File

@@ -1,13 +0,0 @@
Metadata:
Title: Example Mod
Description: Adds a soviet troop transport
Version: a0001
Author: The OpenRA Developers
Requires: ra
Folders:
mods/example
Rules:
mods/example/truk.yaml
Sequences:
mods/example/sequences.yaml

View File

@@ -1,7 +0,0 @@
truk:
idle:
Start: 0
Facings: 32
unload:
Start: 0
Facings: 32

View File

@@ -1,25 +0,0 @@
TRUK:
Inherits: ^Vehicle
Buildable:
Queue: Vehicle
BuildPaletteOrder: 50
Prerequisites: weap,barr
Owner: soviet
Valued:
Cost: 500
Tooltip:
Name: Supply Truck
Description: Light infantry transport.\n Weak vs Everything
Health:
HP: 200
Armor:
Type: Light
Mobile:
Speed: 12
RevealsShroud:
Range: 5
RenderUnit:
Cargo:
Types: Infantry
Passengers: 5
UnloadFacing: 220

View File

@@ -58,7 +58,9 @@ SectionEnd
Section "Game" GAME
SetOutPath "$INSTDIR"
RMDir /r "$INSTDIR\mods"
File /r "${SRCDIR}\mods"
File /r "${SRCDIR}\mods\cnc"
File /r "${SRCDIR}\mods\d2k"
File /r "${SRCDIR}\mods\ra"
File "${SRCDIR}\OpenRA.Game.exe"
File "${SRCDIR}\OpenRA.Utility.exe"
File "${SRCDIR}\OpenRA.FileFormats.dll"