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

[L4D & L4D2] Multiple Equipments


Post New Thread Reply   
 
Thread Tools Display Modes
MasterMind420
BANNED
Join Date: Nov 2010
Old 07-19-2016 , 23:24   Re: [L4D & L4D2] Multiple Equipments
Reply With Quote #261

Next update will be released either tomorrow or the next few days, some micro optimizations ludastar suggested for some of the code has been added and tested, also if no one gets back to me on the view system bug after map change by the time I release the update then the previous post I made changes to will remain within the update, unless bugs are found later, i'll deal with them then...

Last edited by MasterMind420; 07-19-2016 at 23:45.
MasterMind420 is offline
Sev
Veteran Member
Join Date: May 2010
Old 07-20-2016 , 10:14   Re: [L4D & L4D2] Multiple Equipments
Reply With Quote #262

Still not happening.

The gun or medkit will clip through the persons head/upper torso in 3rd person, breaking alignment completely. This happens regardless if im in 1st person after mapchange or 3rd person. The melee weapon ends up off the side, near the persons legs, etc.
Sev is offline
MasterMind420
BANNED
Join Date: Nov 2010
Old 07-20-2016 , 16:33   Re: [L4D & L4D2] Multiple Equipments
Reply With Quote #263

Quote:
Originally Posted by Sev View Post
Still not happening.

The gun or medkit will clip through the persons head/upper torso in 3rd person, breaking alignment completely. This happens regardless if im in 1st person after mapchange or 3rd person. The melee weapon ends up off the side, near the persons legs, etc.
ok i'm guessing your having another issue with a plugin altogether, maybe a conflict. So what I need is 1. Either you run a fresh server from scratch(Save your original) and just try Multiple Equipment to see if the issue persists, I am having no issues and can't reproduce your problem, however in you mentioning it I did fix items not showing in thirdpersonshoulder after map change, which I confirmed the bug and fixed it. Basically you need to do a process of elimination with your plugins, one by one add them start the server/game and test, if it happens immediately then I need to know what versions of Sourcemod/MMSource your using. 2. Stop using the view system or testing it altogether, if starting from scratch and testing isn't something you want to do...up to you. But I have no issues at all. I implore anyone who see's this post and uses the newest version of Multiple Equipment to either Confirm/Deny if your having the same issues as Sev, that way I can get to the bottom of it? But the easiest way to test, I have a fully ready to go updated Sourcemod/MMSource folder with everything already configured, just stock no plugins, I copy it add the problem plugin I think is causing the issue, then I copy the addons and cfg folder from my l4d2 server, make a backup...This is how I test alot of plugin issues and conflicts, its easy once you get the hang of setting it up this way...either way I need confirmation it's happening to others, or that you've tested it from a clean Sourcemod server...because i'm not having these issues at all.

Last edited by MasterMind420; 07-20-2016 at 16:35.
MasterMind420 is offline
MasterMind420
BANNED
Join Date: Nov 2010
Old 07-20-2016 , 17:43   Re: [L4D & L4D2] Multiple Equipments
Reply With Quote #264

There is a conflict with Survivor Identity Fix for 5+ Survivors by Merudo, I had to remove it, it effects the saving system for afk and possibly the view system as well...because it tries to keep your survivor the same, but in doing so forcefully I think your survivor does change(which screws the view) and his plugin just saves and loads your character again, i'm not 100% sure thats how it works though, I haven't actually looked at the code so...but i was having problems using it with Multiple Equipment...
MasterMind420 is offline
jking
AlliedModders Donor
Join Date: Jan 2012
Old 07-20-2016 , 18:37   Re: [L4D & L4D2] Multiple Equipments
Reply With Quote #265

Quote:
Originally Posted by MasterMind420 View Post
ok i'm guessing your having another issue with a plugin altogether, maybe a conflict. So what I need is 1. Either you run a fresh server from scratch(Save your original) and just try Multiple Equipment to see if the issue persists, I am having no issues and can't reproduce your problem, however in you mentioning it I did fix items not showing in thirdpersonshoulder after map change, which I confirmed the bug and fixed it. Basically you need to do a process of elimination with your plugins, one by one add them start the server/game and test, if it happens immediately then I need to know what versions of Sourcemod/MMSource your using. 2. Stop using the view system or testing it altogether, if starting from scratch and testing isn't something you want to do...up to you. But I have no issues at all. I implore anyone who see's this post and uses the newest version of Multiple Equipment to either Confirm/Deny if your having the same issues as Sev, that way I can get to the bottom of it? But the easiest way to test, I have a fully ready to go updated Sourcemod/MMSource folder with everything already configured, just stock no plugins, I copy it add the problem plugin I think is causing the issue, then I copy the addons and cfg folder from my l4d2 server, make a backup...This is how I test alot of plugin issues and conflicts, its easy once you get the hang of setting it up this way...either way I need confirmation it's happening to others, or that you've tested it from a clean Sourcemod server...because i'm not having these issues at all.
Just tested, all seems 5x5 no errors thrown, on a heavily modded server at that. Will keep at it...

