From 592c76eb6e586563db3e852d7c5503cfa995abe1 Mon Sep 17 00:00:00 2001 From: reaperrr Date: Mon, 27 May 2013 21:03:12 +0200 Subject: [PATCH] sequences.yaml split-up Implementing cjshmyr's suggestions. --- mods/ra/mod.yaml | 4 ++-- mods/ra/sequences/{other.yaml => map.yaml} | 0 mods/ra/sequences/{basestructures.yaml => structures.yaml} | 0 packaging/windows/OpenRA.nsi | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) rename mods/ra/sequences/{other.yaml => map.yaml} (100%) rename mods/ra/sequences/{basestructures.yaml => structures.yaml} (100%) diff --git a/mods/ra/mod.yaml b/mods/ra/mod.yaml index bc0644cc51..bc44858485 100644 --- a/mods/ra/mod.yaml +++ b/mods/ra/mod.yaml @@ -43,11 +43,11 @@ Rules: Sequences: mods/ra/sequences/ships.yaml mods/ra/sequences/vehicles.yaml - mods/ra/sequences/basestructures.yaml + mods/ra/sequences/structures.yaml mods/ra/sequences/infantry.yaml mods/ra/sequences/aircraft.yaml mods/ra/sequences/animations.yaml - mods/ra/sequences/other.yaml + mods/ra/sequences/map.yaml Cursors: mods/ra/cursors.yaml diff --git a/mods/ra/sequences/other.yaml b/mods/ra/sequences/map.yaml similarity index 100% rename from mods/ra/sequences/other.yaml rename to mods/ra/sequences/map.yaml diff --git a/mods/ra/sequences/basestructures.yaml b/mods/ra/sequences/structures.yaml similarity index 100% rename from mods/ra/sequences/basestructures.yaml rename to mods/ra/sequences/structures.yaml diff --git a/packaging/windows/OpenRA.nsi b/packaging/windows/OpenRA.nsi index 744a81fbf4..f368f628d2 100644 --- a/packaging/windows/OpenRA.nsi +++ b/packaging/windows/OpenRA.nsi @@ -126,6 +126,7 @@ SectionGroup /e "Mods" File /r "${SRCDIR}\mods\ra\chrome" File /r "${SRCDIR}\mods\ra\bits" File /r "${SRCDIR}\mods\ra\rules" + File /r "${SRCDIR}\mods\ra\sequences" File /r "${SRCDIR}\mods\ra\tilesets" File /r "${SRCDIR}\mods\ra\uibits" SectionEnd