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

[L4D(2)] Survivor Upgrades Reloaded


Post New Thread Reply   
 
Thread Tools Display Modes
Visual77
Veteran Member
Join Date: Jan 2009
Old 03-17-2012 , 11:20   Re: [L4D(2)] Survivor Upgrades Reloaded
Reply With Quote #41

L 03/17/2012 - 15:49:19: [SM] Native "GetEntProp" reported: Property "m_upgradeBitVec" not found (entity 266/weapon_melee)

I think that means that it is trying to add an upgrade (laser, incidiary, explosive?) to a melee weapon, and as far as I know, m_upgradeBitVec can only be used with primary weapons that support the upgrade.

your errors has nothing to do with the ammount of slots. it's defenently errors that the plugin author must fix.

Last edited by Visual77; 03-17-2012 at 11:20.
Visual77 is offline
Marcus101RR
Veteran Member
Join Date: Aug 2009
Location: Tampa, FL
Old 03-17-2012 , 12:34   Re: [L4D(2)] Survivor Upgrades Reloaded
Reply With Quote #42

Quote:
Originally Posted by siangc View Post
I tried running it on a l4d2 vs server with 16 slots, it didn't work, here's a bit of my logs.
I'm guessing its cause the 16 players?

L 03/17/2012 - 15:47:59: Info (map "c6m2_bedlam") (file "errors_20120317.log")
L 03/17/2012 - 15:47:59: [SM] Native "SetEntProp" reported: Property "m_upgradeBitVec" not found (entity 1/player)
L 03/17/2012 - 15:47:59: [SM] Displaying call stack trace for plugin "l4d2_upgradesreloaded.smx":
L 03/17/2012 - 15:47:59: [SM] [0] Line 279, /home/groups/alliedmodders/forums/files/5/8/4/6/9/100650.attach::event_PlayerReplacedBot()
L 03/17/2012 - 15:49:09: [SM] Native "SetEntProp" reported: Property "m_upgradeBitVec" not found (entity 6/player)
L 03/17/2012 - 15:49:09: [SM] Displaying call stack trace for plugin "l4d2_upgradesreloaded.smx":
L 03/17/2012 - 15:49:09: [SM] [0] Line 279, /home/groups/alliedmodders/forums/files/5/8/4/6/9/100650.attach::event_PlayerReplacedBot()
L 03/17/2012 - 15:49:19: [SM] Native "GetEntProp" reported: Property "m_upgradeBitVec" not found (entity 266/weapon_melee)
L 03/17/2012 - 15:49:19: [SM] Displaying call stack trace for plugin "l4d2_upgradesreloaded.smx":
L 03/17/2012 - 15:49:19: [SM] [0] Line 307, /home/groups/alliedmodders/forums/files/5/8/4/6/9/100650.attach::SetSurvivorUpgrades()
L 03/17/2012 - 15:50:00: [SM] Native "SetEntProp" reported: Property "m_upgradeBitVec" not found (entity 3/player)
L 03/17/2012 - 15:50:00: [SM] Displaying call stack trace for plugin "l4d2_upgradesreloaded.smx":
L 03/17/2012 - 15:50:00: [SM] [0] Line 279, /home/groups/alliedmodders/forums/files/5/8/4/6/9/100650.attach::event_PlayerReplacedBot()
L 03/17/2012 - 15:51:53: [SM] Native "GetConVarInt" reported: Invalid convar handle 0 (error 4)
L 03/17/2012 - 15:51:53: [SM] Displaying call stack trace for plugin "l4d2_upgradesreloaded.smx":
L 03/17/2012 - 15:51:53: [SM] [0] Line 892, /home/groups/alliedmodders/forums/files/5/8/4/6/9/100650.attach::event_AwardEarned()
L 03/17/2012 - 15:51:53: [SM] Native "GetConVarInt" reported: Invalid convar handle 0 (error 4)
L 03/17/2012 - 15:51:53: [SM] Displaying call stack trace for plugin "l4d2_upgradesreloaded.smx":
L 03/17/2012 - 15:51:53: [SM] [0] Line 892, /home/groups/alliedmodders/forums/files/5/8/4/6/9/100650.attach::event_AwardEarned()
L 03/17/2012 - 15:52:51: [SM] Native "SetEntProp" reported: Property "m_upgradeBitVec" not found (entity 1/player)
L 03/17/2012 - 15:52:51: [SM] Displaying call stack trace for plugin "l4d2_upgradesreloaded.smx":
L 03/17/2012 - 15:52:51: [SM] [0] Line 913, /home/groups/alliedmodders/forums/files/5/8/4/6/9/100650.attach::round_end()
L 03/17/2012 - 15:53:06: [SM] Native "SetEntProp" reported: Property "m_upgradeBitVec" not found (entity 1/player)
L 03/17/2012 - 15:53:06: [SM] Displaying call stack trace for plugin "l4d2_upgradesreloaded.smx":
L 03/17/2012 - 15:53:06: [SM] [0] Line 913, /home/groups/alliedmodders/forums/files/5/8/4/6/9/100650.attach::round_end()
L 03/17/2012 - 15:57:24: [SM] Native "SetEntProp" reported: Property "m_upgradeBitVec" not found (entity 10/player)
L 03/17/2012 - 15:57:24: [SM] Displaying call stack trace for plugin "l4d2_upgradesreloaded.smx":
L 03/17/2012 - 15:57:24: [SM] [0] Line 279, /home/groups/alliedmodders/forums/files/5/8/4/6/9/100650.attach::event_PlayerReplacedBot()
L 03/17/2012 - 15:57:28: [SM] Native "SetEntProp" reported: Property "m_upgradeBitVec" not found (entity 12/player)
L 03/17/2012 - 15:57:28: [SM] Displaying call stack trace for plugin "l4d2_upgradesreloaded.smx":
L 03/17/2012 - 15:57:28: [SM] [0] Line 266, /home/groups/alliedmodders/forums/files/5/8/4/6/9/100650.attach::event_BotReplacedPlayer()
Works fine on 18 slots, These errors are reported, but they cause no gameplay issue. I don't really know why it reports that it cannot be found on player. Are you players trying to cheat the upgrades? Spectating and then rejoining is not a good idea. I'll have this fixed in today's hotfix.


