S3ti Posted March 20, 2014 Share Posted March 20, 2014 I was a little bored and had the idea of this hud-toggle-shooting script. And I can't say that it is really beneficial in any way, but maybe someone likes it What it does is blending out the whole hud except crosshair when shooting with the main weapon (smg/rifle/heavy) and blend in again when you stop shooting, with all other weaponbanks like needle and packs it will stay on. Keys are 1-7 for switching and Mouse1 (o rly) for shooting, you can just change them to your needs. It consists of 3 small config files. If you want to use it just place them in your game/mod folder and exec "binds.cfg" or add it to your autoexec. binds.cfg //---------------------------------[ binds ]----------------------------------// //weaponbank variables set knife "weaponbank 1; exec hudon.cfg" set pistol "weaponbank 2; exec hudon.cfg" set smg "weaponbank 3; exec hudoff.cfg" set grenade "weaponbank 4; exec hudon.cfg" set special1 "weaponbank 5; exec hudon.cfg" set special2 "weaponbank 6; exec hudon.cfg" set special3 "weaponbank 7; exec hudon.cfg" //knife bind 1 "vstr knife" //pistol bind 2 "vstr pistol" //smg bind 3 "vstr smg" //grenade bind 4 "vstr grenade" //special1 (needle, pliers..) bind 5 "vstr special1" //special2 (packs, dyna..) bind 6 "vstr special2" //special3 (adre) bind 7 "vstr special3" hudon.cfg set cg_draw2d "1" bind mouse1 "+attack" hudoff.cfg set hudon "+attack; cg_draw2d 0; set vstr hudoff" set hudoff "-attack; cg_draw2d 1; set vstr hudon" bind mouse1 "+vstr hudon hudoff" Configs for download hudtoggle.zip Quote Link to comment Share on other sites More sharing options...
Xernicus Posted March 20, 2014 Share Posted March 20, 2014 Hm, I like the idea. I'll give it a shot and see how it goes. Thanks for sharing! 1 Quote Link to comment Share on other sites More sharing options...
S3ti Posted March 20, 2014 Author Share Posted March 20, 2014 Hmm, ok tried it for a few hours and it's damn annoying somehow. Also it's weird when shooting distant enemies, if you can't see them going down behind obstacles e.g, you can't tell if the guy is down or not because there's no "You killed ..." on the screen instantly. Conclusion, I hate it Quote Link to comment Share on other sites More sharing options...
Shana Posted March 20, 2014 Share Posted March 20, 2014 Better change opacity than turning it off completly. Values 0.33 and 0.66 are nice Th3o Quote Link to comment Share on other sites More sharing options...
S3ti Posted March 20, 2014 Author Share Posted March 20, 2014 (edited) Better change opacity than turning it off completly. Values 0.33 and 0.66 are nice Th3o For Jaymod there are no cvars which can do that afaik, or do you know some? For ETPro yes, there are cvars which can change opacity for some hud elements. On Silent you can fully customize your HUD and that should be no problem at all (best feature ever imo). Well, I don't use it anyway Edited March 20, 2014 by S3ti Quote Link to comment Share on other sites More sharing options...
Shana Posted March 20, 2014 Share Posted March 20, 2014 Yes, there are some cvars for it Yeah I feel like it's useless Th3o Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.