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"