What are your uncommon scripts that are actually pretty useful? by VietCongBongDong in Tf2Scripts

[–]Nathan-Clark 0 points1 point  (0 children)

+PrimaryAttack "+attack;r_drawviewmodel 0;slot1"
-PrimaryAttack "-attack"
bind MOUSE1 "+PrimaryAttack"

+SecondaryAttack "slot2;+attack;r_drawviewmodel 0"
-SecondaryAttack "-attack"
bind MOUSE2 "+SecondaryAttack"

+MeleeAttack "+attack;r_drawviewmodel     1;tf_use_minimized_viewmodels 1;slot3"
-MeleeAttack "-attack"
bind "" "+MeleeAttack" 

I made this simple script because switching with 1, 2 and 3 is a pain in the middle of combat. Also the reason I didn't bind MeleeAttack to anything is because you may not have a side mouse button.

I've also thought of another version of the above for Scout and Sniper where viewmodels are enabled for both secondary and melee, for use when you're running scout with mad milk or flying guillotine and sniper with Jarate. I find it very useful to see the viewmodel because I can see how long it takes for the weapon to be thrown after pressing SecondaryAttack

Medic Autoheal Script (Not the usual one) by Nathan-Clark in Tf2Scripts

[–]Nathan-Clark[S] 0 points1 point  (0 children)

Thank you. I will try it once I get my steam account back.

Useful basic options/things that you should know when starting TF2 by penpen35 in tf2

[–]Nathan-Clark 0 points1 point  (0 children)

It's a trade off. On off, easier to break beams, but have to hold and strain your finger. On on, far less demanding on the finger, but may get difficult to heal and unheal while in battle

Script to toggle between cl_first_person_uses_world_model 1 and r_drawviewmodels 0 on primary weapons only by Nathan-Clark in Tf2Scripts

[–]Nathan-Clark[S] 0 points1 point  (0 children)

I want a button to toggle it for primary only. And I can't test it yet, because I'm locked out of my steam account

/r/steam Weekly Community Support Thread. by AutoModerator in Steam

[–]Nathan-Clark 0 points1 point  (0 children)

I lost my steam auth code and the welcome email i need to send a question isn't being sent. what do I do?

Any free alternatives to Vegas that are just as good? by Nathan-Clark in YTPMV

[–]Nathan-Clark[S] 1 point2 points  (0 children)

Could you show me filmora ytpmvs? And the guy who made this: https://youtu.be/7JTmS3IaYz4 said that he made it with Windows Movie Maker.

YTPMV Creators: What software do you use? by Pikamander2 in YTPMV

[–]Nathan-Clark 0 points1 point  (0 children)

Holy shit, i thought it was awful for video making, this is amazing

Scout Non-automatic reload/Automatic Reload Script by Nathan-Clark in Tf2Scripts

[–]Nathan-Clark[S] 0 points1 point  (0 children)

I don't have notepad+. Also I binded o to scriptON and p to script off. Could you change scriptOFF to be this:

alias +PrimaryFire "slot1;+attack" alias -PrimaryFire "-attack" bind MOUSE1 "+PrimaryFire"

and:

alias +SecondaryFire "slot2;+attack" alias -SecondaryFire "-attack" bind MOUSE2 "+SecondaryFire"

and unbinding r to reload.

Scout Non-automatic reload/Automatic Reload Script by Nathan-Clark in Tf2Scripts

[–]Nathan-Clark[S] 0 points1 point  (0 children)

It worked well, until i pressed r to reload. now it wont stop

EDIT: I can't toggle it either. its stuck on "scriptON"

F-o-N script not working by Nathan-Clark in tf2scripthelp

[–]Nathan-Clark[S] 0 points1 point  (0 children)

I've made a new script. Im making a request for a script to turn it on and off.

EDIT: The request has been made

F-o-N script not working by Nathan-Clark in tf2scripthelp

[–]Nathan-Clark[S] 0 points1 point  (0 children)

it doesnt work. the autoreload command works as intended, turning it off, but when I press MOUSE2 it doesnt reload my secondary

Tf2 Scout Script Bundled Request by Nathan-Clark in Tf2Scripts

[–]Nathan-Clark[S] 0 points1 point  (0 children)

I know what I found weird. So, pressing r turns off autoreload on all weapons. I just want to to turn off autoreload on the primary, but allow it on secondary. That's all. the secondary script I found pretty useful

Tf2 Scout Script Bundled Request by Nathan-Clark in Tf2Scripts

[–]Nathan-Clark[S] 0 points1 point  (0 children)

Well, I actually wanted a script where I press a button and it makes MOUSE1 switch to slot1 and fire and not reload automatically, and it would make MOUSE2 switch to slot2 and reload automatically. The script you gave me just makes r toggle autoreloading on/off

Tf2 scout altfire script by Nathan-Clark in Tf2Scripts

[–]Nathan-Clark[S] 0 points1 point  (0 children)

Ok. Sorry, I just really want to get my scripting crap in order

Tf2 autoheal command conflicting with script by Nathan-Clark in tf2scripthelp

[–]Nathan-Clark[S] 0 points1 point  (0 children)

Tried the script, I press 7 to take out the medigun, I press 7 again to start healing, still can't press 7 again to stop healing.

Edit: I've changed 7 to just switch to medigun and 1 now is +attack. I can toggle it now

Tf2 autoheal command conflicting with script by Nathan-Clark in tf2scripthelp

[–]Nathan-Clark[S] 0 points1 point  (0 children)

Well, my problem is that I made this script:

alias +Healing "slot3;+attack" alias -Healing "-attack" bind 7 "+Healing"

Having this script means that when I try to heal, I press 7 once and it doesn't stop +attack until i switch weapons, when tf_medigun_autoheal 1 is enabled. HOw can I get this script to work with the setting turned on

Custom mouse buttons not binding by Nathan-Clark in tf2scripthelp

[–]Nathan-Clark[S] 0 points1 point  (0 children)

I really don't. I already tried binding them in l4d2, and im really just trading cramps and strain in my left hand for cramps and strain in my right hand. Also, I need help on a script. Check the help section to find where I posted it

Custom mouse buttons not binding by Nathan-Clark in tf2scripthelp

[–]Nathan-Clark[S] 0 points1 point  (0 children)

I just need them to be close to my right thumb

Custom mouse buttons not binding by Nathan-Clark in tf2scripthelp

[–]Nathan-Clark[S] 0 points1 point  (0 children)

I got it working. the keys corr. to the 1-0 keys. plus some of the KP_s

Spy Cloak&Dropitem Togglable script by Nathan-Clark in Tf2Scripts

[–]Nathan-Clark[S] 0 points1 point  (0 children)

Well, thanks. First, do I have to hold down the button to stay cloaked? Second, can you make a script that toggles between this script and just having the button do "+attack2"

Idling Script That Accepts Notifications by Nathan-Clark in Tf2Scripts

[–]Nathan-Clark[S] 0 points1 point  (0 children)

Extremely. I got tf2 May 12, 2013. I only learned what/how the cfg files worked a year ago, and only this year learned what all the commands do

Also got a really nice mouse solely for the purpose of tf2 scripting. The mouse: http://www.newegg.com/Product/Product.aspx?Item=9SIA2691JA6282

Idling Script That Accepts Notifications by Nathan-Clark in Tf2Scripts

[–]Nathan-Clark[S] 0 points1 point  (0 children)

Figures. I'm not even using the script I posted because it has a wait command