Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Sound Track Editor Development

Page: 1 of 1
 rderveloy
02-06-2006, 4:21 PM
#1
I'm in the process of making a soundtrack editor tool. This tool should easily apply to the retail version of the game if the retail version is as easy to mod as the demo.

Anyways, right now, I only have about 6 out of 26 songs classified according to when they occur during the game, and I need some help determining when certain songs play so that people can easily choose their own music for such situations. All the coding is pretty much finished, I just need to organize everything so that it's all nice and easy for users to understand.

Right now I have classified 6 of the most obvious ones:
IMPERIAL_MARCH.MP3
BATTLE_PENDING_1.MP3
EMPIRE_LOSE_1.MP3
REBEL_LOSE_1.MP3
REBEL_VICTORY.MP3
EMPIRE_AT_WAR.MP3

The last one, EMPIRE_AT_WAR.MP3, is one of the random space battle musics.

So, I'm putting the call out for those who would answer it. If someone would help classify the music according to what in-game events they correspond to, I'll make sure they recieve full credit for doing so.
 Master Nikolaos
02-06-2006, 8:12 PM
#2
Imperial March goes on the intro screen for sure. Oops, never mind, that was kindda dumb, yeah , it is quite obvious :). I'll look into it though.

-ESB THE IMPERIAL PROBE happends when the action starts on space(as the empire, I'm not sure if its the same for the rebels).
-THE DUNE SEA OF TATOOINE is one of the campaign songs.
-ROTJ ALLIANCE ASSEMBLY plays right when you get to a planet and are calling reinforcements down (no action).
-ROTJ APPROACHING THE DEATH STAR plays when you attack a planet and are on the loading screen.
-CREDITS 2A plays when the action starts in a land battle.
-THE BATTLE RAGES ON plays in the campaign map as well. Rebel victory plays when at the beginign of a space battle. The rest I don't know yet.

If you can figure it out, I think it'd be real nice to have Duel of the Fates for the intro song.
 rderveloy
02-07-2006, 5:10 PM
#3
I'll be posting an early version of this software soon so that people can begin testing it.

As for having "Dual of the Fates" as the intro song, thats all up to you. Using this program you'll be able to set that song to whatever event you want as long as you have it in a mp3 file.
 Sithman1138
02-07-2006, 5:17 PM
#4
WOW! This sounds awsome. I can't wait for the release. How far along are you? Oh, and will this work with the full game too? Just wondering if you had a idrea.
 rderveloy
02-07-2006, 5:21 PM
#5
I can't tell if it will work with the full game or not since the full game isn't out yet. However, if the full game works just like the demo, then I don't see any reason why it wouldn't.

As far as development time, all the back-end coding is pretty much finished, I just need to classify all the music.
 Sithman1138
02-07-2006, 5:33 PM
#6
Which ones do you need?
 rderveloy
02-07-2006, 6:34 PM
#7
If you read first post of this thread, I list the one's I've already figured out. Basically, I need help with all the other 20+ songs by classifiing them according to when they occur.

Also, I also need help in figuring out if EMPIRE_AT_WAR.MP3 only plays when the player is the Empire or if it plays independent of the player's selected faction.

I'm in the process of compiling a very limited version of this program right now. It will only have 5 songs availible to alter since I haven't fully classified the rest. As a heads-up I'm pretty sure that this software will require the .Net 2.0 Framework to be installed on your computer. If you don't have it, go download it at:

http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&DisplayLang=en)
 Sithman1138
