Left 4 Dead 2

Left 4 Dead 2

Air Dash
 This topic has been pinned, so it's probably important
Interneted  [developer] 15 Jul, 2024 @ 8:22am
settings.cfg
If you have loaded a map at least once with this add-on installed, a settings.cfg file will be created into Left 4 Dead 2/left4dead2/ems/interneted_airdash

{ minHealth = 0 cooldown = 0 dashLimit = 2 resetCooldownOnGround = false useNesciusButtonBinder = false maxDashPerChapter = -1 impulseMultiplier = 600 }

Key
Type
Description
minHealth
integer/float or decimal
Minimum health of the survivor to dash.

Permanent and temporary health combined.

Make sure to use full stop instead of comma for decimal numbers, ex: 0.69420
cooldown
integer/float or decimal
The cooldown after each dash.

Put 0 or negative numbers for no cooldown. Make sure to use full stop instead of comma for decimal numbers, ex: 0.69420

Keep it mind that the game has a max tick rate of 30.
dashLimit
integer
How many times can the survivor dash while in the air?

Put negative numbers to dash infinitely in the air.
resetCooldownOnGround
boolean
Set this to true if you want to reset the cooldown of the dash when you hit the ground.
useNesciusButtonBinder
boolean
Utilizing Nescius' button binder base to bind a key to your preference.

Set this to true if you want to bind your own key, and then proceed to the last section of this discussion for further instructions.
maxDashPerChapter
integer
How many times can the survivor dash within a chapter/map?

It will be restored after a map transition, reset or a new loaded map.

Put negative numbers to dash infinitely.
impulseMultiplier
integer
How strong is the absolute velocity impulse of the dash?

It also allows for negative numbers, which flings you to the opposite direction of where you are currently facing. Putting 0 will make the survivors static for a split second.

The information is saved using steam id, so don't try to cheat. >:)

Don't change anything else inside the .cfg file, otherwise you would have to load a map with the add-on again to gain the default code or just copy the code above.

Using it in PvP gamemodes
The addon has functionality on all gamemodes and maps, but for PvP gamemodes like Versus it is automatically disabled by Valve.

To make it work in Versus on your local server, right-click on Left 4 Dead 2 in your steam library, select Properties, click on the Installed Files tab, then click on the Browse... button.
Go to left4dead2/cfg/ and open addonconfig.cfg with a text editor or Notepad.

Finally, edit this line:
"versus" "1"

Nescius' button binder base
Instructions:
  1. The host must subscribe this add-on.
    https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3236850215
  2. Then put this line in your autoexec.cfg or console, you can change the p to whatever button you like, the button is going to be used to dash. Other than alphabets and numbers, other special keys can be found here.
    bind p "setinfo nescmd interneted_airdash; taunt; nescmd 0"
    Make sure to use unbinded keys, using binded keys will replace your previous command on your binded keys.

    If you know what you are doing, you can try adding more commands to the bind or put it in your radial or client menu, if you want to.

    Keep it mind that this only applies to whoever set the command, not everyone.

  3. Press the whatever key you binded to dash.

  4. Happy dashing.
Last edited by Interneted; 1 Sep, 2024 @ 12:57am
< >
Showing 1-3 of 3 comments
lga56783 15 Aug, 2024 @ 4:36pm 
does the double jump conflicted the air dash cuz if i press p as default it dont work
Last edited by lga56783; 15 Aug, 2024 @ 4:36pm
Interneted  [developer] 16 Aug, 2024 @ 1:51am 
Did you set useNesciusButtonBinder to true?

If not, then press your walk button (default is SHIFT) to dash, otherwise you must follow the step on the 3rd header.
lga56783 16 Aug, 2024 @ 12:02pm 
ok now it works
< >
Showing 1-3 of 3 comments
Per page: 1530 50