Skip to content

Commit cc77978

Browse files
committed
add ambient transitions
1 parent a54994c commit cc77978

10 files changed

+45
-1
lines changed

Data/Browncoats.rte/Music.ini

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,45 @@ AddSoundContainer = SoundContainer
66
Immobile = 1
77
BusRouting = Music
88
MusicPreEntryTime = 2637.4
9-
MusicExitTime = 50000.0 // Arbitrary
9+
MusicExitTime = 40000.0 // Arbitrary
1010
AddSound = Browncoats.rte/Music/BC/BC_Intro_91_1_13_001.ogg
1111

12+
AddSoundContainer = SoundContainer
13+
PresetName = BC Ambient Transition 1
14+
Priority = 1
15+
Immobile = 1
16+
BusRouting = Music
17+
MusicPreEntryTime = 2637.4
18+
MusicExitTime = 18493.0 // Arbitrary
19+
AddSound = Browncoats.rte/Music/BC/BC_AmbientTransition_91_1_7_001.ogg
20+
21+
AddSoundContainer = SoundContainer
22+
PresetName = BC Ambient Transition 2
23+
Priority = 1
24+
Immobile = 1
25+
BusRouting = Music
26+
MusicPreEntryTime = 2637.4
27+
MusicExitTime = 18493.0 // Arbitrary
28+
AddSound = Browncoats.rte/Music/BC/BC_AmbientTransition_91_1_7_002.ogg
29+
30+
AddSoundContainer = SoundContainer
31+
PresetName = BC Ambient Transition 3
32+
Priority = 1
33+
Immobile = 1
34+
BusRouting = Music
35+
MusicPreEntryTime = 2637.4
36+
MusicExitTime = 18493.0 // Arbitrary
37+
AddSound = Browncoats.rte/Music/BC/BC_AmbientTransition_91_1_7_003.ogg
38+
39+
AddSoundContainer = SoundContainer
40+
PresetName = BC Ambient Transition 4
41+
Priority = 1
42+
Immobile = 1
43+
BusRouting = Music
44+
MusicPreEntryTime = 2637.4
45+
MusicExitTime = 18493.0 // Arbitrary
46+
AddSound = Browncoats.rte/Music/BC/BC_AmbientTransition_91_1_7_004.ogg
47+
1248
AddSoundContainer = SoundContainer
1349
PresetName = BC Ambient 1
1450
Priority = 1
@@ -480,6 +516,14 @@ AddDynamicSongSection = DynamicSongSection
480516
AddDynamicSongSection = DynamicSongSection
481517
PresetName = BC Ambient
482518
SectionType = Ambient
519+
AddTransitionSoundContainer = SoundContainer
520+
CopyOf = BC Ambient Transition 1
521+
AddTransitionSoundContainer = SoundContainer
522+
CopyOf = BC Ambient Transition 2
523+
AddTransitionSoundContainer = SoundContainer
524+
CopyOf = BC Ambient Transition 3
525+
AddTransitionSoundContainer = SoundContainer
526+
CopyOf = BC Ambient Transition 4
483527
AddSoundContainer = SoundContainer
484528
CopyOf = BC Ambient 1
485529
AddSoundContainer = SoundContainer
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)