02-07-2006, 7:15 PM
#8
I looked in the XML file and this is what I've found
++Galactic_Map_Empire_Music_Event
+ESB_The_Imperial_Probe.mp3
+ROTJ_Approaching_The_Death_Star.mp3
+ROTJ_Emperors_Throne_Room.mp3
+ANH_Imperial_Attack_2.mp3
+ANH_The_Tractor_Beam.mp3
++Tactical_Battle_Loading_Loop_Event
+Battle_Pending_1.mp3
++Galactic_Death_Star_Complete_Music_Event
+Complete_Death_Star.mp3
++Galactic_Map_Rebel_Music_Event
+AOTC_Ambush_On_Coruscant.mp3,
+ROTJ_Alliance_Assembly.mp3,
+ROTJ_Shuttle_Tydirium_Appraches_Endor.mp3, +ANH_Tales_of_a_Jedi_Knight.mp3,
+ANH_Millenium_Falcon.mp3
++Cinematic_Empire_Intro_Music_Event
+CIN_ROTJ_Approaching_The_Death_Star.mp3
++Main_Menu_Music_Event
+Imperial_March.MP3
++Test_Music_Event
+Test_Loop_Song_2.MP3
++Cinematic_Empire_Intro_Music_Event_2
+Empire_Intro_3_Mix.mp3
++Cinematic_Rebel_Intro_Music_Event_1
+REBEL_Intro_1_Mix.mp3
++Tactical_Battle_Load_Screen_Music_Event
+Battle_Pending_1.mp3
++Structure_Cantina_Music_Event
+Cantina_1.MP3, Cantina_2.MP3



That's part of it. Go under the music.xml file to see all the audio files and what they are placed to. Some files don't exist but they might work if you put in a file with that name so...yeah. You might want to test it first.
 Master Nikolaos
02-07-2006, 10:22 PM
#9
I'm pretty sure not all of the songs listed in the demo actually will make an appearance until the full game. For instance, the credits song I'm sure will play at the end of a succeesful Rebel campaign(call it a feeling from the force), as it was the last song in one of the original movies. As for me being able to set my own music for the game, I get the point now :). That Battle of Heroes and Duel of the Fates song will certainly make an appearance on mine :).
 rderveloy
02-08-2006, 12:22 AM
#10
Unfortunately, filefront has turned off their file upload service for maintenance. I'll try to upload the program again tomorrow.

Thanks for the help sithman, that pointed me in the right direction. I'll definiately have to re-release another version of this software for the full retail game since there are a bunch of music files not included in the demo. The good news is that the turn-around time should be very short. Let's all hope that the full retail version has easy to extract meg files like the demo has.
 Sithman1138
02-08-2006, 4:26 PM
#11
You can also use megaupload or....save file? I' not exactly sure.
 rderveloy
02-08-2006, 11:50 PM
#12
Some good news and some bad news...

Good news is I figured out how to greatly reduce the install program's size as well as clean up a lot of bugs that the inital debug release has been having.

Bad news is that you're gonna have to wait a little longer. Trust me, the wait is worth it. I have some screens of the program (see link below) and you can tell that the version that I was going to upload has a long ways to go. The final version will be a lot cleaner and a bit more user-friendly.

The screens do show a general idea of how the program will work. You will install it using an installer. After that, an inital config screen will pop up and ask you to locate and verify your Empire at War Demo install before extracting and coping some needed files. This is important since the main program depends on this information being accurate. Then, the main program window will launch and you'll get to browse for music to assign to an event, preview your selection, set it, or restore the music back to it's default settings.

The screens are of a very early build. A lot might, can , and will change before the final version is released. For example, in the final build, the text boxes in the main program screen will read only so that you can't you to type in whatever you want. This is designed to protect the demo program from crashing since the demo only knows how to interpret .mp3 files.

Screens of debug build 0.0.1, aka, "omfg that's an early build!"
http://photobucket.com/albums/e345/rderveloy/EAW%20Demo%20Soundtrack%20Editor%20Screens/?)

After the final build is released, I'll start converting the existing program to a new version that will be compatable with the full retail release of the game.
 Sithman1138
02-09-2006, 5:40 PM
#13
looks good
 rderveloy
02-13-2006, 9:46 PM
#14
It's up! Version 1.1 is availiable at filefront. Check out the version 1.1 thread for details:

http://www.lucasforums.com/showthread.php?p=2020225#post2020225)

Please keep development discussions in this thread to help keep the forums clean.

I haven't had a chance to test this on a pc that wasn't running windows xp. If you encounter any problems running this software on earlier versions of windows, let me know.

