Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
But if you just copy paste all the 2-3 comments together (top is optional), into a txt file, you can add a hold to fire script for pistols i find very nice to use! Just take notepad, copy paste the bottom 2 comments together to assemble the script, and save it as "autoexec.cfg" inside of \Steam\steamapps\common\Left 4 Dead 2\left4dead2\cfg\ and it should work. (I know it sounds sus and fair. It's just how the script works, from the selective fire install faq"
This script lets you fire about 30 bullets in 3.6s on my 60 fps pc. The waits are done relative to your computer, and the dual pistols are supposed to max at 10 shots a second (3s a clip), i haven't had any luck going under 3.6s /30 shots tho. But it's fast vs 5-7s manual and saves your hands!
//(Mod1: Selective fire https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=154201435 By: LoadedAK47 , Alexandrovich , Gejsiv , Crowbait , GingaNinja , EvilJackCarver" )
// (Mod2: Rapid fire by Oskin ( https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=207546057
// NOTE: If you will get Press [?] to play on a bot on online, just press q to rebind m1 to normal fire so you can play normally in coop.
// To install this, you need to copy paste this file into notepad, save as all types "autoexec.cfg",
// and place it in your local files \Steam\steamapps\common\Left 4 Dead 2\left4dead2\cfg\ files saved as autoexec.cfg.
// Selective fire has great notes on installing these ! https://steamhost.cn/steamcommunity_com/workshop/filedetails/discussion/154201435/1489992080524775187/
// If it installed properly, you should see a green/yellow crosshair, and be able to hear a sound when clicking q.
alias doauto "bind mouse1 +attack; normalcross"
alias doburst "bind mouse1 +burst; burstcross" // Red Burst
// Auto fire, by Oskin
alias "+burst" "alias 3 +2; +2"
alias "+2" "+attack; wait 3; -2" // Fire rates, your fire rate might depend on your fps, feel free to fiddle with them to go faster or slower.
alias "-2" "-attack; wait 2; 3"
alias "3" "+2"
alias "-burst" "alias 3 -attack"
// Normal and hold2fire Options
alias firetoggle setfirefull
alias setfirefull "doauto; alias firetoggle setfireburst" //
alias setfireburst "doburst; alias firetoggle setfirefull" // Red pistol rapid fire
alias normalcross "cl_crosshair_blue 0; cl_crosshair_green 2255; cl_crosshair_red 255; -reload"
alias burstcross "cl_crosshair_red 0; cl_crosshair_blue 0; cl_crosshair_green 255; -reload"
//Weapon Switching Reset - Gejsiv , GingaNinja
bind 1 "doauto; normalcross; slot1"
bind 2 "doburst; burstcross; slot2" // Sets Pistols to autofire defaults
bind 3 "doauto; normalcross; slot3"
bind 4 "doauto; normalcross; slot4"
bind 5 "doauto; normalcross; slot5"
bind mwheelup "normal;normalcross; invprev"
bind mwheeldown "doauto;normalcross; invnext"
bind q "lastinv; doauto; normalcross; reload2"
//Key Binding
bind q "firetoggle; -burst; playgamesound Weapon_Scout.ClipLocked"
just a question:
there is a way to conjugate your Firing Speed Script,
with this :
alias fast_melee_swing_swap "slot5; wait 5; slot3; wait 5; slot2"
I am not an expert in coding but I think that the code "wait and slot"
they generate a terrible lag,
I don't know as if I was trying to use two different commands with the same mouse key.
You will understand what I mean.
Anyway thanks for the mod! XD.