Voice Chats


(MADDOG) #1

I made some voice chats for ET and added them to the scripts and the UI wm_quickmessage. But when i go and try to play with them some work and some don’t!

The Taunts work except for number 4 and 5 the text shows up but the voice dosn’t
The squad commands don’t work at all!

Please help me out! I checked all the numbering on the voicechats and they match the script!

Here is what i have for the wm_quickmessage

QM_MENU_START( “wm_quickmessage” )

QM_MENU_ITEM_TEAM( 	"S. Statements", 	close wm_quickmessage; 		open wm_quickstatements, 	"s", 0 )
QM_MENU_ITEM_TEAM( 	"R. Requests", 		close wm_quickmessage; 		open wm_quickrequests, 		"r", 1 )
QM_MENU_ITEM_TEAM( 	"C. Commands", 		close wm_quickmessage; 		open wm_quickcommand, 		"c", 2 )
QM_MENU_ITEM_TEAM( 	"T. Talk",		close wm_quickmessage;	 	open wm_quickmisc, 		"t", 3 )
QM_MENU_ITEM( 		"G. Global",	 	close wm_quickmessage; 		open wm_quickglobal, 		"g", 4 )
QM_MENU_ITEM_TEAM( 	"S. Squad", 		close wm_quickmessage;  	open wm_quicksquad,		"f", 5 )
QM_MENU_ITEM_TEAM( 	"O. Objectives", 	close wm_quickmessage; 		open wm_quickobjectives, 	"o", 6 )
QM_MENU_ITEM( 		"E. Extra",	 	close wm_quickmessage; 		open wm_quickextra, 		"e", 8 )

QM_MENU_END

QM_MENU_START( “wm_quickglobal” )

QM_MENU_ITEM( "Y. Yes",				exec "VoiceChat Affirmative"; 	close wm_quickglobal, 	"y", 0 )
QM_MENU_ITEM( "N. No",				exec "VoiceChat Negative"; 		close wm_quickglobal, 	"n", 1 )
QM_MENU_ITEM( "W. Taunts",		close wm_quickglobal; 		open wm_quicktaunts, 	"t", 2 )
QM_MENU_ITEM( "H. Hi",				exec "VoiceChat Hi"; 			close wm_quickglobal, 	"h", 3 )
QM_MENU_ITEM( "B. Bye",				exec "VoiceChat Bye"; 			close wm_quickglobal, 	"b", 4 )
QM_MENU_ITEM( "S. Great Shot",		exec "VoiceChat GreatShot"; 	close wm_quickglobal, 	"s", 5 )
QM_MENU_ITEM( "C. Cheer",			exec "VoiceChat Cheer"; 		close wm_quickglobal, 	"c", 6 )
QM_MENU_ITEM( "G. More Globals",	close wm_quickglobal;			open wm_quickglobal2, 	"g", 7 )

QM_MENU_END

QM_MENU_START( “wm_quicktaunts” )

QM_MENU_ITEM( "I. I think the Americans are all out of real men!",		exec "VoiceChat IThinkTheAmericansAreAllOutOfRealMen";	close wm_quicktaunts, 	"I", 0 )
QM_MENU_ITEM( "v. I've seen French school girls shoot better!",			exec "VoiceChat I'veSeenFrenchSchoolGirlsShootBetter"; 	close wm_quicktaunts, 	"V", 1 )
QM_MENU_ITEM( "S. Is that all you got?",					exec "VoiceChat IsThatAllYouGot"; 			close wm_quicktaunts, 	"S", 2 )
QM_MENU_ITEM( "Y. You mess with the best, you die like the rest.",		exec "VoiceChat YouMessWithTheBestYouDieLikeTheRest"; 	close wm_quicktaunts, 	"Y", 3 )
QM_MENU_ITEM( "W. Who wants some more?",					exec "VoiceChat WhoWantsomeMore";			close wm_quicktaunts, 	"W", 4 )
QM_MENU_ITEM( "T. They're a bunch of cowards!",					exec "VoiceChat They'reABunchOfCowards";		close wm_quicktaunts, 	"T", 5 )
QM_MENU_ITEM( "G. You guys stink!",						exec "VoiceChat YouGuysStink";				close wm_quicktaunts, 	"G", 6 )

