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

TF2Items - Items with custom attributes.


Post New Thread Closed Thread   
 
Thread Tools Display Modes
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 04-19-2012 , 09:35   Re: TF2Items - Items with custom attributes.
#1501

Quote:
Originally Posted by Mev View Post
So..no help with my issue? Its a few posts above.
Your OS locked the file, nothing anyone can do about it.
It should just resolve itself after a restart tbh.
__________________
asherkin is offline
E3pO
Junior Member
Join Date: Dec 2011
Location: Above you
Old 04-19-2012 , 15:26   Re: TF2Items - Items with custom attributes.
#1502

Quote:
Originally Posted by Carn View Post
L 04/18/2012 - 017:03: [TF2ITEMS] "GiveNamedItem" offset = 461
L 04/18/2012 - 017:09: SourceMod log file session started (file "L20120418.log") (Version "1.4.1")
I was having this issue too on my windows box.

Download the latest snapshot build from http://www.sourcemod.net/smdrop/1.4/...76-windows.zip and copy just the "gamedata" folder.

restart your server and then sourcemod should auto update, restart it again.

Now you should be back to normal.
E3pO is offline
Send a message via AIM to E3pO Send a message via MSN to E3pO Send a message via Skype™ to E3pO
DarkSynergy
Member
Join Date: Jan 2011
Old 04-20-2012 , 03:26   Re: TF2Items - Items with custom attributes.
#1503

Code:
L 04/20/2012 - 00:05:50: SourceMod error session started
L 04/20/2012 - 00:05:50: Info (map "cp_gorge") (file "errors_20120420.log")
L 04/20/2012 - 00:05:50: [SM] Native "TF2Items_SetQuality" reported: Quality out of bounds: 13 [-1 ... 11]
L 04/20/2012 - 00:05:50: [SM] Displaying call stack trace for plugin "tf2ibwr.smx":
L 04/20/2012 - 00:05:50: [SM]   [0]  Line 342, C:\Program Files\Steam\steamapps\cs_shooterman\team fortress 2\tf\addons\sourcemod\scripting\tf2ibwr.sp::Timer_HookedEvent()
L 04/20/2012 - 00:07:11: Error log file session closed.
EDIT: I'm told this item index is supposed to be for the "Haunted" item quality.

Last edited by DarkSynergy; 04-21-2012 at 13:25. Reason: More information!
DarkSynergy is offline
Mr. Man
Veteran Member
Join Date: Mar 2011
Location: Huh?
Old 04-25-2012 , 15:42   Re: TF2Items - Items with custom attributes.
#1504

I seem to have run into quite the conundrum:

There is one player who I cannot assign any item attribute in the tf2items.txt file. I have triple checked his Steam ID and made sure the format is the same as everyone elses, and he appears to be the only person who "can't" have one assigned.

The format for his own section in the .txt is the same, and the item IDs all match. I am not sure why this is the case... Any hints?
Mr. Man is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 04-25-2012 , 16:37   Re: TF2Items - Items with custom attributes.
#1505

Quote:
Originally Posted by Mr. Man View Post
Any hints?
I suggest you post your config file.
__________________
asherkin is offline
napalm00
Veteran Member
Join Date: Jun 2011
Location: Italy, sadly
Old 04-25-2012 , 16:43   Re: TF2Items - Items with custom attributes.
#1506

Are you sure you called "tf2items_manager_reload"?
And yes, post the config.
__________________
napalm00 is offline
Mr. Man
Veteran Member
Join Date: Mar 2011
Location: Huh?
Old 04-25-2012 , 18:22   Re: TF2Items - Items with custom attributes.
#1507

Quote:
Originally Posted by napalm00 View Post
Are you sure you called "tf2items_manager_reload"?
And yes, post the config.
Odd, I thought I already did and yes, I did call the command to reload the list.

Here it is:

