|
|
#31 | ||||||||||||||
|
CommFT Mentor Admin
Join Date: Oct 2009
Location: California
Posts: 645
|
after trying out this script, i'm realizing it's a lot different than what i had before.
before: old school healing + valve option to continue healing after letting go of mouse1. when you click mouse 1, it stops healing and begins healing a person IF your xhair is over them. if not, it stops healing. now: new shdw puppet bind + valve option to continue healin after letting go of mouse1. when you click mouse 1, it stops healing a person and immediately continues healing so that all you have to do is move your xhair over the next person. is this new version really that much better? does valve's autoheal really lag that much? i can't really get used to this new way of healing it's messing me up |
||||||||||||||
|
|
0
|
||||||||||||||
|
|
#32 | ||||||||||||||
|
Member
Join Date: Jun 2010
Posts: 51
|
that could be bad couldn't it? times when you want to keep heals/ubers on a particular player who is lit but someone happens to step in the way and you flash them unintentionally. unless i've misunderstood something.
|
||||||||||||||
|
|
0
|
||||||||||||||
|
|
#33 | ||||||||||||||
|
CommFT Mentor Admin
Join Date: Oct 2009
Location: California
Posts: 645
|
exactly the issue i was having. it's too imprecise when theres a large group of people
|
||||||||||||||
|
|
0
|
||||||||||||||
|
|
#34 | ||||||||||||||
|
Senior Member
Join Date: Jun 2010
Location: England
Posts: 112
|
Thanks shdw. :D
|
||||||||||||||
|
|
0
|
||||||||||||||
|
|
#35 | ||||||||||||||
|
Member
Join Date: Apr 2010
Location: Chicago, IL
Posts: 42
|
Because I'm a bored nerd, I took a lot of the things from this thread along with chris' medic config, and have this as a result. This is for those of us not cool enough for a four-button mouse.
__________________________ //Autoreload off cl_autoreload 0 //Autoheal alias "+heal" "-attack;slot2;spec_next" alias "-heal" "+attack" alias syringegun "slot1;-attack;bind mouse1 "+attack"" alias medigun "slot2;bind mouse1 "+heal"" alias bonesaw "slot3;-attack;bind mouse1 "+attack"" //Fake Uber alias "fakeuber" "voicemenu 1 7;say_team "*** FAKED CHARGE ***"" //Uber Pop alias "+charge" "+attack2;slot2;dropitem;say_team "*** CHARGE USED ***";voicemenu 0 0;autocall_initial" alias "-charge" "-attack2" // Auto call changer alias "autocall_initial" "hud_medicautocallersthreshold "50"" alias "autocall_temp" "hud_medicautocallersthreshold "150"" alias "+autocall_temp_hit" "autocall_temp" alias "-autocall_temp_hit" "autocall_initial" //Binds bind 1 "syringegun" bind 2 "medigun" bind 3 "bonesaw' bind q "fakeuber" bind mouse2 "+charge" bind e "+autocall_temp_hit" bind t "+reload" __________________________ The binds are mostly personal preference, they can be set to whatever. This is just what works best for me. To reset it, put these in the other class cfgs __________________________ //Reset medic config -attack //if you switch classes with the medigun out it carries the +attack over, this just makes it easier cl_autoreload 1 unbind t bind 1 "slot1" bind 2 "slot2" bind 3 "slot3" bind mouse1 "+attack" bind mouse2 "+attack2" bind e "voicemenu 0 0" unbind q __________________________ The autoreload can be changed depending on preference. I have it off on spy :D EDIT: By the way, the autoheal here doesn't automatically switch when someone walks in front of you. It stays on the person you had previously until you click again or they go out of range, in which case it seeks a new person. I also figured out how to have the needles/saw not spam when you switched to them, so you just attack with those normally. The autocall thing is pretty cool, it shows you where all your teammates are with the little autocall icons, just hold down the button (e here) to pull it up. Last edited by Wolfy; 02-03-2011 at 10:07 AM. |
||||||||||||||
|
|
0
|
||||||||||||||
|
|
#36 | ||||||||||||||
|
Junior Member
Join Date: Aug 2010
Posts: 6
|
I have similar config and sometimes when I die/respawn - I have +attack on my mouse1 instead of cool heal aliases so I need to press some binds to make it work again (but I spawn with medigun...). Did you ever have this problem?
|
||||||||||||||
|
|
0
|
||||||||||||||
|
|
#37 | ||||||||||||||
|
Member
Join Date: Apr 2010
Location: Chicago, IL
Posts: 42
|
yeah, but a quick cycle through the three weapons that I usually spam fixes it most of the time
also put a -attack in the reset, ended up happening to me today haha. This is a very new thing, so there's gonna be hitches |
||||||||||||||
|
|
0
|
||||||||||||||
|
|
#38 | ||||||||||||||
|
Member
Join Date: Sep 2010
Posts: 95
|
Just tried that config out and it was horrible, the auto heal worked maybe one in 3 lives which is a good thing since when it was working it was horrible to use. It was impossible in closely packed choke points to pick out urgent heal targets with the beam tending to follow the person you were previously healing even facing away from them towards the new target while spamming M1. Then there's the glitches it caused where any of my classes might suddenly start spamming attack with no possible way to stop it (despite all the counter scripts being installed.)
I've kept the pop uber and fake uber binds in but ditched the rest and I think I'll be sticking with that from now on. |
||||||||||||||
|
|
0
|
||||||||||||||
|
|
#39 | ||||||||||||||
|
Member
Join Date: May 2010
Posts: 79
|
My med config is a mix of Chris's Med Config and some personal stuff
alias "autocall_initial" "hud_medicautocallersthreshold "50"" // Initial autocall percentage alias "autocall_temp" "hud_medicautocallersthreshold "150"" // Autocall percentage when getting out blutsauger/syringe alias "+autocall_temp_hit" "autocall_temp" alias "-autocall_temp_hit" "autocall_initial" // Fake charge and notification alias "fakeuber" "voicemenu 1 7; say_team "*** FAKED CHARGE, I HOPE THEY BELIEVE THIS ***"" // Mask calls alias "maskuber" "voicemenu 0 6; say_team "*** CHARGE READY, HOPE I DONT DROP IT ***"" //Syringe or Crossbow alias "+primary" "slot1;+attack;-reload;+autocall_temp_hit" alias "-primary" "slot2;-attack" //Bonesaw or Ubersaw alias "+melee" "slot3;r_drawviewmodel 1" alias "-melee" "r_drawviewmodel 0;slot2" //Uber Pop alias "+uber" "+attack2;slot2;dropitem;say_team "*** UBER POPPED, GO GET THEM ***";voicemenu 0 0;autocall_initial" alias "-uber" "-attack2" // Binds bind "mouse5" "fakeuber" bind "mouse2" "+uber" bind "z" "maskuber" bind "ctrl" "+primary" bind "mouse3" "+melee" I use r_drawviewmodel 1 for melee just cause I can't tell if I'm even hitting or not, so view models turn on while mouse3 is held down and turns off again when mouse3 is released |
||||||||||||||
|
|
0
|
||||||||||||||
|
|
#40 | ||||||||||||||
|
Member
Join Date: Apr 2010
Location: Chicago, IL
Posts: 42
|
The autoheal doesn't ever fail for me, hm. The best way to get a new target with that is to hold mouse1 down for a bit longer than you think, then it stops healing the first person, freeing you to get the second. It takes a bit of getting used to but I think it's a better way to heal. On the spamming attack, did you have the reset with -attack in it? And even if it fails, just typing -attack in console fixes it.
Thanks to me being stupid, I had the wrong thing for rebinding the medic call in the reset :< it's fixed now Last edited by Wolfy; 02-03-2011 at 10:09 AM. |
||||||||||||||
|
|
0
|
||||||||||||||
|
|
#41 | |||||||||||||||
|
CommFT Writer/Mentor
Join Date: Nov 2009
Posts: 508
|
here is mine, mostly Chris' with some minor changes
Quote:
|
|||||||||||||||
|
|
0
|
|||||||||||||||
|
|
#42 | |||||||||||||||
|
CommFT Mentor
Join Date: Aug 2009
Posts: 194
|
Quote:
Here if any of you want my mess.
__________________
-tragic. |
|||||||||||||||
|
|
0
|
|||||||||||||||
|
|
#43 | ||||||||||||||
|
Senior Member
Join Date: Feb 2010
Posts: 273
|
I dont use auto heal.
|
||||||||||||||
|
|
0
|
||||||||||||||
|
|
#44 | |||||||||||||||
|
Junior Member
Join Date: Aug 2010
Posts: 6
|
Quote:
I spawn with medigun (so I should have died with it and with script on) but autoheal script is off. It's like usual medigun with no autoheal at all. Why would it switch off while I'm dead... And only hapens sometimes, usually it's ok. Well, whatever. |
|||||||||||||||
|
|
0
|
|||||||||||||||
|
|
#45 | ||||||||||||||
|
Member
Join Date: May 2010
Location: Rockville, Maryland
Posts: 36
|
The first time I tried to set myself up with an autoheal script, I basically destroyed my entire config trying to fix everything. I like the result I would get of automatically healing when I point at somebody and clicking to switch to another, but I didn't figure out how to make it exclusive to medic before I did enough to forget what I had bound to what. Kind of scared to try to set it up again.
|
||||||||||||||
|
|
0
|
||||||||||||||
|
|
#46 | ||||||||||||||
|
Senior Member
Join Date: Jun 2010
Location: England
Posts: 112
|
No config, no breaks, predictability ensues.
??? Profit. |
||||||||||||||
|
|
0
|
||||||||||||||
|
|
#47 | ||||||||||||||
|
Junior Member
Join Date: Jul 2010
Location: Cincinnati, OH
Posts: 27
|
I've tried using the auto-heal configs...but it's just really uncomfortable for me. Manual is the way to go. Sure, I might mess up healing orders from time to time, but it's an easy fix and far more reliable in my opinion.
|
||||||||||||||
|
|
0
|
||||||||||||||
|
|
#48 | ||||||||||||||
|
Member
Join Date: Oct 2009
Posts: 74
|
Don't really like the auto heal, I feel I have more/better control with manual.
Whether you use auto or not is really just preference, the Valve auto is pretty bad, though; so, if you want auto heal, use someone's script. |
||||||||||||||
|
|
0
|
||||||||||||||
|
|
#49 | ||||||||||||||
|
Junior Member
Join Date: Feb 2011
Posts: 3
|
I just do it manually.
|
||||||||||||||
|
|
0
|
||||||||||||||
|
|
#50 | ||||||||||||||
|
Junior Member
Join Date: Feb 2011
Posts: 21
|
Ugh I don't understand any of this stuff I need to learn. Seems pretty complicated to have to have counter-scripts and stuff.
|
||||||||||||||
|
|
0
|
||||||||||||||
|
|
#51 | ||||||||||||||
|
Junior Member
Join Date: Mar 2011
Posts: 1
|
I agree with apex! Haha never tried much of that stuff before
|
||||||||||||||
|
|
0
|
||||||||||||||
|
|
#52 | ||||||||||||||
|
Senior Member
Join Date: Jun 2010
Location: England
Posts: 112
|
I've looked at getting into it, but I just prefer everything manual. No complications.
Also I'm good enough to not need assistance. But... yeah... ^.^ |
||||||||||||||
|
|
0
|
||||||||||||||
![]() |
| Thread Tools | |
| Display Modes | |
|
|