From 90bdeb1e9233a7bcbc73a97c044c3532f33cf109 Mon Sep 17 00:00:00 2001 From: atlimit8 Date: Tue, 29 Sep 2015 15:43:46 -0500 Subject: [PATCH] Move external Fort Lonestar assets into map directory --- mods/ra/audio/music.yaml | 4 ---- mods/ra/maps/fort-lonestar/map.yaml | 5 +++++ mods/ra/{bits => maps/fort-lonestar}/rain.aud | Bin .../fort-lonestar}/thunder-ambient.aud | Bin mods/ra/{bits => maps/fort-lonestar}/thunder1.aud | Bin mods/ra/{bits => maps/fort-lonestar}/thunder2.aud | Bin mods/ra/{bits => maps/fort-lonestar}/thunder3.aud | Bin mods/ra/{bits => maps/fort-lonestar}/thunder4.aud | Bin mods/ra/{bits => maps/fort-lonestar}/thunder5.aud | Bin 9 files changed, 5 insertions(+), 4 deletions(-) rename mods/ra/{bits => maps/fort-lonestar}/rain.aud (100%) rename mods/ra/{bits => maps/fort-lonestar}/thunder-ambient.aud (100%) rename mods/ra/{bits => maps/fort-lonestar}/thunder1.aud (100%) rename mods/ra/{bits => maps/fort-lonestar}/thunder2.aud (100%) rename mods/ra/{bits => maps/fort-lonestar}/thunder3.aud (100%) rename mods/ra/{bits => maps/fort-lonestar}/thunder4.aud (100%) rename mods/ra/{bits => maps/fort-lonestar}/thunder5.aud (100%) diff --git a/mods/ra/audio/music.yaml b/mods/ra/audio/music.yaml index 60db69296f..9bb0a7b636 100644 --- a/mods/ra/audio/music.yaml +++ b/mods/ra/audio/music.yaml @@ -44,7 +44,3 @@ float_v2: Floating grndwire: Ground Wire search: The Search wastelnd: Wasteland - -# Special effects -rain: Rain (ambient) - Hidden: true \ No newline at end of file diff --git a/mods/ra/maps/fort-lonestar/map.yaml b/mods/ra/maps/fort-lonestar/map.yaml index 5220ceee8c..5c45a30526 100644 --- a/mods/ra/maps/fort-lonestar/map.yaml +++ b/mods/ra/maps/fort-lonestar/map.yaml @@ -20,6 +20,11 @@ Type: Minigame Videos: +Music: + rain: Rain (ambient) + Hidden: true + Filename: ./mods/ra/maps/fort-lonestar/rain + Options: Fog: True Shroud: True diff --git a/mods/ra/bits/rain.aud b/mods/ra/maps/fort-lonestar/rain.aud similarity index 100% rename from mods/ra/bits/rain.aud rename to mods/ra/maps/fort-lonestar/rain.aud diff --git a/mods/ra/bits/thunder-ambient.aud b/mods/ra/maps/fort-lonestar/thunder-ambient.aud similarity index 100% rename from mods/ra/bits/thunder-ambient.aud rename to mods/ra/maps/fort-lonestar/thunder-ambient.aud diff --git a/mods/ra/bits/thunder1.aud b/mods/ra/maps/fort-lonestar/thunder1.aud similarity index 100% rename from mods/ra/bits/thunder1.aud rename to mods/ra/maps/fort-lonestar/thunder1.aud diff --git a/mods/ra/bits/thunder2.aud b/mods/ra/maps/fort-lonestar/thunder2.aud similarity index 100% rename from mods/ra/bits/thunder2.aud rename to mods/ra/maps/fort-lonestar/thunder2.aud diff --git a/mods/ra/bits/thunder3.aud b/mods/ra/maps/fort-lonestar/thunder3.aud similarity index 100% rename from mods/ra/bits/thunder3.aud rename to mods/ra/maps/fort-lonestar/thunder3.aud diff --git a/mods/ra/bits/thunder4.aud b/mods/ra/maps/fort-lonestar/thunder4.aud similarity index 100% rename from mods/ra/bits/thunder4.aud rename to mods/ra/maps/fort-lonestar/thunder4.aud diff --git a/mods/ra/bits/thunder5.aud b/mods/ra/maps/fort-lonestar/thunder5.aud similarity index 100% rename from mods/ra/bits/thunder5.aud rename to mods/ra/maps/fort-lonestar/thunder5.aud