Left 4 Dead 2

Left 4 Dead 2

Staggering Melee Specials
 此主题已被置顶,因此可能具有重要性
Interneted  [开发者] 2023 年 11 月 2 日 上午 11:07
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/staggeringspecials

Here is the default code:
{ smoker_chance = 100 spitter_chance = 100 charger_chance = 100 hunter_chance = 100 jockey_chance = 100 boomer_chance = 100 }
You may change the chance values to the corresponding special infected.

NOTES
  • Make sure to put INTEGER values and do not put any other types, otherwise it will set the value automatically to 100 when invalid type is triggered.
  • FLOAT or decimal types will turn into an integer.
  • Putting values out of the boundary of 0 to 100 will clamp the value.
In case of other errors, 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"
to
"versus" "0"
最后由 Interneted 编辑于; 2024 年 3 月 21 日 上午 2:40
< >
正在显示第 1 - 2 条,共 2 条留言
senzawa 2024 年 1 月 26 日 下午 10:27 
Thanks, will be reading the source code to see how to use .cfg files since my method of editing the script is kind of clunky XDDD
Interneted  [开发者] 2024 年 1 月 28 日 上午 2:18 
引用自 senzawa
Thanks, will be reading the source code to see how to use .cfg files since my method of editing the script is kind of clunky XDDD

I recommend looking at my other cfg file related add-on or Shadowysn's, since this one is a little bit buggy on how it works, It's my first VScript add-on afterall lol.
最后由 Interneted 编辑于; 2024 年 1 月 28 日 上午 2:28
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50