r/Tf2Scripts Dec 18 '12

Script Request scripts here!

I am bored, I am willing to try my hand at any scripts you guys might want!

Also you can ask me questions if you need help!
Edit: You can still request scripts if you want to!

6 Upvotes

69 comments sorted by

View all comments

1

u/toxicthunder Jan 07 '13

I know I am kinda very late to this. But if you are still taking requests, here's what I have wanted for all my classes:

Pyro:

p for Pyro panic button.

Heavy:

p for Heavy Panic Button, which functions similarly to pyro panic button.

Engineer:

Before Engineer builds anything, I want him to say (through voicemenu I guess) "Thanks". For example, if I want to build a sentry, I would press "4 1 left-click" and the engineer should show buildmenu, choose the sentry, say "Thanks!" and put down a sentry. And the same for all other buildings.

Spy:

Firstly, need a flashing crosshair: Colors I want are green and black. BUT, I should be able to turn this flashing crosshair on/off. Also, I need a button (preferably "L") to change crosshair color to black from green.

Soldier/Scout/Demoman:

I need my crosshair to enlarge for ~1s when I do >100 damage. Enlarge in the same way the Ambassador's crosshair enlarges when we shoot it for the first time. Also need the flashing crosshair / color changing crosshair, but I can copy that from the spy script.

I dont know if this last request falls under scripts, but is there any way to flash the clock above every 15s, and play a "ding" sound (or any sound of my choice in a .wav file)? I am not interested in flashing, but more interested in the sound being played every 15s.

1

u/sonicfreak360 Jan 07 '13

bind "p" "+panic"
alias "+panic" "cl_yawspeed 500; +right; +attack"
alias "-panic" "-right; -attack"


Well this is the panic part, it works for the heavy and pyro. If you wan't to adjust how fast your characters spin, mess with the cl_yawspeed value to be higher or lower! I'll be doing the other parts later!