Well, this is all i know about sounds:
- Code: Select all
PlaySound(Sound({Cue = "AMB_Menu_Loop", Bank = "AmbientTest",}))
These sounds are stored in XACT format (Wavebank (.xwb) and soundbank (.xsb))
This means, this sound is stored inside a file named (Bank=) "AmbientTest.xwb" and the sound is named (Cue=) "AMB_Menu_Loop".
If you open the soundbank "AmbientTest.xsb" with an texteditor, you can see what sounds are stored inside "AmbientTest.xwb"
AMB_Menu_Loop
Gen_Fire_Loop
Gen_Fire_Start
Gen_Tree_Crush
AMB_Planet_Rumble_zoom
AMB_SER_OP_Briefing
If you now open the downloaded soundfiles from the old Supremecommander you will also have 2 files. (Wavebank (.xwb) and soundbank (.xsb)
If you open the SC_Music.xsb file (soundbank) you will find only 2 sounds:
Building
Battle
This means, there are no other sounds in there. No Menu-loop !
To replace the menu music you need the menu sound files from the old game.
Maby someone here or on steam can help and send you the 2 files:
AmbientTest.xsb
AmbientTest.xwb
I expect the same filenames for the older gameversion, but maybe i am wrong!