To perform a complete uninstall of this program that will restore all the music to like it was before you installed this program, you must prep the program for uninstall by going to the settings menu and select "Prep Program for Uninstall".

After you have finish your adjustments, you can quickly and easily launch the demo by pressing "ctrl + L" or by going to the game menu and selecting "Launch Empire at War Demo".

Preview playback volume can be adjusted in the settings menu.
 Sithman1138
02-14-2006, 5:23 AM
#15
Awsome. Thanks man. Downloading now!
 rderveloy
02-14-2006, 10:02 AM
#16
If you encounter any issues let me know.

Due to the very limited development time I had to put into this program, some software bugs are bound to creep up. Also, I cannot predict what all of the various mods have done to your eaw demo installation. Basically, this program was developed only on a clean-install version of the EAW demo on a windows xp machine.

Some known issues/bugs:

Bug: A "cannot convert string to prompt" error occurs during the program configuration phase.

Cause: This usually means that your empire at war demo install directory, the empire at war demo\gamedata directory, the empire at war demo\gamedata\data directory, and/or the empire at war demo\gamedata\data\audio folder is\are read-only. If this has happened then you, the end user, or some other program or software has altered your empire at war demo's installation folders as the demo install program makes all of these directories have normal read-write permissions.

Remedy: Please remove any read-only tags from these directories by going to your demo's install folder (usually c:\program files\lucasarts\star wars empire at war demo) and right-click on the gamedata folder, select properties, clear the read-only checkbox on the bottom and click ok. When the "Confirm Attribute Chages" notice pops up, select "Apply changes to this folder, subfolders and files" and click ok. Restart the Soundtrack Editor program and try again. If you continue to have issues, consider uninstalling and re-installing your empire at war demo.

:max:
 Arc9
02-16-2006, 5:15 AM
#17
I wonder if i can put the a hero falls song...
 Arc9
02-16-2006, 5:53 AM
#18
I'm pretty sure not all of the songs listed in the demo actually will make an appearance until the full game. For instance, the credits song I'm sure will play at the end of a succeesful Rebel campaign(call it a feeling from the force), as it was the last song in one of the original movies. As for me being able to set my own music for the game, I get the point now :). That Battle of Heroes and Duel of the Fates song will certainly make an appearance on mine :).


I got a duel of the fates song,and i set it! I can email it 2 ya if ya want! :king1: :ears1:
:smash:
:sithk:
 Sithman1138
02-16-2006, 6:36 AM
#19
Please don't double post. Besides that, the program works for you? Good.
 Arc9
02-16-2006, 6:52 AM
#20
double post? OH SRY :P
 rderveloy
02-16-2006, 3:27 PM
#21
Sithman, have you encountered any problems with the program?
 Sithman1138
02-16-2006, 6:02 PM
#22
No, none at all. It looks like it will work the same for the full version(I have). So it looks all go from here.
 rderveloy
02-16-2006, 9:56 PM
#23
That's good to hear. You should be warned that it will only work with some of the full version's music events. You will not be able to replace all of the music in the full game since I didn't have time to program all of the full version's music events into this version of the soundtrack editor.

I'm still waiting for my copy of the full version to come in. I can't believe that even though I pre-ordered it several weeks ago, it didn't ship untill the day after it was supoosed to. Oh well.
 Sithman1138
02-16-2006, 10:24 PM
#24
Here is the XML MUSICEVENTS. Hope this helps.

<?xml version="1.0"?>

<MusicEvents>

<MusicEvent Name="Main_Menu_Music_Event">
<Files>Imperial_March.MP3</Files>
<Volume_Percent>70</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>


<MusicEvent Name="Test_Music_Event">
<Files>Test_Loop_Song_2.MP3</Files>
<Volume_Percent>95</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>No</Loop>
</MusicEvent>



<!-- <MusicEvent Name="Cinematic_Empire_Intro_Music_Event">
<Files> CIN_ROTJ_Approaching_The_Death_Star.mp3 </Files>
<Volume_Percent>70</Volume_Percent>
<Fade_In_Seconds>2.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>No</Loop>
</MusicEvent> -->


<MusicEvent Name="Cinematic_Empire_Intro_Music_Event_2">
<Files> Empire_Intro_3_Mix.mp3 </Files>
<Volume_Percent>70</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>0.0</Fade_Out_Previous_Seconds>
<Loop>No</Loop>
</MusicEvent>

<MusicEvent Name="Cinematic_Rebel_Intro_Music_Event_1">
<Files> REBEL_Intro_1_Mix.mp3 </Files>
<Volume_Percent>70</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>0.0</Fade_Out_Previous_Seconds>
<Loop>No</Loop>
</MusicEvent>







<MusicEvent Name="Galactic_Map_Rebel_Music_Event">
<Files> AOTC_Ambush_On_Coruscant.mp3, ROTJ_Alliance_Assembly.mp3, ROTJ_Shuttle_Tydirium_Appraches_Endor.mp3, ANH_Tales_of_a_Jedi_Knight.mp3, ANH_Millenium_Falcon.mp3 </Files>
<Volume_Percent>60</Volume_Percent>
<Fade_In_Seconds>2.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop> Yes </Loop>
</MusicEvent>

<MusicEvent Name="Galactic_Map_Empire_Music_Event">
<Files> ESB_The_Imperial_Probe.mp3, ROTJ_Approaching_The_Death_Star.mp3, ROTJ_Emperors_Throne_Room.mp3, ANH_Imperial_Attack_2.mp3, ANH_The_Tractor_Beam.mp3 </Files>
<Volume_Percent>60</Volume_Percent>
<Fade_In_Seconds>2.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop> Yes </Loop>
</MusicEvent>





<MusicEvent Name="Galactic_Death_Star_Complete_Music_Event">
<Files> Complete_Death_Star.mp3 </Files>
<Volume_Percent>60</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>No</Loop>
</MusicEvent>


<!-- Note: Combining Galactic_Battle_Pending_Music_Event and Tactical_Battle_Load_Screen_Music_Event into one event
since we want the galactic battle pending loop to smoothly transition and keep playing during the Battle Load
Dialog screen. Also the event needs to internally loop the first sample by MSS, due to the long data load that
occurs where the MusicEventManager is not sewrviced -->

<MusicEvent Name="Tactical_Battle_Loading_Loop_Event">
<Files> Battle_Pending_1.mp3 </Files>
<Volume_Percent> 55 </Volume_Percent>
<Fade_In_Seconds> 0.0 </Fade_In_Seconds>
<Fade_Out_Previous_Seconds> 2.0 </Fade_Out_Previous_Seconds>
<Loop> Yes </Loop>
<MSS_Internal_Loop> Yes </MSS_Internal_Loop> <!-- Required for long load where MSS handles the loop -->
</MusicEvent>

<!--
<MusicEvent Name="Galactic_Battle_Pending_Music_Event">
<Files> Battle_Pending_1.mp3 </Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>
-->
<!--
Note MSS_Internal_Loop required due to event manager not processing during long data loads

<MusicEvent Name="Tactical_Battle_Load_Screen_Music_Event">
<Files> Battle_Pending_1.mp3 </Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
<MSS_Internal_Loop>Yes</MSS_Internal_Loop>
</MusicEvent>
-->



<MusicEvent Name="Structure_Cantina_Music_Event">
<Files>Cantina_1.MP3, Cantina_2.MP3</Files>
<Volume_Percent>70</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Play_Sequentially> No </Play_Sequentially>
<Loop>No</Loop>
</MusicEvent>

<MusicEvent Name="Structure_Hutt_Palace_Music_Event">
<Files>Hutt_Palace_Jedi_Rocks.MP3, Hutt_Palace_Lapti_Nek.MP3</Files>
<Volume_Percent>70</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Play_Sequentially> No </Play_Sequentially>
<Loop>No</Loop>
</MusicEvent>







<!-- ======================================= -->
<!-- REBEL LAND MAPS MUSIC EVENTS - AMBIENT -->
<!-- ======================================= -->

<MusicEvent Name="Desert_Land_Rebel_Ambient_Music_Event">
<Files> R_The_Dune_Sea_of_Tatooine.MP3, E_Attack_of_the_Sandpeople.MP3 </Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>2.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>

<MusicEvent Name="Ice_Land_Rebel_Ambient_Music_Event">
<Files> R_The_Ice_Planet_Hoth.MP3, E_Wampas_Lair.MP3 </Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>2.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>

<MusicEvent Name="Swamp_Land_Rebel_Ambient_Music_Event">
<Files> R_Jar_Jar_Leads_Group.MP3, E_Binary_Sunset_Alternate.MP3 </Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>2.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>

<MusicEvent Name="Volcanic_Land_Rebel_Ambient_Music_Event">
<Files> R_Dianoga.MP3, E_The_Trash_Compactor.MP3 </Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>2.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>

<MusicEvent Name="Temperate_Land_Rebel_Ambient_Music_Event">
<Files> R_Forest_Ambush.MP3, E_Wookiee_Prisoner.MP3, R_Queen_Amidala_Warns_Federation.MP3, E_The_Droid_Invasion.MP3 </Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>2.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>

<MusicEvent Name="Urban_Land_Rebel_Ambient_Music_Event">
<Files> R_Anakin_and_Group_To_Coruscant.MP3, E_The_Senate.MP3 </Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>2.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>

<!-- ======================================= -->
<!-- EMPIRE LAND MAPS MUSIC EVENTS - AMBIENT -->
<!-- ======================================= -->

<MusicEvent Name="Desert_Land_Empire_Ambient_Music_Event">
<Files> E_Attack_of_the_Sandpeople.MP3, R_The_Dune_Sea_of_Tatooine.MP3 </Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>2.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>

<MusicEvent Name="Ice_Land_Empire_Ambient_Music_Event">
<Files> E_Wampas_Lair.MP3, R_The_Ice_Planet_Hoth.MP3 </Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>2.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>

<MusicEvent Name="Swamp_Land_Empire_Ambient_Music_Event">
<Files> E_Binary_Sunset_Alternate.MP3, R_Jar_Jar_Leads_Group.MP3 </Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>2.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>

<MusicEvent Name="Volcanic_Land_Empire_Ambient_Music_Event">
<Files> E_The_Trash_Compactor.MP3, R_Dianoga.MP3 </Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>2.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>

<MusicEvent Name="Temperate_Land_Empire_Ambient_Music_Event">
<Files> E_Wookiee_Prisoner.MP3, R_Forest_Ambush.MP3, E_The_Droid_Invasion.MP3, R_Queen_Amidala_Warns_Federation.MP3 </Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>2.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>

<MusicEvent Name="Urban_Land_Empire_Ambient_Music_Event">
<Files> E_The_Senate.MP3, R_Anakin_and_Group_To_Coruscant.MP3 </Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>2.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>






<!-- ====================================== -->
<!-- REBEL LAND MAPS MUSIC EVENTS - BATTLE -->
<!-- ===================================== -->

<MusicEvent Name="Desert_Land_Rebel_Battle_Music_Event">
<Files> R_Sail_Barge_Assault.MP3, E_Den_Of_The_Rancor.MP3 </Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>

<MusicEvent Name="Ice_Land_Rebel_Battle_Music_Event">
<Files> R_The_Battle_of_Hoth.MP3, E_The_Battle_of_Hoth_2.MP3 </Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>

<MusicEvent Name="Swamp_Land_Rebel_Battle_Music_Event">
<Files> R_Anakin_Defeats_Sebulba.MP3, E_Battle_In_The_Swamps.MP3 </Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>

<MusicEvent Name="Volcanic_Land_Rebel_Battle_Music_Event">
<Files> R_Sail_Barge_Assault_Alternate.MP3, E_Volcanic_Assault.MP3 </Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>