Last edited by jking; 07-20-2016 at 18:47.
jking is offline
MasterMind420
BANNED
Join Date: Nov 2010
Old 07-20-2016 , 19:26   Re: [L4D & L4D2] Multiple Equipments
Reply With Quote #266

Quote:
Originally Posted by jking View Post
Just tested, all seems 5x5 no errors thrown, on a heavily modded server at that. Will keep at it...
Thanks, i test my plugins thoroughly Do you use Survivor Identity Fix for 5+ Survivors plugin by Merudo...I remembered I had to remove it myself because I was having issues...I suspect this is causing the problem Sev is having...anyone who does use it should be having issues with afk saving and/or the view system.

Last edited by MasterMind420; 07-20-2016 at 19:28.
MasterMind420 is offline
Sev
Veteran Member
Join Date: May 2010
Old 07-20-2016 , 19:41   Re: [L4D & L4D2] Multiple Equipments
Reply With Quote #267

I can confirm it works.
Sev is offline
MasterMind420
BANNED
Join Date: Nov 2010
Old 07-20-2016 , 20:00   Re: [L4D & L4D2] Multiple Equipments
Reply With Quote #268

ok so removing the identity fix solved the problem, ok that gives me a starting point...i'll see what i can do about either merging the fix into Multiple Equipment, or creating a fork of Merudo's plugin, as always no promises i can get them to work nicely together...thanks for the info all...i'll do my best to try and work it out...
MasterMind420 is offline
jking
AlliedModders Donor
Join Date: Jan 2012
Old 07-20-2016 , 20:30   Re: [L4D & L4D2] Multiple Equipments
Reply With Quote #269

Quote:
Originally Posted by MasterMind420 View Post
Thanks, i test my plugins thoroughly Do you use Survivor Identity Fix for 5+ Survivors plugin by Merudo...I remembered I had to remove it myself because I was having issues...I suspect this is causing the problem Sev is having...anyone who does use it should be having issues with afk saving and/or the view system.
Actually I am using the SIF, again no issues. I'll be happy to guinea pig test plugins anytime.

For the record, here is my current list of plugins:

Spoiler

Last edited by jking; 07-21-2016 at 14:48.
jking is offline
MasterMind420
BANNED
Join Date: Nov 2010
Old 07-20-2016 , 20:58   Re: [L4D & L4D2] Multiple Equipments
Reply With Quote #270

Quote:
Originally Posted by jking View Post
Actually I am using the SIF, again no issues. I'll be happy to guinea pig test plugins anytime.

For the record, here is my current list of plugins:

