Raised This Month: $51 Target: $400
 12% 

[EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown


Post New Thread Reply   
 
Thread Tools Display Modes
crasx
Member
Join Date: May 2011
Location: Lakewood, CO
Old 07-08-2013 , 23:13   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #501

I also had to fix this

PHP Code:
    /* Not an actual function,
               This rejects players when there are all full human players
               
               string "Human player limit reached (%d/%d)"
               
               deprecated on linux: This function checks GetMaxHumanPlayers 
                    on linux, so patching this to an unconditional jump 
                    removes a check on maxplayers.
               */
            
"HumanPlayerLimitReached"
            
{
                
"library"    "server"
                "linux"        "\x7E\x2A\x8B\x2A\x2A\x89\x2A\x2A\x2A\x8B\x2A\x2A\x89\x2A\x2A\x2A\x8B\x2A\x2A\x89\x2A\x2A\x2A\x8B\x2A\x2A\x89\x2A\x2A\x2A\x8B\x2A\x2A\x89\x2A\x2A\x2A\x8B\x2A\x2A"
                
/* linux: 7E ? 8B ? ? 89 ? ? ? 8B ? ? 89 ? ? ? 8B ? ? 89 ? ? ? 8B ? ? 89 ? ? ? 8B ? ? 89 ? ? ? 8B ? ? */
                
"windows" "\x7C\x2A\x8D\xA4\x24\x2A\x2A\x2A\x2A\x56\xE8\x2A\x2A\x2A\x2A\x83\xC4\x04\x85\xC0\x74\x2A\x8B\x10"
                
/* windows: 7C ? 8D A4 24 ? ? ? ? 56 E8 ? ? ? ? 83 C4 04 85 C0 74 ? 8B 10 */            
            

The only thing left for me is
Could not find DifficultyChanged signature

However, that function isn't referenced in the gamedata and I didn't see it in the hook inits
crasx is offline
RavenDan29
Veteran Member
Join Date: Sep 2009
Old 07-09-2013 , 03:50   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #502

Hi guys what works best for Linux servers atm, can you give us clear instructions step by step.
__________________
RavenDan29 is offline
Martijn79
Member
Join Date: Jan 2013
Old 07-09-2013 , 06:47   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #503

Quote:
Originally Posted by RavenDan29 View Post
Hi guys what works best for Linux servers atm, can you give us clear instructions step by step.
Use this if you don't need playerslots:

https://forums.alliedmods.net/showpo...&postcount=453

If you do need playerslots use this:

https://forums.alliedmods.net/showpo...&postcount=461

Works for me.
Martijn79 is offline
Engie
Junior Member
Join Date: Aug 2011
Old 07-09-2013 , 07:00   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #504

Hi everyone! I got new errors of my server:

sm error logs
Quote:
[LEFT4DOWNTOWN] Detour -- Could not find 'OnMobRushStart' signature
[LEFT4DOWNTOWN] Detour -- Could not find DifficultyChanged signature
[LEFT4DOWNTOWN] Detour -- Could not find address for detour

console logs

Quote:
Missing shutdown function for Sys_InitAuthentication() : Sys_ShutdownAuthentication()
Missing shutdown function for audiosourcecache->Init( host_parms.memsize >> 2 ) : audiosourcecache->Shutdown()
Missing shutdown function for S_Init() : S_Shutdown()
Missing shutdown function for Decal_Init() : Decal_Shutdown()
Missing shutdown function for InitStudioRender() : ShutdownStudioRender()
Missing shutdown function for StaticPropMgr()->Init() : StaticPropMgr()->Shutdown()
Missing shutdown function for modelloader->Init() : modelloader->Shutdown()
Missing shutdown function for InitMaterialSystem() : ShutdownMaterialSystem()
Missing shutdown function for HLTV_Init() : HLTV_Shutdown()
Missing shutdown function for g_Log.Init() : g_Log.Shutdown()
Missing shutdown function for g_pMaster->Init() : g_pMaster->Shutdown()
Missing shutdown function for sv.Init( bDedicated ) : sv.Shutdown()
Missing shutdown function for g_GameEventManager.Init() : g_GameEventManager.Shutdown()
Missing shutdown function for NET_Init( bDedicated ) : NET_Shutdown()
Missing shutdown function for g_pSteamSocketMgr->Init() : g_pSteamSocketMgr->Shutdown()
Missing shutdown function for Key_Init() : Key_Shutdown()
Missing shutdown function for Filter_Init() : Filter_Shutdown()
Missing shutdown function for COM_Init() : COM_Shutdown()
Missing shutdown function for V_Init() : V_Shutdown()
Missing shutdown function for g_pCVar->Init() : g_pCVar->Shutdown()
Missing shutdown function for Cmd_Init() : Cmd_Shutdown()
Missing shutdown function for Cbuf_Init() : Cbuf_Shutdown()
Missing shutdown function for Con_Init() : Con_Shutdown()
Missing shutdown function for Memory_Init() : Memory_Shutdown()
Missing shutdown function for Host_Init( s_bIsDedicated ) : Host_Shutdown()
Missing shutdown function for Sys_InitMemory() : Sys_ShutdownMemory()
Missing shutdown function for Sys_Init() : Sys_Shutdown()
Missing shutdown function for COM_InitFilesystem( info.m_pInitialMod ) : COM_ShutdownFileSystem()
Seeded random number generator @ 1051324094 ( 0.332 )
Server is hibernating
Someone get them? Am use SM 1.6.0-hg3936win, MM 1.10.0-hg848win and I get the last gamedata from the first post topics. Any ideas?
Thanks for the earlier!
Engie is offline
Send a message via ICQ to Engie Send a message via Skype™ to Engie
RavenDan29
Veteran Member
Join Date: Sep 2009
Old 07-09-2013 , 08:21   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #505

Quote:
Originally Posted by Martijn79 View Post
Use this if you don't need playerslots:

https://forums.alliedmods.net/showpo...&postcount=453

If you do need playerslots use this:

https://forums.alliedmods.net/showpo...&postcount=461

Works for me.
Unknown command "l4d_maxplayers"
[SM] Unable to find cvar: l4d_maxplayers

plus yourve got it the wrong way round post 461 is with playerslots and 453 is with
__________________
RavenDan29 is offline
dcx2
Senior Member
Join Date: Sep 2011
Old 07-09-2013 , 12:49   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #506

Quote:
Originally Posted by Engie View Post
*snip*
The sig for MobRushStart may be posted somewhere above, if you know how to modify a gamedata. https://forums.alliedmods.net/showpo...&postcount=486

And the console errors you have are normal. I see those every time the server goes to shut down, even if nothing crashed.

I also had to comment out GetScriptValueInt, as described here, because I had crashing during player join. https://forums.alliedmods.net/showpo...&postcount=495

For reference, others have suggested these gamedata fixes. https://forums.alliedmods.net/showpo...&postcount=501
__________________
dcx2 is offline
Dr. Greg House
Professional Troll,
Part-Time Asshole
Join Date: Jun 2010
Old 07-10-2013 , 10:47   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #507

Do other people have the problem with zombies spawning right in front of them (even inside an elevator)? I'm not sure whether this is related to l4dt2 only or some plugin requiring it (I'm running metapub).

Also I'm having the following error:
Quote:
Native "L4D2_GetVersusTankFlowPercent" reported: DirectorVersusMode not available--is this versus mode?

Last edited by Dr. Greg House; 07-10-2013 at 12:05.
Dr. Greg House is offline
worminater
Member
Join Date: Jun 2011
Old 07-10-2013 , 18:03   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #508

Quote:
Originally Posted by Dr. Greg House View Post
Do other people have the problem with zombies spawning right in front of them (even inside an elevator)? I'm not sure whether this is related to l4dt2 only or some plugin requiring it (I'm running metapub).
I did run the auto infected spawner in campaign mode, it auto spawns more infected.

Since new update, they have started spawning on my head. I've had to remove the plugin to fix it.
worminater is offline
Visual77
Veteran Member
Join Date: Jan 2009
Old 07-10-2013 , 18:24   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #509

Quote:
Originally Posted by worminater View Post
I did run the auto infected spawner in campaign mode, it auto spawns more infected.

Since new update, they have started spawning on my head. I've had to remove the plugin to fix it.
As reported here and here you will need to change z_spawn into z_spawn_old and then recompile the plugin.

Last edited by Visual77; 07-10-2013 at 18:24.
Visual77 is offline
wowhd93
Junior Member
Join Date: Sep 2012
Old 07-11-2013 , 01:31   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #510

can somebody upload compiled version of these two?

https://forums.alliedmods.net/showpo...&postcount=453

https://forums.alliedmods.net/showpo...&postcount=461
wowhd93 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 06:53.


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