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

[TF2] Equipment manager 1.1.8 (05/22/10)


Post New Thread Reply   
 
Thread Tools Display Modes
laufer
Member
Join Date: Dec 2009
Location: Russia, Moscow
Old 12-30-2009 , 08:03   Re: [TF2] Equipment manager 1.1.6 (09/23/09)
Reply With Quote #751

I'm dreaming of some kind of EM_rights.cfg wich would be look like:

Code:
 
#STEAM:1:1:1111
{
"Bonk Hat"
"Demo's afro"
}
 
#STEAM:1:1:1112
{
"Officer's ushanka"
}
 
...
So players who listed where can equip only items that listed below their id. I'll check Damizean's code if it can be modified for that... I have one idea...

I think player's id can be added in TF2_ItemList.cfg instead of flags [HIDDEN], [USER_DEFAULT] or others. Like [STEAM:1:1:1111]. If string 'STEAM' exists - see numbers after it. Only thing left is to code it...

Last edited by laufer; 12-30-2009 at 08:17. Reason: Hmmmm...
laufer is offline
Send a message via ICQ to laufer
Toughsox
Member
Join Date: Nov 2008
Location: New Jersey
Old 12-30-2009 , 15:29   Re: [TF2] Equipment manager 1.1.6 (09/23/09)
Reply With Quote #752

Dont know where to begin but to thank Damizean, Zukos, Psychonic and Tsunami for putting up with my stupid questions, not to mention all the fine people in the #sourcemod channel. (plus the support people from our gaming community)

We now have all the stock hats plus 51 Custom hats that our Admins and reserved-slot people can all use at will.

It took awhile to set it all up and configure, but well worth it as people love these hats.

Thank you to everyone involved....this plugin is by far my favorite!!!
__________________
Co-Owner of Guns4Back2School
www.g4b2s.com

Last edited by Toughsox; 12-30-2009 at 15:31.
Toughsox is offline
jockersoft
Member
Join Date: Aug 2008
Old 01-08-2010 , 06:18   Re: [TF2] Equipment manager 1.1.6 (09/23/09)
Reply With Quote #753

this plugin makes my servers very unstable.
I wasn't able to find the exact steps to replicate the crash since it seems this problem occurs only with specific players, but it is definitively caused just by equipping normal hats, such as the pyro brigade helmet
Code:
    "Brigade Helm"
    {
        "index"      "105"
        "model"      "models/player/items/pyro/fireman_helmet.mdl"
        "flags"      "HIDE_SCOUT_HAT HIDE_SCOUT_HEADPHONES HIDE_SOLDIER_HELMET HIDE_ENGINEER_HELMET HIDE_SNIPER_HAT"
        "classes"    "PYRO"
        "teams"      "ALL"
        "slot"       "1"
    }
I'm using Equipment manager 1.1.5, sourcemod 1.2.4 and MMS 1.7.1 (windows) with all the gamedata updated.
I've attached the minidump of one of the crashes, what follows is its stack trace
Code:
>    vgui2.dll!0d60b171()     
     [Frames below may be incorrect and/or missing, no symbols loaded for vgui2.dll]    
     vgui2.dll!0d609e71()     
     server.dll!0e350fef()     
     server.dll!0e3517c5()     
     server.dll!0e344802()     
     server.dll!0e399911()     
     server.dll!0e2535ab()     
     server.dll!0e260286()     
     server.dll!0e232d38()     
     server.dll!0e232e33()     
     server.dll!0e1ec768()     
     sourcemod.2.ep2v.dll!__SourceHook_FHCls_IServerGameDLLGameFramefalse::Func(bool p1=true)  Line 55 + 0xd6 bytes    C++
     engine.dll!0bfdd705()     
     engine.dll!0bfd92dd()     
     engine.dll!0bfdbfbc()     
     engine.dll!0bec801f()     
     engine.dll!0bec9017()     
     ntdll.dll!_NtDelayExecution@8()  + 0xc bytes    
     engine.dll!0bec9703()     
     engine.dll!0bed652c()     
     engine.dll!0bed66da()     
     engine.dll!0bed6772()     
     engine.dll!0bf21521()     
     engine.dll!0bf1fdc1()     
     dedicated.dll!10003258()     
     engine.dll!0bfa3ddd()     
     engine.dll!0bf2128b()     
     engine.dll!0bf20722()     
     engine.dll!0bf20737()     
     engine.dll!0c0368be()     
     engine.dll!0bf21130()     
     engine.dll!0c1078ab()     
     dedicated.dll!10003af4()     
     studiorender.dll!0d164cd7()     
     materialsystem.dll!0cc699a3()     
     engine.dll!0bf20918()     
     dedicated.dll!100208bd()     
     dedicated.dll!10020b9d()     
     dedicated.dll!10020bde()     
     dedicated.dll!10020bde()     
     dedicated.dll!10003d69()     
     kernel32.dll!_GetVersionExA@4()  + 0xbc bytes    
     00000015()    
     kernel32.dll!_LoadLibraryExW@12()  + 0x114 bytes    
     kernel32.dll!_GetProcAddress@8()  + 0x3f bytes
