Raised This Month: $ Target: $400
 0% 

[L4D] Loading Bug Removal/ Door Lock


Post New Thread Reply   
 
Thread Tools Display Modes
jake84
Senior Member
Join Date: Jun 2010
Location: CA
Old 12-19-2011 , 09:11   Re: [L4D] Loading Bug Removal/ Door Lock
Reply With Quote #181

this dosn't crash my l4d server but sometimes the door gets stuck even after count down.
then i just reload the map and its fine.

Last edited by jake84; 12-19-2011 at 09:11.
jake84 is offline
Glide Loading
Member
Join Date: May 2010
Old 12-19-2011 , 09:32   Re: [L4D] Loading Bug Removal/ Door Lock
Reply With Quote #182

jake84 and Danny_l4d. Please specify, are you talking about original or my version of plugin

Last edited by Glide Loading; 12-19-2011 at 09:33.
Glide Loading is offline
Danny_l4d
Senior Member
Join Date: Feb 2010
Old 12-19-2011 , 15:27   Re: [L4D] Loading Bug Removal/ Door Lock
Reply With Quote #183

on l4d1 I am not getting your plugin to work, and I was talking about the original one, I know that one worked with coop game more then 4 players only problem was a while it was crashing the server more then normal.
Danny_l4d is offline
Glide Loading
Member
Join Date: May 2010
Old 12-20-2011 , 04:36   Re: [L4D] Loading Bug Removal/ Door Lock
Reply With Quote #184

Original version is not supported anymore.
AtomicStryker maintaining its l4d2 port from time to time. LINK but it for L4D2.
P.S. may be i can help you. Tell me, what do you mean by "not getting my version to work". ("errors", "just not working", or what).

Last edited by Glide Loading; 12-29-2011 at 12:00.
Glide Loading is offline
Danny_l4d
Senior Member
Join Date: Feb 2010
Old 12-23-2011 , 08:16   Re: [L4D] Loading Bug Removal/ Door Lock
Reply With Quote #185

I tried this on a 8 player coop and it seemed to work, only if I place this on my 18 player coop l4d1 it bugs, players float in the air, door cannot be opened, they cannot die and specials get massive HP and all kind of weird things
and no timer in anycase

Plugin loads normally and nothing in error logs.

maybe it bugs with the ammount of other plugins I have
Danny_l4d is offline
Glide Loading
Member
Join Date: May 2010
Old 01-21-2012 , 11:54   Re: [L4D] Loading Bug Removal/ Door Lock
Reply With Quote #186

UPDATE
- Optimized code related to door find\lock\unlock.
- Fixed manor bug related to door opening.
__________________
Glide Loading is offline
Glide Loading
Member
Join Date: May 2010
Old 02-05-2012 , 14:39   Re: [L4D] Loading Bug Removal/ Door Lock
Reply With Quote #187

UPDATE
- Re-added l4d2_dlock_startprevent (disabled by default). If enabled, versus round will not start until safe-room door become opened.
- Fixed bug related to l4d2_dlock_timeout cvar. (big thanks to Chronic1 for feedback and AtomicStryker for helping with fix.)
- Plugin requires a Left 4 Downtown 2 Extension and can't be used with l4d1.
__________________
Glide Loading is offline
Chronic1
SourceMod Donor
Join Date: Jun 2011
Old 03-31-2012 , 22:52   Re: [L4D] Loading Bug Removal/ Door Lock
Reply With Quote #188

Ok this edit gets rid of the huge FAILED message when a slow loader doesnt connect in time.


All i did was delete this code in the source of version 2.5b
Code:
		if(failed)
		{
			DrawPanelText(statusPanel, "FAIL");
			failed = 0;
			
			for(i = 1; i <= MaxClients; i++) 
			{
				if(IsClientConnected(i) && !IsFakeClient(i))
				{
					if(!isClientLoading[i] && clientTimeout[i] < timelimit)
					{
						failed++;
						Format(readyPlayers, sizeof(readyPlayers), "->%d. %N", failed, i);
						DrawPanelText(statusPanel, readyPlayers);
					}
				}
			}
		}
Attached Files
File Type: sp Get Plugin or Get Source (l4d2_doorlock.sp - 242 views - 17.9 KB)
__________________

Last edited by Chronic1; 03-31-2012 at 23:31.
Chronic1 is offline
mugen
Member
Join Date: Jun 2010
Old 04-02-2012 , 14:16   Re: [L4D] Loading Bug Removal/ Door Lock
Reply With Quote #189

if i use this plugin nobody can throw molotovs vormitars pipebombs on my coop server
mugen is offline
Glide Loading
Member
Join Date: May 2010
Old 04-03-2012 , 10:54   Re: [L4D] Loading Bug Removal/ Door Lock
Reply With Quote #190

Quote:
Originally Posted by mugen View Post
if i use this plugin nobody can throw molotovs vormitars pipebombs on my coop server
It's not related to this plugin.
__________________
Glide Loading is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 22:05.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode