Pure Pwnage [MLG] and Quake announcer soundpack addon 5150

S_hift

Veteran X
Veteran XX
Here are the PurePwnage, MLG montage parodies, and Quake Announcer sounds and cs file. should work with 1.4

its an add on for 5150 so the button keys are still the same, just added sounds. Requires 5150.zip

Does not require unzipping just place mlg140.zip into tribes/base/voices and the 5150.cs in tribes/config

make sure to add exec(5150.cs); to your autoexec.cs or custom script in the player info

sounds
http://br.thelandofoz.net/download/file.php?id=753
updated script
http://br.thelandofoz.net/download/file.php?id=752


also some more custom sounds for tribes
http://br.thelandofoz.net/download/file.php?id=737
 
well its not quite done yet. I goofed on the script file.


Edit: So I tried adding the play chat menu to 5150v2

I'm at line 1219 and I'm gettting an error in the console. "Error adding menu to PlayChatMenu"

So naturally I compare Old 1.3 chat menu to the 1.4 version and I see no difference at all

Here is the code (wont let me wrap it in CODE tags here)
http://www.mediafire.com/download/8culp5gds9f79sd/5150.cs
 
Last edited:
edit: so i looked at your file

most of the errors are in your MLG sounds because you're trying to bind the MLG sounds to ] which is already bound to Global 26

there's one somewhere before the MLG sounds that i don't care to find but its somewhere between global 23 and global 27

and the very last error you're binding to N twice in your animations menu
addPlayAnim("nWazzup", 0, zup5);
addPlayAnim("nHefer with Cheese", 0, hefer);
 
Last edited:
thanks groove!

that last bit tho with the nwazzup and nhefer must have already been there. I haven't messed with those lines. Just the part I added.

I'll use notepad++ to find the two ][ symbols gg thnx
 
Back
Top