Attached Files
File Type: mdmp Steam__273447__2009_12_29T14_50_16C3130500.mdmp (57.6 KB, 96 views)
jockersoft is offline
krispy101
Junior Member
Join Date: Nov 2007
Old 01-09-2010 , 07:23   Re: [TF2] Equipment manager 1.1.6 (09/23/09)
Reply With Quote #754

With the latest version of SourceMod, and the latest version of MetaMod I seem to be having an issue, although the same issue was encountered when running an old version of both of the aforementioned plugins too.

The problem appears to be that the server crashes when:

1) Player A Has a hat on, whether it be from this plugin or not.
2) Player B goes as a Spy
3) Player B Disguises as Player A whilst he is wearing a hat.
4) Goodbye server

Or at least, in my case anyway, hoping you can resolve this issue!

Thanks, Kris
krispy101 is offline
DontWannaName
Veteran Member
Join Date: Jun 2007
Location: VALVe Land, WA
Old 01-09-2010 , 16:32   Re: [TF2] Equipment manager 1.1.6 (09/23/09)
Reply With Quote #755

I think I have narrowed it down to this plugin crashing, are you sure the windows offset doesnt need updating?
__________________

DontWannaName is offline
Kevin_b_er
SourceMod Donor
Join Date: Feb 2009
Old 01-09-2010 , 17:36   Re: [TF2] Equipment manager 1.1.6 (09/23/09)
Reply With Quote #756

Quote:
Originally Posted by krispy101 View Post
With the latest version of SourceMod, and the latest version of MetaMod I seem to be having an issue, although the same issue was encountered when running an old version of both of the aforementioned plugins too.

The problem appears to be that the server crashes when:

1) Player A Has a hat on, whether it be from this plugin or not.
2) Player B goes as a Spy
3) Player B Disguises as Player A whilst he is wearing a hat.
4) Goodbye server

Or at least, in my case anyway, hoping you can resolve this issue!

Thanks, Kris

You know valve recently changed things so the spy's disguise adds the hat of the player they're disguised as. It could be related to this.
Kevin_b_er is offline
FoxMulder
Senior Member
Join Date: Jan 2009
Location: Orlando, FL
Old 01-09-2010 , 21:50   Re: [TF2] Equipment manager 1.1.6 (09/23/09)
Reply With Quote #757

Yup this plugin has been making my server to crash
__________________
FoxMulder is offline
Fug™
Junior Member
Join Date: Jun 2009
Old 01-09-2010 , 23:24   Re: [TF2] Equipment manager 1.1.6 (09/23/09)
Reply With Quote #758

ME too....I cant run this at all since the war update. Need a fix badly.
Fug™ is offline
The JCS
AlliedModders Donor
Join Date: Jan 2007
Location: Brazil
Old 01-10-2010 , 00:07   Re: [TF2] Equipment manager 1.1.6 (09/23/09)
Reply With Quote #759

My server is crashing due to the plugin, too.

Does any one know if the other hat plugin is working?
The JCS is offline
Send a message via MSN to The JCS
DontWannaName
Veteran Member
Join Date: Jun 2007
Location: VALVe Land, WA
Old 01-10-2010 , 02:34   Re: [TF2] Equipment manager 1.1.6 (09/23/09)
Reply With Quote #760

The other hat plugin doesnt have a config like this one from what it seems.
__________________

DontWannaName 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 13:39.


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