• Cool Scripts Anyone?
    52 replies, posted
[QUOTE=DainBramageStudios;21489449][code]alias +sorrymate "slot3; taunt" bind p "+sorrymate"[/code][code]alias +flick "slot4; taunt" bind o "+flick"[/code]I don't know if these will work or not, I'm not very experienced at scripting. Also change the keybinds to whatever you want.[/QUOTE] [CODE]bind <key> "slot3; slot4; taunt"[/CODE]At least I think it works. [editline]11:05PM[/editline] If not, use this. [CODE]bind <key> "slot3; taunt" bind <key> "slot4; taunt"[/CODE] They have to be different keys though.
[QUOTE=MRTW113;21476481] I think I saw this on FPSbanana. Supposed to be great for the ambassador, but I think it froze when I used it (wrong server). Pity. Also, 4.75 is a crazy sensitivity. [/QUOTE] Yeah, I did take it from there. I saw it and it was one of the coolest and most unique scripts I've seen in ages.
Hey, is it possible to write a script that mutes everyone on the server? Sometimes I join a full 24 man server and there's either mic spamming or a bunch of people talking and I just want to mute everyone quickly because I'm listening to music.
[QUOTE=DainBramageStudios;21489449] [code]alias +flick "slot4; taunt" bind o "+flick"[/code] I don't know if these will work or not, I'm not very experienced at scripting. Also change the keybinds to whatever you want.[/QUOTE] It works, except when you're disguised or disguising [QUOTE=Eight Bit;21496411]Hey, is it possible to write a script that mutes everyone on the server? Sometimes I join a full 24 man server and there's either mic spamming or a bunch of people talking and I just want to mute everyone quickly because I'm listening to music.[/QUOTE] I think that's actually just a console command, but I'm afraid I don't know what it is. Could be wrong...
sv_voiceenable 0
[QUOTE=Zinayzen;21496686]sv_voiceenable 0[/QUOTE] That's a server command. The client version is either cl_voiceenable 0 or voice_enable 0 I can't remember which one though.
For spy, the command, "lastdisguise random" will disguise you to a new one. So it would be like pressing B for the first time in a game.
Is it possible to create a script that overpowers the voicemenu restriction (ie, use the voice commands too much = delayed commands)
Nope. That is hard coded in. No way to edit without a source mod script.
I use [code]// Spy Attack and Disguise // ======================= alias +spy_attackdisguise "+attack" alias -spy_attackdisguise "-attack; lastdisguise" bind "MOUSE1" +spy_attackdisguise[/code] except i'm fairly sure that's whats broken my ability to scroll forwards through different players while spectating (that also uses mouse1, and it says unbound where it should say mouse1 and i have no clue what the console command for it would be)
Bind y quit.
I talk little kids into binding explode to w.
[QUOTE=Lemonator;21517739]I talk little kids into binding explode to w.[/QUOTE] You should be really subtle about it. In their medic and soldier cfg: [code]bind "Mouse2" "explode; wait 50; snapshot; say I IZ FAILURE;"[/code] "I am fully ch-" BOOM *Click* They wasted an uber/buff banner, look stupid and they'll have another useless file sitting on their desktop Hmm...content! Quick Team-Helping Scripts: [b]Quick-Switch to Engie for tele upgrading[/b] [code]bind ";" "join_class engineer; say Upgrading your tele, engie!!"[/code] If you're the type that actually help your fellow engies by switching to engie at spawn and upgrading their teles, this script makes it faster/on the go. [b]Quick-Switch to Medic for quick healing[/b] [code]bind "'" "join_class medic; say Just a quick heal!"[/code] For things like arena, or 5pt cp you can switch to medic in the short waiting time at the beginning to help buff your team quickly and then switch back to whatever class you were. Time actually matters here, so binding is faster. FYI, these are binded to the two keys to the left of the ENTER key
[QUOTE=MRTW113;21518488][code]bind "Mouse2" "explode; wait 50; [B]snapshot;[/B] say I IZ FAILURE;"[/code][/QUOTE] It's "screenshot". And "I IZ FAILURE" should come before the screenshot so the SC captures it. [CODE]bind "Mouse2" "explode; say I IZ FAILURE; wait 50; screenshot"[/CODE] Fixed. [QUOTE=MRTW113;21518488][code]bind ";" "join_class engineer; [B][U]team[/U][/B]say Upgrading your tele, engie!!"[/code][/QUOTE] [QUOTE=MRTW113;21518488][code]bind "'" "join_class medic; [B][U]team[/U][/B]say Just a quick heal!"[/code][/QUOTE] Fix'd again.
[QUOTE=MRTW113;21476481] Also, 4.75 is a crazy sensitivity. [/QUOTE] Mouse sensitivity: 10.6 ???
I'm playing with 20 as sensitivity and driving fairly well :O
I play at ten i find anything lower stupid
20 sensitivity here, anything lower just feels disgusting.
[QUOTE=Darkomni;21528184]20 sensitivity here, anything lower just feels disgusting.[/QUOTE] I use 4.
[QUOTE=Ond kaja;21529101]I use 4.[/QUOTE] Same. I don't have a good mouse.
Mine is 2.6 or something. It's actually playable; my mouse must be weird.
So there is voicemenu # # Is there a way to make it a random call out? Like, by making the numbers random Just for the fun of spamming my players voice
Sorry, you need to Log In to post a reply to this thread.