AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=109)
-   -   [L4D2] Survivor Animation Fix Pack (OBSOLETE) (https://forums.alliedmods.net/showthread.php?t=271146)

DeathChaos25 09-06-2015 10:20

[L4D2] Survivor Animation Fix Pack (OBSOLETE)
 
1 Attachment(s)
About : This plugin is simply some animation fixes I came up with bunched into one convenient plugin.

Change Log :
Code:

Version 1.0  09-06-2015 (19 views)
- Initial Release

Version 1.1  09-08-2015 (40 views)
- Fixed Melee fix not working
- Plugin now moved to work with DHooks extension! (this means now Linux users can download this too!)

Version 1.2  09-13-2015
- Fixed client is not in game issue
- Incap animations should now be working correctly 100% of the time as opposed to being somewhat buggy at times

Code:

- Plugin is expected to be bug free
This plugin will automatically create a new cfg file if none is found (l4d2_animations_fix)
CVARS :
Code:

// This file was auto-generated by SourceMod (v1.7.0)
// ConVars for plugin "[L4D2] Survivor Animation Fix pack.smx"


// Fix Coach's Single Pistol/Magnum running animation?
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
enable_coach_anim_fix "1"

// Fix broken L4D1 survivors hurt_idle_melee animations?
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
enable_hurtidlemelee_anim_fix "1"

// Fix missing collapse_to_incap missing animation for Louis/Bill/Francis?
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
enable_l4d1_incap_anims_fix "1"

THIS PLUGIN REQUIRES DHOOKS TO FUNCTION!

About Each Fix:
Coach Anim Fix aims to provide a better alternative to his current pistol/magnum animation, which is broken and buggy.

L4D1 Incap fix has 2 fixes, first, it fixes male L4D1 survivors not having an incap animation, they simply teleport to the ground when incapped, and also fixes the animation that plays when being revived and getting interrupted.

Melee Hurt fix fixes Zoey's hurt_idle animations being broken by Valve causing her to do a "t-pose"


EDIT: This plugin is now obsolete, Valve has officially fixed all of these in The Last Stand update!

Sev 09-06-2015 10:32

Re: [L4D2] Survivor Animation Fix Pack
 
Nice and useful plugins!

Krufftys Killers 09-06-2015 11:38

Re: [L4D2] Survivor Animation Fix Pack
 
Hi I just installed it but am getting this error [04] <FAILED> file "DCExt.ext.so": /home/tcagame/gun/1302/left4dead2/addons/sourcemod/extensions/DCExt.ext.so: cannot open shared object file: No such file or directory

[SM] Unable to load extension "DCExt.ext": /home/tcagame/gun/1318/left4dead2/addons/sourcemod/extensions/DCExt.ext.so: cannot open shared object file: No such file or directory

DeathChaos25 09-06-2015 11:44

Re: [L4D2] Survivor Animation Fix Pack
 
Quote:

Originally Posted by Krufftys Killers (Post 2340416)
Hi I just installed it but am getting this error [04] <FAILED> file "DCExt.ext.so": /home/tcagame/gun/1302/left4dead2/addons/sourcemod/extensions/DCExt.ext.so: cannot open shared object file: No such file or directory

[SM] Unable to load extension "DCExt.ext": /home/tcagame/gun/1318/left4dead2/addons/sourcemod/extensions/DCExt.ext.so: cannot open shared object file: No such file or directory

The extension is currently not compile for Linux.

Krufftys Killers 09-06-2015 20:00

Re: [L4D2] Survivor Animation Fix Pack
 
Are planing to compile a Linux version to?

DeathChaos25 09-08-2015 20:51

Re: [L4D2] Survivor Animation Fix Pack
 
Updated!

This plugin was moved to dhooks!

Linux users should be able to use it now!


As for windows users, a fix was not working properly and this was dealt with, so download new version!

Edit: Whoops! Thanks to Sev for letting me know about the gamedata error, fixed!

starstrucktiger 09-10-2015 18:11

Re: [L4D2] Survivor Animation Fix Pack
 
Hey, Great plugin I love it! Love that you're the only one still making great plugins for L4D2 in 2015. Any chance you could make a plugin that replaces the Sniper Rifle anims with the Hunting Rifle animations?

DeathChaos25 09-11-2015 06:22

Re: [L4D2] Survivor Animation Fix Pack
 
Quote:

Originally Posted by starstrucktiger (Post 2341641)
Hey, Great plugin I love it! Love that you're the only one still making great plugins for L4D2 in 2015. Any chance you could make a plugin that replaces the Sniper Rifle anims with the Hunting Rifle animations?

With this, yes, it is finally possible.

If you want this, I'm going to need the following info.

Animation you want replaced - Animation you want it replaced it

Remember that every survivor has different sequence numbers, so you'd do, for example

for example, say you want Idle_Standing_Sniper_Military replaced with Idle_Standing_Sniper, you'd need to get both of those sequence value for all survivors, like so

- Idle_Standing_Sniper_Military -
-Nick = 12

- Idle_Standing_Sniper -
- Nick = 33 -

Just enable the Show Sequence Numbers option in the model viewer and you can obtain all of this data.

Krufftys Killers 09-13-2015 09:04

Re: [L4D2] Survivor Animation Fix Pack
 
L 09/12/2015 - 20:20:07: SourceMod error session started
L 09/12/2015 - 20:20:07: Info (map "l4d2_tanksplayground") (file "errors_20150912.log")
L 09/12/2015 - 20:20:07: [SM] Native "SDKCall" reported: Client 6 is not in game
L 09/12/2015 - 20:20:07: [SM] Displaying call stack trace for plugin "[L4D2] Survivor Animation Fix pack.smx":
L 09/12/2015 - 20:20:07: [SM] [0] Line 69, C:\Program Files (x86)\Steam\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\scripting\[L4D2] Survivor Animation Fix pack.sp::SETFALSE()
L 09/12/2015 - 21:04:11: Error log file session closed.

DeathChaos25 09-13-2015 21:17

Re: [L4D2] Survivor Animation Fix Pack
 
Quote:

Originally Posted by Krufftys Killers (Post 2342542)
L 09/12/2015 - 20:20:07: SourceMod error session started
L 09/12/2015 - 20:20:07: Info (map "l4d2_tanksplayground") (file "errors_20150912.log")
L 09/12/2015 - 20:20:07: [SM] Native "SDKCall" reported: Client 6 is not in game
L 09/12/2015 - 20:20:07: [SM] Displaying call stack trace for plugin "[L4D2] Survivor Animation Fix pack.smx":
L 09/12/2015 - 20:20:07: [SM] [0] Line 69, C:\Program Files (x86)\Steam\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\scripting\[L4D2] Survivor Animation Fix pack.sp::SETFALSE()
L 09/12/2015 - 21:04:11: Error log file session closed.

Updated


All times are GMT -4. The time now is 23:17.

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