View Single Post
Old 04-09-18, 04:27 AM   #2
Torpedo
Torpedoman
 
Torpedo's Avatar
 
Join Date: Jul 2006
Location: Treviso, Italy
Posts: 246
Downloads: 1064
Uploads: 0


Default

Quote:
Originally Posted by bstanko6 View Post
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

Last edited by Torpedo; 04-09-18 at 04:41 AM.
Torpedo is offline   Reply With Quote