Quote:
Originally Posted by RavenDan29 View Post
Its goner take time to rearrange my server to take this plugin given that ive added so much to compensate for not having this plugin available for l4d2 since day 1 not even sure if its worth changeing to this now.
I don't know how many plugins you are using, or what you mean by rearrange. I never heard of people rearranging a server, I just remove a mod and add a new one from time to time to keep it fresh. Well, l4d2 didn't have this cause they removed it, and its only a handful of features so far.


Quote:
Originally Posted by Visual77 View Post
L 03/17/2012 - 15:49:19: [SM] Native "GetEntProp" reported: Property "m_upgradeBitVec" not found (entity 266/weapon_melee)

I think that means that it is trying to add an upgrade (laser, incidiary, explosive?) to a melee weapon, and as far as I know, m_upgradeBitVec can only be used with primary weapons that support the upgrade.

your errors has nothing to do with the ammount of slots. it's defenently errors that the plugin author must fix.
I'll fix this error, but it doesn't affect gameplay at this time, so you can play even though this error appears.
__________________

Last edited by Marcus101RR; 03-17-2012 at 12:46.
Marcus101RR is offline
Send a message via AIM to Marcus101RR Send a message via Skype™ to Marcus101RR
siangc
Senior Member
Join Date: Mar 2010
Old 03-17-2012 , 12:43   Re: [L4D(2)] Survivor Upgrades Reloaded
Reply With Quote #43

It doenst work at all for me at this moment, nothing gets printed to chat, and no perks are given to players.
__________________
siangc is offline
Marcus101RR
Veteran Member
Join Date: Aug 2009
Location: Tampa, FL
Old 03-17-2012 , 12:47   Re: [L4D(2)] Survivor Upgrades Reloaded
Reply With Quote #44

Quote:
Originally Posted by siangc View Post
It doenst work at all for me at this moment, nothing gets printed to chat, and no perks are given to players.
List your plugins, and also list the error loading message if you can. Also, if you type !upgrades, it should appear.

Update 1.3.4 Released (Hotfix)
Changelog
__________________

Last edited by Marcus101RR; 03-17-2012 at 13:03.
Marcus101RR is offline
Send a message via AIM to Marcus101RR Send a message via Skype™ to Marcus101RR
RavenDan29
Veteran Member
Join Date: Sep 2009
Old 03-17-2012 , 17:11   Re: [L4D(2)] Survivor Upgrades Reloaded
Reply With Quote #45

Ok am I right in thinking i will need to delete the following?
Smoker Cloud Damage
Grab Laser Sights
Boomer Splash Damage
Incapped Crawling
Point System
Self Help
As Upgrades pretty much cover all of those?

