AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Extensions (https://forums.alliedmods.net/forumdisplay.php?f=134)
-   -   [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown (https://forums.alliedmods.net/showthread.php?t=134032)

crasx 07-08-2013 23:13

Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
 
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

RavenDan29 07-09-2013 03:50

Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
 
Hi guys what works best for Linux servers atm, can you give us clear instructions step by step.

Martijn79 07-09-2013 06:47

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

Originally Posted by RavenDan29 (Post 1986807)
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.

Engie 07-09-2013 07:00

Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
 
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!

RavenDan29 07-09-2013 08:21

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

Originally Posted by Martijn79 (Post 1986841)
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

dcx2 07-09-2013 12:49

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

Originally Posted by Engie (Post 1986849)
*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

Dr. Greg House 07-10-2013 10:47

Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
 
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?

worminater 07-10-2013 18:03

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

Originally Posted by Dr. Greg House (Post 1987687)
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.

Visual77 07-10-2013 18:24

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

Originally Posted by worminater (Post 1988003)
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.

wowhd93 07-11-2013 01:31

Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
 
can somebody upload compiled version of these two?

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

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


All times are GMT -4. The time now is 14:10.

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