<MusicEvent Name="Temperate_Land_Rebel_Battle_Music_Event">
<Files> R_The_Battle_Rages_On.MP3, E_The_Gungans_Retreat.MP3, R_Scout_Walker_Scramble_2.MP3, E_Scout_Walker_Scramble_1.MP3, E_Volcanic_Assault.MP3, E_Battle_In_The_Swamps.MP3</Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>

<MusicEvent Name="Urban_Land_Rebel_Battle_Music_Event">
<Files> R_The_Chase_Through_Coruscant_1.MP3, E_The_Chase_Through_Coruscant_2.MP3, Advance_on_the_City.MP3 </Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>

<!-- ======================================= -->
<!-- EMPIRE LAND MAPS MUSIC EVENTS - BATTLE -->
<!-- ======================================= -->

<MusicEvent Name="Desert_Land_Empire_Battle_Music_Event">
<Files> E_Den_Of_The_Rancor.MP3, R_Sail_Barge_Assault.MP3 </Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>

<MusicEvent Name="Ice_Land_Empire_Battle_Music_Event">
<Files> E_The_Battle_of_Hoth_2.MP3, R_The_Battle_of_Hoth.MP3 </Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>0.5</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>

<MusicEvent Name="Swamp_Land_Empire_Battle_Music_Event">
<Files> E_Battle_In_The_Swamps.MP3, R_Anakin_Defeats_Sebulba.MP3 </Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>

<MusicEvent Name="Volcanic_Land_Empire_Battle_Music_Event">
<Files> E_Volcanic_Assault.MP3, R_Sail_Barge_Assault_Alternate.MP3 </Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>

<MusicEvent Name="Temperate_Land_Empire_Battle_Music_Event">
<Files> E_The_Gungans_Retreat.MP3, R_The_Battle_Rages_On.MP3, R_Scout_Walker_Scramble_2.MP3, E_Scout_Walker_Scramble_1.MP3, E_Volcanic_Assault.MP3, E_Battle_In_The_Swamps.MP3</Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>

<MusicEvent Name="Urban_Land_Empire_Battle_Music_Event">
<Files> E_The_Chase_Through_Coruscant_2.MP3, R_The_Chase_Through_Coruscant_1.MP3, Advance_on_the_City.MP3</Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>






<MusicEvent Name="Space_Map_Rebel_Ambient_Music_Event">
<Files> Imperial_Attack_1.MP3, Beginning_The_Approach.MP3, Boarding_The_Federation_Battleship.MP3, Vaders_Presence.MP3, Death_Star_Stormtroopers.MP3, Empire_At_War.MP3</Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>2.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Play_Sequentially> No </Play_Sequentially>
<Loop>Yes</Loop>
</MusicEvent>

<MusicEvent Name="Space_Map_Empire_Ambient_Music_Event">
<Files> Imperial_Attack_1.MP3, Beginning_The_Approach.MP3, Boarding_The_Federation_Battleship.MP3, Vaders_Presence.MP3, Death_Star_Stormtroopers.MP3, Empire_At_War.MP3 </Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>2.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Play_Sequentially> No </Play_Sequentially>
<Loop>Yes</Loop>
</MusicEvent>





<MusicEvent Name="Space_Map_Rebel_Battle_Music_Event">
<Files> Escape_From_Naboo.MP3, Fighting_The_Destroyer_Droids.MP3, Tie_Fighter_Attack.MP3, Imperial_Cruiser_Pursuit.MP3, The_Asteroid_Field.MP3, Space_Pursuit.MP3, Rebellion_Advantage.MP3, Attacking_the_Blockade.MP3 </Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>0.5</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Play_Sequentially> No </Play_Sequentially>
<Loop>Yes</Loop>
</MusicEvent>

<MusicEvent Name="Space_Map_Empire_Battle_Music_Event">
<Files> Escape_From_Naboo.MP3, Fighting_The_Destroyer_Droids.MP3, Tie_Fighter_Attack.MP3, Imperial_Cruiser_Pursuit.MP3, The_Asteroid_Field.MP3, Space_Pursuit.MP3, Rebellion_Advantage.MP3, Attacking_the_Blockade.MP3 </Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>0.5</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Play_Sequentially> No </Play_Sequentially>
<Loop>Yes</Loop>
</MusicEvent>




