Left 4 Dead 2

Left 4 Dead 2

Infected can disarm survivors
43 comentarii
ponds34 3 aug. la 11:38 
You should add a setting to allow only special infected or common infected to disarm you, Its cool to have a tank disarm me whereas its annoying to lose my gun in the middle of a horde with nothing but a pistol to kill them
Geebanger0  [autor] 10 iul. la 3:41 
Ellis doesn't get stumbled there, he just runs away
withextradip 10 iul. la 0:12 
You should make the survivors stumble when they drop a weapon, similar to the video
rgawsome231 9 iul. la 18:21 
@Geebanger0

Many thanks for the explanation, I hope you have a fantastic night and good fortune on future projects!
Geebanger0  [autor] 9 iul. la 0:02 
If you get an error, it means that at some point during this the script failed. So long as it still otherwise works though, it's fine. Almost every script I make produces errors in console constantly. I don't know how/can't be bothered to make them in such a way that they don't produce the errors. The scripts still work perfectly fine otherwise, and most people don't check the console at all so they won't even know.

So yeah, unless the script doesn't work, you don't have to worry about the errors.
Geebanger0  [autor] 8 iul. la 23:59 
The function basically means this

When a player takes damage:
- Check which player it was who took the damage
- Check what damage type that player took. Every damage type has a corresponding number
- If the damage type equals 128 (which it should if a common infected hit the player):
-- Continue with the rest of the script
rgawsome231 8 iul. la 20:34 
Hey I don't know if you still watch over this mod but on line 117 to 122 which is this:

