This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

[L4D/L4D2] Improved Multiple Equipment


Post New Thread Reply   
 
Thread Tools Display Modes
Author
PepeZukas
Member
Join Date: Oct 2015
Location: Banana Republic
Plugin ID:
5373
Plugin Version:
3.6
Plugin Category:
General Purpose
Plugin Game:
Left 4 Dead
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Delete This Thread
    Unapprover:
    Reason for Unapproving:
    No source code / plugin, upload source and use the Report Post button for a new review.
    Old 06-19-2017 , 12:28   Re: [L4D/L4D2] Improved Multiple Equipment
    Reply With Quote #1

    Amazing, but the weapon in the back is shown when we walk, this disrupts the vision.
    Name:  20170619140153_1.jpg
Views: 1281
Size:  60.2 KB

    *Sorry for my bad english.

    Last edited by PepeZukas; 06-19-2017 at 13:08. Reason: Add details.
    PepeZukas is offline
    MasterMind420
    BANNED
    Join Date: Nov 2010
    Old 07-01-2017 , 15:43   Re: [L4D/L4D2] Improved Multiple Equipment
    Reply With Quote #2

    Although you shouldn't be getting item clipping issues anymore, i will be releasing an update within a week or two that will resolve any possibility of issues with clipping thru the body. It will use the new ThirdpersonShoulder_Detect plugin as well as an updated IsSurvivorThirdperson bool...as well as many other optimizations, i've been slowly working on it over the past few months.
    MasterMind420 is offline
    Dominatez
    Senior Member
    Join Date: Oct 2009
    Location: Birmingham, UK
    Old 08-22-2017 , 16:55   Re: [L4D/L4D2] Improved Multiple Equipment
    Reply With Quote #3

    This is in the error log and the plugin is not working at all.

    [SM] [0] Line 1565, /home/groups/sourcemod/upload_tmp/phpCq2oX6.sp::IsSurvivorThirdPerson()
    [SM] [1] Line 730, /home/groups/sourcemod/upload_tmp/phpCq2oX6.sp::Hook_SetTransmit_View()
    [SM] Native "GetEntPropFloat" reported: Property "m_TimeForceExternalView" not found (entity 5/player)
    [SM] Displaying call stack trace for plugin "l4d_multiple_equipment.smx":

    It keeps that error going all the time and the log file fills up quickly.
    Dominatez is offline
    Psyk0tik
    Veteran Member
    Join Date: May 2012
    Location: Homeless
    Old 09-29-2017 , 04:16   Re: [L4D/L4D2] Improved Multiple Equipment
    Reply With Quote #4

    I keep getting these errors in the logs when I switch between weapons on any of the slots while in firstperson.
    Code:
    L 09/29/2017 - 01:09:32: [SM] Blaming: l4d_multiple_equipment.smx
    L 09/29/2017 - 01:09:32: [SM] Call stack trace:
    L 09/29/2017 - 01:09:32: [SM]   [0] GetEntPropFloat
    L 09/29/2017 - 01:09:32: [SM]   [1] Line 1558, C:\Program Files (x86)\Steam\steamapps\common\Left 4 Dead Dedicated Server\left4dead\addons\sourcemod\scripting\l4d_multiple_equipment.sp::IsSurvivorThirdPerson
    L 09/29/2017 - 01:09:32: [SM]   [2] Line 729, C:\Program Files (x86)\Steam\steamapps\common\Left 4 Dead Dedicated Server\left4dead\addons\sourcemod\scripting\l4d_multiple_equipment.sp::Hook_SetTransmit_View
    L 09/29/2017 - 01:09:37: Error log file session closed.
    The errors only go away when I switch to thirdpersonshoulder.
    __________________

    Last edited by Psyk0tik; 10-22-2017 at 10:52.
    Psyk0tik is offline
    NgBUCKWANGS
    Senior Member
    Join Date: Dec 2014
    Old 09-29-2017 , 14:16   Re: [L4D/L4D2] Improved Multiple Equipment
    Reply With Quote #5

    Quote:
    Originally Posted by Crasher_3637 View Post
    I keep getting these errors in the logs when I switch between weapons on any of the slots while in firstperson.
    Code:
    L 09/29/2017 - 01:09:32: [SM] Blaming: l4d_multiple_equipment.smx
    L 09/29/2017 - 01:09:32: [SM] Call stack trace:
    L 09/29/2017 - 01:09:32: [SM]   [0] GetEntPropFloat
    L 09/29/2017 - 01:09:32: [SM]   [1] Line 1558, C:\Program Files (x86)\Steam\steamapps\common\Left 4 Dead Dedicated Server\left4dead\addons\sourcemod\scripting\l4d_multiple_equipment.sp::IsSurvivorThirdPerson
    L 09/29/2017 - 01:09:32: [SM]   [2] Line 729, C:\Program Files (x86)\Steam\steamapps\common\Left 4 Dead Dedicated Server\left4dead\addons\sourcemod\scripting\l4d_multiple_equipment.sp::Hook_SetTransmit_View
    L 09/29/2017 - 01:09:37: Error log file session closed.
    The errors only go away when I switch to thirdpersonshoulder.
    If you didn't modify the source, where did you get it from? I'd like a link to it because the source in the top post doesn't line up with your errors.
    NgBUCKWANGS is offline
    Psyk0tik
    Veteran Member
    Join Date: May 2012
    Location: Homeless
    Old 09-29-2017 , 21:34   Re: [L4D/L4D2] Improved Multiple Equipment
    Reply With Quote #6

    Quote:
    Originally Posted by NgBUCKWANGS View Post
    If you didn't modify the source, where did you get it from? I'd like a link to it because the source in the top post doesn't line up with your errors.
    I only modified the source to include custom melee weapons but I removed those modifications awhile back. As far as I know, everything should be the way they are (except that the way the melee weapons are arranged is in alphabetical order but those shouldn't have anything to do with the thirdpersonshoulder errors).
    Attached Files
    File Type: sp Get Plugin or Get Source (l4d_multiple_equipment.sp - 579 views - 57.4 KB)
    __________________

    Last edited by Psyk0tik; 10-22-2017 at 10:52.
    Psyk0tik is offline
    NgBUCKWANGS
    Senior Member
    Join Date: Dec 2014
    Old 09-30-2017 , 07:14   Re: [L4D/L4D2] Improved Multiple Equipment
    Reply With Quote #7

    Quote:
    Originally Posted by Crasher_3637 View Post
    I only modified the source to include custom melee weapons but I removed those modifications awhile back. As far as I know, everything should be the way they are (except that the way the melee weapons are arranged is in alphabetical order but those shouldn't have anything to do with the thirdpersonshoulder errors).
    I tried your attachment and I couldn't get those errors the way you described them. I changed primary weapons in and out of first and third person view and couldn't reproduce your report. Is it possible the binary on your server may be different than the source you linked? If it's the same, how exactly do you reliably reproduce it?
    NgBUCKWANGS is offline
    Psyk0tik
    Veteran Member
    Join Date: May 2012
    Location: Homeless
    Old 09-30-2017 , 07:54   Re: [L4D/L4D2] Improved Multiple Equipment
    Reply With Quote #8

    Noob question but, what do you mean "binary"?

    As for reproducing the errors, I would take a guess here and say that MasterMind420's [L4D/L4D2] Thirdpersonshoulder Shotgun Sound Fix would be required.

    If it really is that plugin causing the errors, then I would be extremely confused because both plugins were made by MasterMind420.

    EDIT: I also have [L4D/L4D2]ThirdPersonShoulder_Detect(1.4 - 18/7/2017) since it's basically a dependency of the thirdperson shotgun sound fix.
    __________________

    Last edited by Psyk0tik; 10-22-2017 at 10:52.
    Psyk0tik is offline
    NgBUCKWANGS
    Senior Member
    Join Date: Dec 2014
    Old 09-30-2017 , 08:55   Re: [L4D/L4D2] Improved Multiple Equipment
    Reply With Quote #9

    Quote:
    Originally Posted by Crasher_3637 View Post
    Noob question but, what do you mean "binary"?

    As for reproducing the errors, I would take a guess here and say that MasterMind420's [L4D/L4D2] Thirdpersonshoulder Shotgun Sound Fix would be required.

    If it really is that plugin causing the errors, then I would be extremely confused because both plugins were made by MasterMind420.

    EDIT: I also have [L4D/L4D2]ThirdPersonShoulder_Detect(1.4 - 18/7/2017) since it's basically a dependency of the thirdperson shotgun sound fix.
    The binary is the smx you drop into the plugins folder. I do not have "Thirdpersonshoulder Shotgun Sound Fix" but do have the "ThirdPersonShoulder_Detect" plugin and with or without it, I can't get any errors in my logs. Can you try as a last ditch effort to simply rebuild the plugin from a good source and drop it into your plugins folder and restart the server? Do you still get the errors?
    NgBUCKWANGS is offline
    Psyk0tik
    Veteran Member
    Join Date: May 2012
    Location: Homeless
    Old 09-30-2017 , 09:20   Re: [L4D/L4D2] Improved Multiple Equipment
    Reply With Quote #10

    Quote:
    Originally Posted by NgBUCKWANGS View Post
    The binary is the smx you drop into the plugins folder. I do not have "Thirdpersonshoulder Shotgun Sound Fix" but do have the "ThirdPersonShoulder_Detect" plugin and with or without it, I can't get any errors in my logs. Can you try as a last ditch effort to simply rebuild the plugin from a good source and drop it into your plugins folder and restart the server? Do you still get the errors?
    I'll redownload the plugin and see if that one causes errors or not. I'll get back to you with the results.
    __________________

    Last edited by Psyk0tik; 10-22-2017 at 10:53.
    Psyk0tik 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 18:56.


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