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
cravenge
Veteran Member
Join Date: Nov 2015
Location: Chocolate Factory
Old 03-18-2018 , 10:33   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #941

I think there'a a typo in the include or a mistake for the "L4D2_OnChooseVictim" forward.

In the include, it is stated that using return Plugin_Changed; will change the SI's original target to the one the plugin is trying to replace.

But...

In the source of the extension, I see this:
PHP Code:
if(result == Pl_Handled)
{
    if(
curTarget <= 0)
        return (
this->*(GetTrampoline()))(pCurTargeti1pEnt);
    else
    {
        
CBaseEntity *pNewTarget gamehelpers->ReferenceToEntity(curTarget);
        return 
pNewTarget;
    }
}
else
{

    return (
this->*(GetTrampoline()))(pCurTargeti1pEnt);


Last edited by cravenge; 03-18-2018 at 10:34.
cravenge is offline
grimxxl
Member
Join Date: Dec 2012
Old 03-19-2018 , 23:21   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #942

Code:
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'SpawnSpecial' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'SpawnTank' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'SpawnWitch' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'SpawnWitchBride' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'ClearTeamScores' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'SetCampaignScores' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'OnFirstSurvivorLeftSafeArea' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'CDirector_GetScriptValueInt' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'CDirector_GetScriptValueFloat' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'CDirector_GetScriptValueString' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'TryOfferingTankBot' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'OnMobRushStart' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'Zombiemanager_SpawnITMob' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'Zombiemanager_SpawnMob' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'CTerrorPlayer_OnShovedBySurvivor' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'GetSurvivorSet' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'FastGetSurvivorSet' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'GetMissionVersusBossSpawning' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'CThrowActivate' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'BossZombiePlayerBotChooseVictim' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'StartMeleeSwing' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'ReplaceTank' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'UseHealingItems' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'FindScavengeItem' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'ChangeFinaleStage' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'EndVersusModeRound' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'CTerrorPlayer_OnRevived' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'WaterMove' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'CTerrorPlayer_OnStaggered' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'CTerrorWeapon__OnHit' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'CTerrorGameRules__GetMissionInfo' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'CBaseServer__FillServerInfo' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'CDirector_IsFinale' signature
L 03/20/2018 - 04:15:33: [LEFT4DOWNTOWN] Detour -- Could not find 'CTerrorPlayer_OnEnterGhostState' signature

Last edited by grimxxl; 03-20-2018 at 09:43.
grimxxl is offline
cravenge
Veteran Member
Join Date: Nov 2015
Location: Chocolate Factory
Old 03-20-2018 , 00:03   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #943

Next time, use the CODE tag to minimalize the contents.

And second, either you're using an outdated version of the extension, an outdated gamedata, and/or your game is really outdated.

Last edited by cravenge; 03-20-2018 at 00:04.
cravenge is offline
grimxxl
Member
Join Date: Dec 2012
Old 03-20-2018 , 09:46   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #944

Quote:
Originally Posted by cravenge View Post
And second, either you're using an outdated version of the extension, an outdated gamedata, and/or your game is really outdated.
My game were updated before i added the extension, i used the most recent gamedata i could find in this thread, and the version of the extension that is available in this thread.

The link on the first post, that should link to the latest updated gamedata, gives 404 :/

Last edited by grimxxl; 03-20-2018 at 09:46.
grimxxl is offline
cravenge
Veteran Member
Join Date: Nov 2015
Location: Chocolate Factory
Old 03-20-2018 , 09:54   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #945

* Latest version of the extension here.
* Latest gamedata file here.
cravenge is offline
grimxxl
Member
Join Date: Dec 2012
Old 03-20-2018 , 10:18   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #946

Thanks.
grimxxl is offline
NaturalBornCamper
Junior Member
Join Date: Apr 2018
Old 04-08-2018 , 01:10   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #947

Hello there,

If I use the version from the first post, I get the error:
Code:
<FAILED> left4downtown.ext.2.l4d2.so: undefined symbol: g_pMemAlloc
If I use the most recent version from post #945, I get this error:
Code:
<FAILED> left4downtown.ext.2.l4d2.so: invalid ELF header
If I use a beta Linux-only version from this post, I get this error:
Code:
<FAILED>left4downtown.ext.so: vstdlib_linux.so: cannot open shared object file: No such file or directory
Anyone knows what this means? Google can't help

Debian 9 server
Sourcemod v1.8.0.6041
Metamod v1.10.7

Last edited by NaturalBornCamper; 04-08-2018 at 01:49.
NaturalBornCamper is offline
Spirit_12
Veteran Member
Join Date: Dec 2012
Location: Toronto, CA
Old 04-08-2018 , 10:00   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #948

Are you running a cracked server?
__________________
Spirit_12 is offline
NaturalBornCamper
Junior Member
Join Date: Apr 2018
Old 04-08-2018 , 10:16   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #949

Quote:
Originally Posted by Spirit_12 View Post
Are you running a cracked server?
Nope hahaha! Totally legit.

I got more info..

First error message is because the extension is deprecated
Second error message was because the extension was built for 32 bits
Last error message with the Linux version is because it cannot find "vstdlib_linux.so" that I managed to find on some forums but were also 32 bits, so "vstdlib_linux.so" was then returning an ELF error
NaturalBornCamper is offline
Spirit_12
Veteran Member
Join Date: Dec 2012
Location: Toronto, CA
Old 04-08-2018 , 19:03   Re: [EXTENSION] Left 4 Downtown 2 (0.5.4.2) - L4D2 Only, Updated Left4Downtown
Reply With Quote #950

You should have 32bit libraries support if you are running a source server. Maybe try building the extension on your local machine. I can provide the compile steps, if you want to go that route.
__________________
Spirit_12 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 07:36.


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