QM_MENU_END

QM_MENU_START( “wm_quicksquad” )

QM_MENU_ITEM_TEAM( "M. Move In",		exec "VoiceChat MoveIn";	close wm_quicksquad, 	"M", 0 )
QM_MENU_ITEM_TEAM( "F. Fall Back",		exec "VoiceChat FallBack"; 	close wm_quicksquad, 	"F", 1 )
QM_MENU_ITEM_TEAM( "A. Attack Left Flank",		exec "VoiceChat AttackLeftFlank"; 		close wm_quicksquad, 	"A", 2 )
QM_MENU_ITEM_TEAM( "A. Attack Right Flank",		exec "VoiceChat AttackRightFlank"; 	close wm_quicksquad, 	"A", 3 )
QM_MENU_ITEM_TEAM( "S. Split Up",		exec "VoiceChat SplitUp";		close wm_quicksquad, 	"S", 4 )
QM_MENU_ITEM_TEAM( "R. Regroup",		exec "VoiceChat Regroup";		close wm_quicksquad, 	"R", 5 )
QM_MENU_ITEM_TEAM( "C. Covering Fire",	exec "VoiceChat CoveringFire";		close wm_quicksquad, 	"C", 6 )

QM_MENU_END

Here is the wm_quickmessangeALT

QM_MENU_START( “wm_quickmessageAlt” )

QM_MENU_ITEM_TEAM( 	"1. Statements", 	close wm_quickmessageAlt; 	open wm_quickstatements_alt, 	"1", 0 )
QM_MENU_ITEM_TEAM( 	"2. Requests", 		close wm_quickmessageAlt; 	open wm_quickrequests_alt, 	"2", 1 )
QM_MENU_ITEM_TEAM( 	"3. Commands", 		close wm_quickmessageAlt; 	open wm_quickcommand_alt, 	"3", 2 )
QM_MENU_ITEM_TEAM( 	"4. Talk",		close wm_quickmessageAlt; 	open wm_quickmisc_alt, 	"4", 3 )
QM_MENU_ITEM( 		"5. Global",	 	close wm_quickmessageAlt; 	open wm_quickglobal_alt, 	"5", 4 )
QM_MENU_ITEM_TEAM( 	"6. Squad", 		close wm_quickmessageAlt; 	open wm_quicksquad_alt,	"6", 5 )
QM_MENU_ITEM_TEAM( 	"7. Objectives", 	close wm_quickmessageAlt; 	open wm_quickobjectives_alt, 	"7", 6 )
QM_MENU_ITEM( 		"8. Extra",	 	close wm_quickmessageAlt; 	open wm_quickextra_alt,		"8", 7 )

QM_MENU_END

QM_MENU_START( “wm_quickglobal_alt” )

QM_MENU_ITEM( "1. Yes",				exec "VoiceChat Affirmative"; 	close wm_quickglobal_alt, 	"1", 0 )
QM_MENU_ITEM( "2. No",				exec "VoiceChat Negative"; 		close wm_quickglobal_alt, 	"2", 1 )
QM_MENU_ITEM( "3. Taunts",		close wm_quickglobal_alt; 		open wm_quicktaunts_alt, 	"3", 2 )
QM_MENU_ITEM( "4. Hi",				exec "VoiceChat Hi"; 			close wm_quickglobal_alt, 	"4", 3 )
QM_MENU_ITEM( "5. Bye",				exec "VoiceChat Bye"; 			close wm_quickglobal_alt, 	"5", 4 )
QM_MENU_ITEM( "6. Great Shot",		exec "VoiceChat GreatShot"; 	close wm_quickglobal_alt, 	"6", 5 )
QM_MENU_ITEM( "7. Cheer",			exec "VoiceChat Cheer"; 		close wm_quickglobal_alt, 	"7", 6 )
QM_MENU_ITEM( "8. More Globals",	close wm_quickglobal_alt;		open wm_quickglobal2_alt, 	"8", 7 )