other plugins might need deleteing?
hpregeneration
movable hunter
charger steering
infected digestion
jockey jump
tank on fire booster
relentless witch
spitter supergirl
__________________

Last edited by RavenDan29; 03-17-2012 at 17:33.
RavenDan29 is offline
Marcus101RR
Veteran Member
Join Date: Aug 2009
Location: Tampa, FL
Old 03-17-2012 , 17:33   Re: [L4D(2)] Survivor Upgrades Reloaded
Reply With Quote #46

Quote:
Originally Posted by RavenDan29 View Post
Ok am I right in thinking i will need to delete the following?
Smoker Cloud Damage
Grab Laser Sights
Boomer Splash Damage
Incapped Crawling
Point System
Self Help
As Upgrades pretty much cover all of those?

other plugins might need deleteing?
hpregeneration
movable hunter
charger steering
infected digestion
jockey jump
tank on fire booster
relentless witch
spitter supergirl
Remove The Following:
Grab Laser Sights - it is an upgrade.
hpregeneration - It is an upgrade called Morphogenic Cells

The rest im not sure about, depends if any of them modify the upgrades above.
__________________

Last edited by Marcus101RR; 03-17-2012 at 17:35.
Marcus101RR is offline
Send a message via AIM to Marcus101RR Send a message via Skype™ to Marcus101RR
RavenDan29
Veteran Member
Join Date: Sep 2009
Old 03-17-2012 , 17:43   Re: [L4D(2)] Survivor Upgrades Reloaded
Reply With Quote #47

What about this one called self help https://forums.alliedmods.net/showth...light=selfhelp

So Smoker cloud and boomer splash are no longer upgrades, I think they used to be?
__________________
RavenDan29 is offline
Marcus101RR
Veteran Member
Join Date: Aug 2009
Location: Tampa, FL
Old 03-18-2012 , 04:03   Re: [L4D(2)] Survivor Upgrades Reloaded
Reply With Quote #48

Quote:
Originally Posted by RavenDan29 View Post
What about this one called self help https://forums.alliedmods.net/showth...light=selfhelp

So Smoker cloud and boomer splash are no longer upgrades, I think they used to be?
Smoker Neutralizer / Boomer Neutralizer are not installed yet, nor is Second Wind. So no, they should not interfere.
__________________
Marcus101RR is offline
Send a message via AIM to Marcus101RR Send a message via Skype™ to Marcus101RR
siangc
Senior Member
Join Date: Mar 2010
Old 03-19-2012 , 02:31   Re: [L4D(2)] Survivor Upgrades Reloaded
Reply With Quote #49

Been trying it a bit more now, it works for survivors, but on infected if i say !uprgrades it says "Error, contact plugin developer please". Heres a list of plugins i got on

