AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [L4D2] Server Side Ragdolls (https://forums.alliedmods.net/showthread.php?t=319812)

BHaType 11-20-2019 23:18

[L4D2] Server Side Ragdolls
 
3 Attachment(s)
Description
Creates server side ragdoll after death

ConVars
sm_side_dolls_invisible_body - makes survivor_death_model invisible
sm_side_dolls_remove - remove ragdoll if survivor was respawn via deffib or rescue room

Required
Source Scramble

login101 11-21-2019 01:13

Re: [L4D2] Server Side Ragdolls
 
Your plugin creation activity entertains me. Thank you
Have fun with your plugins.

cravenge 01-22-2020 08:39

Re: [L4D2] Server Side Ragdolls
 
Looks like the signature for Windows is wrong. That or something else.

Shadowysn 01-23-2020 23:32

Re: [L4D2] Server Side Ragdolls
 
Quote:

Originally Posted by cravenge (Post 2681228)
Looks like the signature for Windows is wrong. That or something else.

I've dug into the binaries and got the new Windows sig, still untested:
Code:

"Games"
{
        "left4dead2"
        {
                "Signatures" // Linux signature found by BHaType, Windows signature by Shadowysn
                {
                        "CreateServerRagdoll"
                        {
                                "library"        "server"
                                "windows"        "\x53\x8B\x2A\x83\x2A\x2A\x83\x2A\x2A\x83\x2A\x2A\x55\x8B\x2A\x2A\x89\x2A\x2A\x2A\x8B\x2A\xB8\x78"
                                /* 53 8B ? 83 ? ? 83 ? ? 83 ? ? 55 8B ? ? 89 ? ? ? 8B ? B8 78 */
                                "linux"                "@_Z19CreateServerRagdollP14CBaseAnimatingiRK15CTakeDamageInfoib"
                        }
                }
        }
}


BHaType 01-24-2020 17:48

Re: [L4D2] Server Side Ragdolls
 
Updated

sonic155 01-25-2020 08:58

Re: [L4D2] Server Side Ragdolls
 
L 01/25/2020 - 06:56:26: Info (map "c1m1_hotel") (file "C:\Program Files (x86)\Steam\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\logs\errors_202 00125.log")
L 01/25/2020 - 06:56:26: [SM] Error parsing gameconfig file "C:\Program Files (x86)\Steam\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\gamedata\l4d2_s ide_dolls.txt":
L 01/25/2020 - 06:56:26: [SM] Error 7 on line 18, col 1: Section ending without a matching section beginning
L 01/25/2020 - 06:56:26: [SM] Exception reported: Unable to open l4d2_side_dolls: Section ending without a matching section beginning
L 01/25/2020 - 06:56:26: [SM] Blaming: l4d2_server_ragdoll.smx
L 01/25/2020 - 06:56:26: [SM] Call stack trace:
L 01/25/2020 - 06:56:26: [SM] [0] LoadGameConfigFile
L 01/25/2020 - 06:56:26: [SM] [1] Line 20, /home/forums/content/files/2/8/6/4/1/7/178364.attach::OnPluginStart
L 01/25/2020 - 06:56:26: [SM] Unable to load plugin "l4d2_server_ragdoll.smx": Error detected in plugin startup (see error logs)

Shadowysn 01-27-2020 03:02

Re: [L4D2] Server Side Ragdolls
 
Quote:

Originally Posted by sonic155 (Post 2681557)
L 01/25/2020 - 06:56:26: Info (map "c1m1_hotel") (file "C:\Program Files (x86)\Steam\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\logs\errors_202 00125.log")
L 01/25/2020 - 06:56:26: [SM] Error parsing gameconfig file "C:\Program Files (x86)\Steam\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\gamedata\l4d2_s ide_dolls.txt":
L 01/25/2020 - 06:56:26: [SM] Error 7 on line 18, col 1: Section ending without a matching section beginning
L 01/25/2020 - 06:56:26: [SM] Exception reported: Unable to open l4d2_side_dolls: Section ending without a matching section beginning
L 01/25/2020 - 06:56:26: [SM] Blaming: l4d2_server_ragdoll.smx
L 01/25/2020 - 06:56:26: [SM] Call stack trace:
L 01/25/2020 - 06:56:26: [SM] [0] LoadGameConfigFile
L 01/25/2020 - 06:56:26: [SM] [1] Line 20, /home/forums/content/files/2/8/6/4/1/7/178364.attach::OnPluginStart
L 01/25/2020 - 06:56:26: [SM] Unable to load plugin "l4d2_server_ragdoll.smx": Error detected in plugin startup (see error logs)

BHAType accidentally included a lonely erroneous bracket, which broke the entire gamedata.

It's quite simple to fix, just edit and remove that erroneous bracket or copy the entire gamedata from my reply and replace the existing one in the .txt file.

sonic155 01-27-2020 03:26

Re: [L4D2] Server Side Ragdolls
 
Quote:

Originally Posted by Shadowysn (Post 2681773)
BHAType accidentally included a lonely erroneous bracket, which broke the entire gamedata.

It's quite simple to fix, just edit and remove that erroneous bracket or copy the entire gamedata from my reply and replace the existing one in the .txt file.

ok ill take a look into it

BHaType 05-16-2020 19:48

Re: [L4D2] Server Side Ragdolls
 
Updated

sonic155 05-17-2020 03:58

Re: [L4D2] Server Side Ragdolls
 
Just finished a test video for the plugin

~test video~ https://youtu.be/kiKxJfUrhlI
keep up the great work and enjoy =)


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

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