Code:
sm plugins list
[SM] Listing 56 plugins:
  01 "Admin File Reader" (1.8.0.5919) by AlliedModders LLC
  02 "Admin Help" (1.8.0.5919) by AlliedModders LLC
  03 "Admin Menu" (1.8.0.5919) by AlliedModders LLC
  04 "All8SurvivorsMod.smx"
  05 "Anti-Flood" (1.8.0.5919) by AlliedModders LLC
  06 "Basic Ban Commands" (1.8.0.5919) by AlliedModders LLC
  07 "Basic Chat" (1.8.0.5919) by AlliedModders LLC
  08 "Basic Comm Control" (1.8.0.5919) by AlliedModders LLC
  09 "Basic Commands" (1.8.0.5919) by AlliedModders LLC
  10 "Basic Info Triggers" (1.8.0.5919) by AlliedModders LLC
  11 "Basic Votes" (1.8.0.5919) by AlliedModders LLC
  12 "[L4D2] AutoHelp" (1.2.3) by chinagreenelvis
  13 "Client Preferences" (1.8.0.5919) by AlliedModders LLC
  14 "[L4D2] Weapon Unlock" (0.8.1) by Crimson_Fox, dmg fix by raziEiL[disawar1]
  15 "Fun Commands" (1.8.0.5919) by AlliedModders LLC
  16 "Fun Votes" (1.8.0.5919) by AlliedModders LLC
  17 "[L4D2] F-18 Airstrike" (1.2) by SilverShot
  18 "[L4D2] F-18 Airstrike - Dead Air" (1.1-da) by SilverShot
  19 "[L4D2] F-18 Airstrike - No Mercy" (1.1-nm) by SilverShot
  20 "[L4D2] F-18 Airstrike - Tank" (1.0-ta) by SilverShot
  21 "[L4D2] F-18 Airstrike - Triggers" (1.1-tr) by SilverShot
  22 "[L4D2] Coffee Ammo" (1.3) by McFlurry
  23 "[L4D2] Footlocker" (1.9.2) by SilverShot
  24 "L4D2 Gun Control" (1.1.3) by AtomicStryker
  25 "[L4D2] Incapped Crawling with Animation" (1.32) by SilverShot
  26 "[L4D2] Jukebox" (1.6) by SilverShot
  27 "L4D2 Laser Sights" (1.0.2) by AtomicStryker
  28 "Movable Machine Gun" (1.0.6) by hihi1210
  29 "[L4D2] Mutant Zombies" (1.3) by SilverShot
  30 "[L4D2] Points System" (1.6.9 Dimitte) by McFlurry
  31 "[L4D2] Scavenge Score Fix - Gascan Pouring" (1.1) by SilverShot
  32 "l4d2_sendproxytest.smx"
  33 "[L4D2] Weather Control" (1.6) by SilverShot
  34 "[L4D2] Vote Manager" (1.3.6) by McFlurry, 1.8 compatibility by $atanic $pirit
  35 "[L4D & L4D2] Extinguisher and Flamethrower" (1.8.4) by SilverShot
  36 "[L4D & L4D2] Gear Transfer" (1.5.10) by SilverShot
  37 "Multi-Clip Grenade Launcher" (1.3) by Pan Xiaohai
  38 "Machine" (1.07) by Pan Xiaohai
  39 "[L4D & L4D2] Mini Gun Spawner" (1.5) by SilverShot
  40 "Multiple Equipment" (3.2) by Pan Xiaohai & Marcus101RR & MasterMind420
  41 "sb_takecontrol" (1.0) by pan xiaohai
  42 "Super Versus Reloaded" (1.8.15.5) by DDRKhat, Marcus101RR, and Merudo
  43 "L4D Survivor AI Pounced Fix" (1.1.1) by  AtomicStryker, edits by Merudo
  44 "Survivor Identity Fix for 5+ Survivors" (1.0) by Merudo
  45 "Player Commands" (1.8.0.5919) by AlliedModders LLC
  46 "[PS] !usepoints Enabler" (1.2) by McFlurry
  47 "Reserved Slots" (1.8.0.5919) by AlliedModders LLC
  48 "Sound Commands" (1.8.0.5919) by AlliedModders LLC
  49 "Survivor Chat Select" (1.3) by DeatChaos25 & Mi123456
  50 "Zombie Character Select" (0.9.5) by XBetaAlpha
  51 "[L4D2] Bots Pickup T3s" (1.1) by DeathChaos25
  52 "[L4D2] Bots Weapon Preferences Editor" (1.3) by DeathChaos25
  53 "[L4D2] Defib using bots" (1.6) by DeathChaos25
  54 "Melee In The Saferoom" (2.0.7) by N3wton
  55 "[L4D2] Prevent M60 Drop on empty clip" (1.0) by DeathChaos25
  56 "[L4D2] CSM The Passing Fix" by DeathChaos25, Merudo
Code:
meta list
Listing 8 plugins:
  [01] L4D2 fps_max unlocker (1.0.0.0) by Nuclearfallout Enterprises, Inc.
  [02] L4DToolZ (1.0.0.9h-unknown) by Ivailosp
  [03] SourceMod (1.8.0.5919) by AlliedModders LLC
  [04] L4D2 Send Proxy (0.1) by Machine
  [05] Left 4 Downtown 2 Extension (0.5.4.2) by Igor "Downtown1" Smirnov / Andrew "XBetaAlpha" Burrows / AtomicStryker / Michael "ProdigySim" Busby
  [06] SDK Tools (1.8.0.5919) by AlliedModders LLC
  [07] SDK Hooks (1.8.0.5919) by AlliedModders LLC
  [08] DHooks (2.0.5) by Dr!fter
hmm so your not having any issue but Sev is...and he removed the identity fix and it fixed his issue...give me a sec, both of you can test this out, I edited Merudo's SIF with a postnocopy hook instead of just a post hook, which optimizes the hooking method, doesn't check prehook first...I don't seem to be having issues anymore, but i need you guys to test it out...either way if the identity fix still works with my changes, it would still be better to use than Merudo's at the moment because the hook is optimized...try it out and let me know his plugin still works...
Attached Files
File Type: smx l4d_survivor_identity_fix.smx (6.4 KB, 102 views)
File Type: sp Get Plugin or Get Source (l4d_survivor_identity_fix.sp - 123 views - 4.3 KB)
MasterMind420 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 09:40.


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