bustin tunes

2l84u

Chieftain
Joined
Aug 11, 2004
Messages
14
I'm lookin for an easy way to set a harddrive sound file for the scenario beginning rather than a track from the cd selection. Anybody familiar w/this issue?
 
Sure. An event with the following structure should do:

@IF
Turn
turn=1
@THEN
PlayWaveFile
FileName.wav
@ENDIF

Or if you want it to play every time a game is loaded:

@IF
ScenarioLoaded
@THEN
PlayWaveFile
FileName.wav
@ENDIF

Put the sound file in a subdirectory called Sound within your scenario directory. Make sure it's in a format that Civ2 can read, ie, 8-bit, mono or stereo, sample rate 22 kHz, PCM.
 
Ok Thanks
Maybe all i need is formatting capability/software
Ill have to look that up
 
Back
Top Bottom