01 "Automatic Campaign Switcher (ACS)" (v1.2.2) by Chris Pringle
02 "Admin File Reader" (1.4.1) by AlliedModders LLC
03 "Admin Help" (1.4.1) by AlliedModders LLC
04 "Admin Menu" (1.4.1) by AlliedModders LLC
05 "AdsQL Advertisements System" (1.7.8) by PharaohsPaw
06 "AFK Manager" (3.4.3) by Rothgar
07 "Anti-Flood" (1.4.1) by AlliedModders LLC
08 "Ban disconnected players" (1.04) by mad_hamster
09 "Basic Chat" (1.4.1) by AlliedModders LLC
10 "Basic Comm Control" (1.4.1) by AlliedModders LLC
11 "Basic Commands" (1.4.1) by AlliedModders LLC
12 "Basic Info Triggers" (1.4.1) by AlliedModders LLC
13 "Basic Votes" (1.4.1) by AlliedModders LLC
14 "Client Preferences" (1.4.1) by AlliedModders LLC
15 "Fun Commands" (1.4.1) by AlliedModders LLC
16 "Fun Votes" (1.4.1) by AlliedModders LLC
17 "L4D Ghost Fly" (1.1.1) by Madcap
18 "Heartbeat trigger" (1.2) by B-man & Dirka_Dirka
19 "High Ping Kicker - Lite Edition" (1.0.0.1) by Liam
20 "join.smx"
21 "[L4D2] Medkit Density" (1.4) by SwiftReal
22 "L4D2 Score/Team Manager" (1.2.9) by Downtown1 & AtomicStryker
23 "L4D2 Boomer Bitch Slap" (1.0.0) by AtomicStryker
24 "L4D2 -=BwA=- Simple Supplier - Missing Medkit and Weapons Fix" (1.0.2) by -=BwA=- jester
25 "L4D2 Gun Control" (1.1.3) by AtomicStryker
26 "L4D2 Incapped Meds Munch" (1.1.9) by AtomicStryker
27 "L4D2 Round Start Items Giver" (3.7) by kwski43 aka Jacklul
28 "Jockey jump" (1.0.3) by Die Teetasse
29 "L4D2 Karma Charge" (1.0.7) by AtomicStryker
30 "L4D2 Mighty Stomp Foot" (1.0.1) by AtomicStryker
31 "[L4D2] Points System" (1.6.7 Loquere) by McFlurry
32 "L4D 2 Pounce Announce" (1.5) by n0limit
33 "[L4D2] Vote Manager" (1.0) by McFlurry
34 "[L4D2] Weapon Unlock" (0.8.9) by Crimson_Fox & AtomicStryker
35 "Zombie Character Select" (0.9.4) by XBetaAlpha
36 "[L4D(2)] AFK and Join Team Commands" (1.1) by MasterMe
37 "climb everywhere" (1.01) by Pan Xiaohai
38 "Incapped Grenade (Pipe, Molotov, Vomitjar)" (1.6) by DJ_WEST
39 "[L4D & L4D2] MultiTanks" (1.7) by Red Alex & Sheleu
40 "Custom Player Stats" (1.4B117) by Mikko Andersson (muukis)
41 "L4D SuperVersus" (1.5.4) by DDRKhat
42 "Playerlist Panel" (1.6) by OtterNas3
43 "l4d_witches" (1.5) by Sheleu
45 "Player Commands" (1.4.1) by AlliedModders LLC
46 "L4D2 PounceRecord" (1.0) by kevinbrunet original n0limit
47 "Reserved Slots" (1.4.1) by AlliedModders LLC
48 "Round Start Bot Stop" (1.8) by EHG
49 "Server Clean Up" (1.1.7) by Jamster
50 "Smoke'n Move" (1.2) by Olj
51 "Sound Commands" (1.4.1) by AlliedModders LLC
52 "SourceBans" (1.4.9) by SourceBans Development Team
53 "Survivor Bot Takeover" (0.8) by Mikko Andersson (muukis)
54 "Melee In The Saferoom" (2.0.7) by N3wton


Some errors from my logs...:(theres too many, I cant post it all)

L 03/18/2012 - 20:38:48: [SM] Displaying call stack trace for plugin "l4d2_upgradesreloaded.smx":
L 03/18/2012 - 20:38:48: [SM] [0] Line 343, /home/groups/alliedmodders/forums/files/5/8/4/6/9/100745.attach::event_ItemPickup()
L 03/18/2012 - 20:38:49: [SM] Native "GetEdictClassname" reported: Invalid edict (-1 - -1)
L 03/18/2012 - 20:38:49: [SM] Displaying call stack trace for plugin "l4d2_upgradesreloaded.smx":
L 03/18/2012 - 20:38:49: [SM] [0] Line 304,

L 03/18/2012 - 20:39:02: [SM] [0] Line 343, /home/groups/alliedmodders/forums/files/5/8/4/6/9/100745.attach::event_ItemPickup()
L 03/18/2012 - 20:39:03: [SM] Native "GetEntProp" reported: Entity -1 (-1) is invalid
L 03/18/2012 - 20:39:03: [SM] Displaying call stack trace for plugin "l4d2_upgradesreloaded.smx":
L 03/18/2012 - 20:39:03: [SM] [0] Line 306,

/home/groups/alliedmodders/forums/files/5/8/4/6/9/100745.attach::timer_RegenerationTimer()
L 03/18/2012 - 21:31:13: [SM] Native "FindDataMapOffs" reported: Entity 15 (15) is invalid
L 03/18/2012 - 21:31:13: [SM] Displaying call stack trace for plugin "l4d2_upgradesreloaded.smx":
L 03/18/2012 - 21:31:13: [SM] [0] Line 1141,
__________________

Last edited by siangc; 03-19-2012 at 02:34.
siangc is offline
Marcus101RR
Veteran Member
Join Date: Aug 2009
Location: Tampa, FL
Old 03-19-2012 , 09:18   Re: [L4D(2)] Survivor Upgrades Reloaded
Reply With Quote #50

Survivor Upgrades isn't for Infected, the error just tells me that you cant use it on infected. I'll changing the error message in due time, I'll add a safety fault to those so these errors do not appear again.
__________________
Marcus101RR is offline
Send a message via AIM to Marcus101RR Send a message via Skype™ to Marcus101RR
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 05:26.


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