QM_MENU_END

QM_MENU_START( “wm_quicktaunts_alt” )

QM_MENU_ITEM( "1. I think the Americans are all out of real men!",		exec "VoiceChat IThinkTheAmericansAreAllOutOfRealMen";	close wm_quicktaunts_alt, 	"1", 0 )
QM_MENU_ITEM( "2. I've seen French school girls shoot better!",			exec "VoiceChat I'veSeenFrenchSchoolGirlsShootBetter"; 	close wm_quicktaunts_alt, 	"2", 1 )
QM_MENU_ITEM( "3. Is that all you got?",					exec "VoiceChat IsThatAllYouGot"; 			close wm_quicktaunts_alt, 	"3", 2 )
QM_MENU_ITEM( "4. You mess with the best, you die like the rest.",		exec "VoiceChat YouMessWithTheBestYouDieLikeTheRest"; 	close wm_quicktaunts_alt, 	"4", 3 )
QM_MENU_ITEM( "5. Who wants some more?",					exec "VoiceChat WhoWantsomeMore";			close wm_quicktaunts_alt, 	"5", 4 )
QM_MENU_ITEM( "6. They're a bunch of cowards!",					exec "VoiceChat They'reABunchOfCowards";		close wm_quicktaunts_alt, 	"6", 5 )
QM_MENU_ITEM( "7. You guys stink!",						exec "VoiceChat YouGuysStink";				close wm_quicktaunts_alt, 	"7", 6 )

QM_MENU_END

QM_MENU_START( “wm_quicksquad_alt” )

QM_MENU_ITEM_TEAM( "1. Move In",		exec "VoiceChat MoveIn";	close wm_quicksquad_alt, 	"1", 0 )
QM_MENU_ITEM_TEAM( "2. Fall Back",		exec "VoiceChat FallBack"; 	close wm_quicksquad_alt, 	"2", 1 )
QM_MENU_ITEM_TEAM( "3. Attack Left Flank",		exec "VoiceChat AttackLeftFlank"; 		close wm_quicksquad_alt, 	"3", 2 )
QM_MENU_ITEM_TEAM( "4. Attack Right Flank",		exec "VoiceChat AttackRightFlank"; 		close wm_quicksquad_alt, 	"4", 3 )
QM_MENU_ITEM_TEAM( "5. Split Up",		exec "VoiceChat SplitUp";		close wm_quicksquad_alt, 	"5", 4 )
QM_MENU_ITEM_TEAM( "6. Regroup",		exec "VoiceChat Regroup";		close wm_quicksquad_alt, 	"6", 5 )
QM_MENU_ITEM_TEAM( "7. Covering Fire",	exec "VoiceChat CoveringFire";		close wm_quicksquad_alt, 	"7", 6 )

QM_MENU_END


(MADDOG) #2

Here is the voicechat script!

//////////////////////////////////////
// quickchat script for axis player //
// last edited by MADDOG 02/01/06 //
//////////////////////////////////////

male

/////////////////////
// wm_quicktaunts //
/////////////////////

IThinkTheAmericansAreAllOutOfRealMen
{
sound/chat/axis/59a.wav “I think the Americans are all out of real men!”
sound/chat/axis/59b.wav “I think the Americans are all out of real men!”
}

I’veSeenFrenchSchoolGirlsShootBetter
{
sound/chat/axis/60a.wav “I’ve seen French school girls shoot better!”
sound/chat/axis/60b.wav “I’ve seen French school girls shoot better!”
}

IsThatAllYouGot
{
sound/chat/axis/78a.wav “Is that all you got?”
sound/chat/axis/78b.wav “Is that all you got?”
}

