Quote:
Originally Posted by bstanko6
Can someone direct me where to find the exact file that plays this song when you select wolfram to play it? I want to change this song for the one from das boot! Thanks.
|
Hi bstanko6
this is the path:
data\Sound\Speech\MCCD\Tipperary.OGG
and this is the command:
data\Scripts\AI\Crew\Gramophone_tipperary.aix
strategy Gramophone_tipperary(wp)
{
action
{
Wp:PlaySoundWithLipsync("RadioMan\Normal\MC_RR_RAD IO_34", 0); # "Ahh... a British song."
Wp:PlaySoundWithLipsync("MCCD\Tipperary", 5.0); # ""
Wp:ExecuteCommand( "Gramophone_stop" );
Wp:PlayAnimationAndWait( "RR_RADIO_A_GRAMOPHONE" );
Wp:ScriptCompleted();
}
}

Torpedo