Code:
"custom_weapons_v3"
{      
       "STEAM_0:1:27369613" //The Belgian
       {
              "537" //Birthday Hat
              { 
                      "quality"              "9"
                      "level"                "999"

                      "1"                    "134 ; 6"
              }

              "397" //Charmer's Chapeau
              { 
                      "quality"              "9"
                      "level"                "999"

                      "1"                    "134 ; 17"
              }

              "240" //Lumb Lid
              { 
                      "quality"              "9"
                      "level"                "999"

                      "1"                    "134 ; 17"
              }
       }

       "STEAM_0:0:47637521" //The Minister
       {
              "116" //Ghastly Gibus
              { 
                      "quality"              "9"
                      "level"                "999"

                      "1"                    "134 ; 17"
              }

              "605" //Degroot Experience
              { 
                      "quality"              "9"
                      "level"                "999"

                      "1"                    "134 ; 35"
              }
       }

       "STEAM_0:0:41759827" //Dr. Popo
       {
              "261" //Mann Co. Cap
              { 
                      "quality"              "9"
                      "level"                "999"

                      "1"                    "134 ; 38"
              }
       }

       "STEAM_0:0:27155200" //Mr. Man
       {
              "261" //Mann Co. Cap
              { 
                      "quality"              "9"
                      "level"                "999"

                      "1"                    "134 ; 39"
              }

              "523" //Company Man
              { 
                      "quality"              "9"
                      "level"                "999"

                      "1"                    "134 ; 39"
              }
       }

       "STEAM_0:1:3656399" //Sexy Popo
       {
              "261" //Mann Co. Cap
              { 
                      "quality"              "9"
                      "level"                "999"

                      "1"                    "134 ; 38"
              }
       }

       "STEAM_0:0:27296043" //Jorge Chang
       {
              "471" //WW2 Hat
              { 
                      "quality"              "9"
                      "level"                "999"

                      "1"                    "134 ; 38"
              }
       }
}
I am having problem with "The Minister"

Last edited by Mr. Man; 04-25-2012 at 18:22.
Mr. Man is offline
Sorrowfire
Member
Join Date: Jul 2010
Location: <Missing String>
Old 04-26-2012 , 11:56   Re: TF2Items - Items with custom attributes.
#1508

Quote:
Originally Posted by DarkSynergy View Post
Code:
L 04/20/2012 - 00:05:50: SourceMod error session started
L 04/20/2012 - 00:05:50: Info (map "cp_gorge") (file "errors_20120420.log")
L 04/20/2012 - 00:05:50: [SM] Native "TF2Items_SetQuality" reported: Quality out of bounds: 13 [-1 ... 11]
L 04/20/2012 - 00:05:50: [SM] Displaying call stack trace for plugin "tf2ibwr.smx":
L 04/20/2012 - 00:05:50: [SM]   [0]  Line 342, C:\Program Files\Steam\steamapps\cs_shooterman\team fortress 2\tf\addons\sourcemod\scripting\tf2ibwr.sp::Timer_HookedEvent()
L 04/20/2012 - 00:07:11: Error log file session closed.
EDIT: I'm told this item index is supposed to be for the "Haunted" item quality.
Last time i checked, Tf2items has not been updated to include some of the newer additions to the quality list.
__________________
"What do you mean SourcePawn doesn't count as a 2nd language?"
Sorrowfire is offline
babaj
Member
Join Date: Sep 2011
Old 05-06-2012 , 06:31   Re: TF2Items - Items with custom attributes.
#1509

что это за сообщение? - [TF2ITEMS] "GiveNamedItem" offset = 469

What kind of message? - [TF2ITEMS] "GiveNamedItem" offset = 469
babaj is offline
Leonardo
Veteran Member
Join Date: Feb 2010
Location: 90's
Old 05-06-2012 , 07:19   Re: TF2Items - Items with custom attributes.
#1510

debug message, ignore it.
__________________
Leonardo is offline
Closed Thread


Thread Tools
Display Modes

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:31.


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