YouMessWithTheBestYouDieLikeTheRest
{
sound/chat/axis/79a.wav “You mess with the best, you die like the rest.”
sound/chat/axis/79b.wav “You mess with the best, you die like the rest.”
}

WhoWantsomeMore
{
sound/chat/axis/61a.wav “Who wants some more?”
sound/chat/axis/61b.wav “Who wants some more?”
}

They’reABunchOfCowards
{
sound/chat/axis/62a.wav “They’re a bunch of cowards!”
sound/chat/axis/62b.wav “They’re a bunch of cowards!”
}

YouGuysStink
{
sound/chat/axis/63a.wav “You guys stink!”
sound/chat/axis/63b.wav “You guys stink!”
}

////////////////////
// wm_quicksquad ///
////////////////////

MoveIn
{
sound/chat/axis/64a.wav “Squad Move In!”
sound/chat/axis/64b.wav “Squad Move In!”
}

FallBack
{
sound/chat/axis/65a.wav “Squad Fall Back!”
sound/chat/axis/65b.wav “Squad Fall Back!”
}

LeftFlank
{
sound/chat/axis/66a.wav “Squad Attack Left Flank!”
sound/chat/axis/66b.wav “Squad Attack Left Flank!”
}

RightFlank
{
sound/chat/axis/67a.wav “Squad Attack Righ Flank!”
sound/chat/axis/67a.wav “Squad Attack Righ Flank!”
}

SplitUp
}
sound/chat/axis/68a.wav “Squad split Up!”
sound/chat/axis/68b.wav “Squad split Up!”
}

Regroup
{
sound/chat/axis/69a.wav “Squad Regroup!”
sound/chat/axis/69b.wav “Squad Regroup!”
}

CoveringFire
}
sound/chat/axis/70a.wav “Squad Covering Fire!”
sound/chat/axis/70b.wav “Squad Covering Fire!”
}


(P4nth3r) #3

They’reABunchOfCowards ?? I don’t think the ’ is very smart to use in a script.

But if it works i works, try and copy the code you added into a fresh wm_quickmessage file.
That sometimes works for me (don’t ask me why)

and nextime , just post the stuff you made not the whole f#cking file ^^

Greetz Panther aka Way2Evil


(MADDOG) #4

I tried that already! did not work! I posted the file as it was because I had to work on my car and did not want to waist time but i shortened it all down!


(IneQuation) #5

Braaawo, przenoszenie voice chatow z MoHAA. :nag: :moo:


(MADDOG) #6

Co nie lubicz ich?


(P4nth3r) #7

english plz


(IneQuation) #8

Nie, po prostu uwazam, ze to lamerskie. :nag:

Sorry, I just expressed my dissatisfaction for the idea of porting voice chats from Medal of Honor to ET. :moo:


(P4nth3r) #9

lol, np but try to keep it in english so everybody can follow it.
I think it should be his own choice to make any soundpack he like ^^ (so do I =P )

Greetz Panther aka Way2Evil


(KillerWhale) #10

Check the console at the start of a map for warning or error messages about the menu’s or the voicechat script.
You say the taunts work, so you checked with /vsay the voicechats work?


QM_MENU_ITEM_TEAM( "A. Attack Left Flank", exec "VoiceChat AttackLeftFlank"; close wm_quicksquad, "A", 2 )
QM_MENU_ITEM_TEAM( "A. Attack Right Flank", exec "VoiceChat AttackRightFlank"; close wm_quicksquad, "A", 3 ) 

Those are both binded to A in the same menu.
Also you define a QM_MENU_ITEM_TEAM but your using a global voicechat (“VoiceChat” instead of “VoiceTeamChat”), this shouldn’t matter for the menu but it might be something to look at.


(MADDOG) #11

Alright I fixed the taunts, they were in wrong audio format and some things in the wm_quickmessage were changed for the taunts to because of typing errors! But now the objective voice chats don’t work at all! And half the squad commands work! I looked through original wm and everything matches excpet the added taunts and squad commands!