Left 4 Dead 2
Infected can disarm survivors
43 comentarios
ponds34 3 AGO a las 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 JUL a las 3:41 
Ellis doesn't get stumbled there, he just runs away
withextradip 10 JUL a las 0:12 
You should make the survivors stumble when they drop a weapon, similar to the video
rgawsome231 9 JUL a las 18:21 
@Geebanger0

Many thanks for the explanation, I hope you have a fantastic night and good fortune on future projects!
Geebanger0  [autor] 9 JUL a las 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 JUL a las 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 JUL a las 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 JUN a las 22:42 
@an apocalypse fae It's not like anyone's asking you to download this lol
an apocalypse fae 16 JUN a las 13:54 
i'd like to keep my reserve ammo :/
kouga 29 MAY a las 23:19 
is it possible to add a variable in the cfg to blacklist what weapons can be dropped?
SP-Calamitas 26 MAY a las 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 MAY a las 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 MAY a las 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 MAY a las 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 MAY a las 5:12 
yes but this error pops up in the console
Geebanger0  [autor] 24 MAY a las 15:53 
does the script still work?
SP-Calamitas 24 MAY a las 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 MAY a las 11:50 
go for it dude itd be funny
Geebanger0  [autor] 15 MAY a las 3:40 
oh ok. I dont know how to prevent a stagger, but i can make the second thing
kouga 15 MAY a las 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 MAY a las 0:50 
so the same as this but with stagger instead of dropping your gun?
kouga 14 MAY a las 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 MAY a las 21:36 
well... nah. I could do it. I just didnt see much point is all
kouga 14 MAY a las 21:30 
darn nvm then
Geebanger0  [autor] 14 MAY a las 20:54 
i could but itd take ages
kouga 14 MAY a las 20:45 
can you add a configurable setting to tweak which weapons can get dropped or not?
Bubonic Cheese Crust 8 MAY a las 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 MAY a las 14:13 
yeah it should work
Vals 2 MAY a las 12:54 
NEORETROGAMING 16 MAR a las 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 MAR a las 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 ENE a las 9:49 
Much obliged
Specters Scream 5 ENE a las 4:16 
I love these mods, keep em up man!
Look 4 ENE a las 17:40 
Survivor dropping weapon.
Bots: Its free real estate
Plaid 𝐥ค∂ 3 ENE a las 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 ENE a las 0:07 
what gun is that ellis has
Acciuga Morta 2 ENE a las 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 ENE a las 21:24 
much obliged
Slipknot 1 ENE a las 17:27 
geebanger really lives for his name, he makes banger mods like these
Plaid 𝐥ค∂ 31 DIC 2024 a las 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 DIC 2024 a las 19:33 
Gee never fails to make bangers.
TimNPT0 30 DIC 2024 a las 19:30 
this is some grim shit we got ourselves into
NasanNanayMo 30 DIC 2024 a las 19:01 
The immerzion is real