Mygeeto vo follow me commands missing.
Posted: Tue Sep 15, 2009 2:28 pm
The voice commands for follow me etc, were missing from my map in gcw conquest, I realized it was because I was using the mygeeto GCW lua sounds. These have also been left out of the official Mygeeto map for the GCW era, and the f4 command has no corrosponding voice over. If anyone uses the Mygeeto lua GCW era for music and sounds, I suggest you take the first sound section from yavin or any other map otherwise the f4 command will be silent.
The first part of the GCW Mygeeto lua sound section is below:
This should be replaced by the below section, for the f4 command to have a corresponding vo:
The first part of the GCW Mygeeto lua sound section is below:
Code: Select all
musicStream = OpenAudioStream("sound\\global.lvl", "all_unit_vo_slow")
AudioStreamAppendSegments("sound\\global.lvl", "imp_unit_vo_slow", musicStream)
AudioStreamAppendSegments("sound\\global.lvl", "global_vo_slow", musicStream) Code: Select all
voiceSlow = OpenAudioStream("sound\\global.lvl", "all_unit_vo_slow")
AudioStreamAppendSegments("sound\\global.lvl", "imp_unit_vo_slow", voiceSlow)
AudioStreamAppendSegments("sound\\global.lvl", "global_vo_slow", voiceSlow)
voiceQuick = OpenAudioStream("sound\\global.lvl", "all_unit_vo_quick")
AudioStreamAppendSegments("sound\\global.lvl", "imp_unit_vo_quick", voiceQuick)