Left 4 Dead 2

Left 4 Dead 2

Not enough ratings
(MSC) Zombie Damage Mod
   
Award
Favorite
Favorited
Unfavorite
Game Content: Scripts
File Size
Posted
Updated
5.047 KB
12 Jul, 2021 @ 2:31am
17 Jul, 2021 @ 12:18pm
2 Change Notes ( view )

Subscribe to download
(MSC) Zombie Damage Mod

In 1 collection by [FoRcE]army_guy3
(MSC) Scripts
33 items
Description
MSC_ID: MSC_ZombieDamageMod
Supports MSC_AUTOLOAD.

This is the 21st test script that runs on the Master Script Controller.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2203978515

This was a requested MSC script and is in alpha. This script will modify the zombie damage modifier for specific enemy types using the "ems/msc_sub_data/msc_zombiedamagemod.txt" file.

This file will be auto created when you run the script once.

Usage:


The file requires the format <zombie damage type> <space> <damage modifier> with one type per line

Example:

smoker 1.5
spitter_acid 7.5
tank_rock 0.1



Valid damage types are:

infected
smoker
boomer
hunter
spitter_melee
spitter_acid
jockey
charger
tank_melee
tank_rock
tank_prop
witch
fire
fall
world_damage
world_bleedout
all



The "world_bleedout" only stops the normal down state bleed out. The game does have a bug where pain pills will add temp health in rare circumstances so that will still go down sometimes.

the "all" prevents all damage to survivors minus damage type 0x0. The reason for this is it's required to slay with admin commands.



Changes will not take effect until new round.
7 Comments
󠁳⁧⁧ Playeroth 20 Sep, 2023 @ 9:02pm 
doesnt works. file is not created
Mirror System X 22 Apr, 2023 @ 11:10am 
Great.
[FoRcE]army_guy3  [author] 15 May, 2022 @ 3:38pm 
If I had to guess, I'd say your other mods are trying to use
ScriptMode_Init() callback.

Only one can exist out of all the mods.
Dalex 15 May, 2022 @ 8:12am 
This makes me unable to use several of my mods... I disable them and still when I try to use this. It tells me the command does not exist. why does that happen? is it by admin menu?
[FoRcE]army_guy3  [author] 10 Aug, 2021 @ 9:13am 
This has been reported but I have no idea how to fix it or where to even start looking.

I've tried to recreate this issue multiple times but haven't had any luck.

What OS are you using?

Do you mean it crashes on loading screen? If yes then about what % does it crash?

If you disable all other addons other than just the MSC, then clear your addons directory, Does it still crash?

Most vscript addons on the workshop have a high chance to interfere with each other. Can you give me a list of your addons you use?
Eggman 10 Aug, 2021 @ 4:24am 
you got a bug in your addon when starting the map the game stops but i finally stopped it by pressing the window button so can you fix the bug?
[FoRcE]army_guy3  [author] 17 Jul, 2021 @ 12:20pm 
new update released.

Added new damage types.