function OnGameEvent_player_hurt(event)
{
local victim = GetPlayerFromUserID(event.userid);
local damagetype = event.type;
if(damagetype == 128)

I think this is what causes error problems on my computer, as in the console it show it as "type is not a valid" something of this sort. I was wondering if you can explain what this function does and maybe review it to see if it happens on your end too.

Thank you for your time! :-3
Corveck (Fusion) 20 iun. la 22:42 
@an apocalypse fae It's not like anyone's asking you to download this lol
an apocalypse fae 16 iun. la 13:54 
i'd like to keep my reserve ammo :/
kouga 29 mai la 23:19 
is it possible to add a variable in the cfg to blacklist what weapons can be dropped?
SP-Calamitas 26 mai la 5:24 
thank you. i found it the mod causing it but, curiously, it seems this mod has an error actually


AN ERROR HAS OCCURED [the index 'type' does not exist]

CALLSTACK
*FUNCTION [OnGameEvent_player_hurt()] c:/program files (x86)/steam/steamapps/common/left 4 dead 2/left4dead2/addons/workshop/3396548149.vpk/scripts/vscripts/director_base_addon.nut line [120]
*FUNCTION [__RunEventCallbacks()] unnamed line [211]
*FUNCTION [__RunGameEventCallbacks()] unnamed line [218]

LOCALS
[victim] INSTANCE
[event] TABLE
[this] TABLE
[funcName] "OnGameEvent_player_hurt"
[idx] 11
[useTable] TABLE
[bWarnIfMissing] true
[globalTableName] "GameEventCallbacks"
[prefix] "OnGameEvent_"
[params] TABLE
[event] "player_hurt"
[this] TABLE
[params] TABLE
[event] "player_hurt"
[this] TABLE
kurochama 25 mai la 9:57 
@SP-Calamitas , the file is inside the vpk file. Use GCFScape tool to check what's inside the vpk file. The mod that has that error must be related to item drop mechanisms.
SP-Calamitas 25 mai la 9:42 
thanks for the insight. how would i go about doing this? using wiztree i cant seem to find a file with that name or a folder called vscripts
kurochama 25 mai la 6:58 
@SP-Calamitas , I think you mistook it for other mod. I checked this mod, & this mod didn't use "weapon_drop". The clue is on that " scripts/vscripts/DropDaGun.nut ". This mod uses "director_base_addon.nut" so if there's an error, the error would be like this instead: " scripts/vscripts/director_base_addon.nut ".
So, the error in your case is caused by other mod. You need to find the mod that uses that "DropDaGun.nut".
SP-Calamitas 25 mai la 5:12 
yes but this error pops up in the console
Geebanger0  [autor] 24 mai la 15:53 
does the script still work?
SP-Calamitas 24 mai la 7:23 
error

AN ERROR HAS OCCURED [the index 'propid' does not exist]

CALLSTACK
*FUNCTION [OnGameEvent_weapon_drop()] scripts/vscripts/DropDaGun.nut line [81]
*FUNCTION [__RunEventCallbacks()] unnamed line [211]
*FUNCTION [__RunGameEventCallbacks()] unnamed line [218]

LOCALS
[player] INSTANCE
[params] TABLE
[this] TABLE
[funcName] "OnGameEvent_weapon_drop"
[idx] 3
[useTable] TABLE
[bWarnIfMissing] true
[globalTableName] "GameEventCallbacks"
[prefix] "OnGameEvent_"
[params] TABLE
[event] "weapon_drop"
[this] TABLE
[params] TABLE
[event] "weapon_drop"
[this] TABLE
kouga 15 mai la 11:50 
go for it dude itd be funny
Geebanger0  [autor] 15 mai la 3:40 
oh ok. I dont know how to prevent a stagger, but i can make the second thing
kouga 15 mai la 1:29 
what? oh nah sorry for the confusion. my request is completely unrelated to this mod; i was thinking to prevent the player from staggering when on green (or whatever health in cfg). but the thought of infected smacking the survivors around sounds hilarious too.
Geebanger0  [autor] 15 mai la 0:50 
so the same as this but with stagger instead of dropping your gun?
kouga 14 mai la 23:31 
is alr....instead how about a mod that only allows you to get staggered when ur below a certain (configurable) amount of health?
Geebanger0  [autor] 14 mai la 21:36 
well... nah. I could do it. I just didnt see much point is all
kouga 14 mai la 21:30 
darn nvm then
Geebanger0  [autor] 14 mai la 20:54 
i could but itd take ages
kouga 14 mai la 20:45 
can you add a configurable setting to tweak which weapons can get dropped or not?
Bubonic Cheese Crust 8 mai la 18:19 
Only thing I gotta say about this mod: Dicks.
Ngl, got the Nightmare collection with this mod and I was so thrown back by my sudden missing gun. I mean, I love it, but damn, half the time I didn't know where my gun was. Still a solid 10/10.
Geebanger0  [autor] 2 mai la 14:13 
yeah it should work
Vals 2 mai la 12:54 
NEORETROGAMING 16 mart. la 21:14 
Thx ! I love the idea and i need that ! But for consistency with other mod as well as for QoL would it be possible to add an indication on the HUD to have a marker where the weapon is located (like in "current item drop on immobilization") ?
an apocalypse fae 12 mart. la 14:20 
pretty sure it's broken or a conflict, it's occuring 100% of the time, but i love the idea
Geebanger0  [autor] 5 ian. la 9:49 
Much obliged
Specters Scream 5 ian. la 4:16 
I love these mods, keep em up man!
Look 4 ian. la 17:40 
Survivor dropping weapon.
Bots: Its free real estate
Plaid 𝐥ค∂ 3 ian. la 0:40 
@The Austrian Painter It is the default G3 sniper in the game or "Military Rifle", as they like to call it.
THE AUSTRIAN PAINTER 3 ian. la 0:07 
what gun is that ellis has
Acciuga Morta 2 ian. la 11:09 
I have something goofy in my mind, Make every single special have the knockback of a normal tank, that would be absolutely goofy. idk why but flying is funi. :steamhappy:
Geebanger0  [autor] 1 ian. la 21:24 
much obliged
Slipknot 1 ian. la 17:27 
geebanger really lives for his name, he makes banger mods like these
Plaid 𝐥ค∂ 31 dec. 2024 la 3:35 
YES! This will make my game much harder & balance more of my pros that I have in the game w/more cons. I need my difficulty to be much higher than expert, w/these small details.
Samuels' Chili Shop 30 dec. 2024 la 19:33 
Gee never fails to make bangers.
TimNPT0 30 dec. 2024 la 19:30 
this is some grim shit we got ourselves into
NasanNanayMo 30 dec. 2024 la 19:01 
The immerzion is real