<MusicEvent Name="Space_Map_Rebel_Battle_Death_Star_Music_Event">
<Files>DS_The_Battle_of_Yavin.MP3, DS_Into_The_Trap.MP3</Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>0.5</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Play_Sequentially> No </Play_Sequentially>
<Loop>Yes</Loop>
</MusicEvent>

<MusicEvent Name="Space_Map_Empire_Battle_Death_Star_Music_Event">
<Files>DS_The_Battle_of_Yavin.MP3, DS_Into_The_Trap.MP3</Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>0.5</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Play_Sequentialy> No </Play_Sequentialy>
<Loop>Yes</Loop>
</MusicEvent>



<MusicEvent Name="Space_Map_Activate_Death_Star_Music_Event">
<Files>Destruction_Of_Alderaan.MP3</Files>
<Volume_Percent>55</Volume_Percent>
<Fade_In_Seconds>0.25</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>0.25</Fade_Out_Previous_Seconds>
<Loop> No </Loop>
</MusicEvent>





<MusicEvent Name="Rebel_Win_Tactical_Event">
<Files>Rebel_Victory.MP3</Files>
<Volume_Percent>75</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>

<MusicEvent Name="Rebel_Win_Strategic_Event">
<Files>Rebel_Victory.MP3</Files>
<Volume_Percent>75</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>

<MusicEvent Name="Rebel_Lose_Tactical_Event">
<Files>Rebel_Lose_1.MP3</Files>
<Volume_Percent>75</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>No</Loop>
</MusicEvent>

<MusicEvent Name="Rebel_Lose_Strategic_Event">
<Files>Rebel_Lose_1.MP3</Files>
<Volume_Percent>75</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>No</Loop>
</MusicEvent>



<MusicEvent Name="Empire_Win_Tactical_Event">
<Files>Imperial_March_Edit.MP3</Files>
<Volume_Percent>75</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>

<MusicEvent Name="Empire_Win_Strategic_Event">
<Files>Imperial_March_Edit.MP3</Files>
<Volume_Percent>75</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>Yes</Loop>
</MusicEvent>

<MusicEvent Name="Empire_Lose_Tactical_Event">
<Files>Empire_Lose_1.MP3</Files>
<Volume_Percent>75</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>No</Loop>
</MusicEvent>

<MusicEvent Name="Empire_Lose_Strategic_Event">
<Files>Empire_Lose_1.MP3</Files>
<Volume_Percent>75</Volume_Percent>
<Fade_In_Seconds>0.0</Fade_In_Seconds>
<Fade_Out_Previous_Seconds>2.0</Fade_Out_Previous_Seconds>
<Loop>No</Loop>
</MusicEvent>

<MusicEvent Name="Game_Credits_Music_Event">
<Files>Credits_2a.MP3, Empire_At_War.MP3, Credits_Ep3.MP3 </Files>
<Volume_Percent> 100 </Volume_Percent>
<Fade_In_Seconds> 0.0 </Fade_In_Seconds>
<Fade_Out_Previous_Seconds> 0.0 </Fade_Out_Previous_Seconds>
<Loop> Yes </Loop>
</MusicEvent>

</MusicEvents>
 rderveloy
02-16-2006, 11:44 PM
#25
Is that the one for the full retail release? If so, that's a bit more than 26 songs. It'll probably take me a little while to add all the music to the program.

Unfortunately, I won't be able to test anything until my copy comes in. It's supposed to come in either tomorrow or Saturday. After that, I don't see any reason why It should take me more than 2 weeks to come out with version 2.0. *Knocks on wood*
 Sithman1138
02-17-2006, 6:00 AM
#26
That is the retail version. Take your time though, As far as I'm concerned, this is one of the best mod tools for this game yet. Good luck with this.
Page: 1 of 1