Left 4 Dead 2

Left 4 Dead 2

Idle Reload Fix
11 Comments
skysky199  [author] 3 May @ 6:51am 
@Friendly Freemason

I reordered the code.
If that still isn't fixed, then there's nothing more I can do.
Faith Over Science 3 May @ 4:04am 
infinite pistol spawning bug when going idle with conflicting mods.
Evellyn 5 Mar @ 10:02am 
Oh, I thought I did. It was in a collection I use, but it's not there now. I swear I had subscribed to it. Lol sorry
skysky199  [author] 5 Mar @ 6:04am 
@Evellyn

Do you subscribe to lib collections?
Evellyn 4 Mar @ 2:33pm 
I think this mod doesn't work anymore, I can see a friend of mine still idle reloading, even with this subscribed on a local server.
Legoshi's Lover 9 Sep, 2024 @ 7:53am 
@Xeno :] No, my Witch retreats when someone is incapacitated and goes idle. I use Manacat's Witch mod.
(^^^) Xeno 9 Sep, 2024 @ 7:52am 
@Xenorvya

Manacat already fixed that
skysky199  [author] 9 Sep, 2024 @ 7:31am 
@Xenorvya

I don't know if it's doable, but I'll try.
Legoshi's Lover 8 Sep, 2024 @ 5:56pm 
Your bug and exploit fixes are good. If I can suggest, could you fix the bug where going IDLE when a Witch is mauling you (when you're incapacitated) causes her to retreat and run away, forgetting her target somehow.
skysky199  [author] 6 Sep, 2024 @ 11:15pm 
@Xeno :]

Add the code below in Line 102:

OnGameEvent_bot_player_replace = function (params)
{
local Client = GetPlayerFromUserID(params.player);
local Player = PlayerInstanceFromIndex(Client.GetEntityIndex());

Player.Stagger(Vector(0,0,0));
//You can change the Vector if you don't want to just stagger forward.
}
(^^^) Xeno 6 Sep, 2024 @ 10:23pm 
Add a stagger when the player returned back