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

[TF2] backpack.tf Price Check


Post New Thread Reply   
 
Thread Tools Display Modes
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 03-10-2013 , 17:18   Re: [TF2] backpack.tf Price Check
Reply With Quote #201

Code:
 "SteamTools" (0.8.3) by Asher Baker (asherkin): SteamWorks for SourceMod.
Code:
SourceMod 1.5.0-dev+3792, by AlliedModders LLC
Windows 2008 RC2
Drixevel is offline
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 03-10-2013 , 17:38   Re: [TF2] backpack.tf Price Check
Reply With Quote #202

Works fine for me on Windows 7, SM version 1.5.0-dev+3737, SteamTools version 0.8.3.
__________________
Dr. McKay is offline
ika256
Junior Member
Join Date: Mar 2013
Old 03-10-2013 , 17:48   Re: [TF2] backpack.tf Price Check
Reply With Quote #203

My system:
Code:
uname 
FreeBSD 9.1-RELEASE #0 r243826 - i386
Code:
meta version
Metamod:Source version 1.9.2
Build ID: 811:a85baef2eadb
Loaded As: Valve Server Plugin
Compiled on: Feb  6 2013
Plugin interface version: 15:14
SourceHook version: 5:5
http://www.metamodsource.net/
Code:
sm version
 SourceMod Version Information:
    SourceMod Version: 1.4.7
    SourcePawn Engine: SourcePawn 1.1, jit-x86 (build 1.4.7)
    SourcePawn API: v1 = 4, v2 = 4
    Compiled on: Feb  6 2013 17:43:57
    Build ID: 3615:a80f660407e7
    http://www.sourcemod.net/

check dev version too

sm version
 SourceMod Version Information:
    SourceMod Version: 1.5.0-dev+3793
    SourcePawn Engine: SourcePawn 1.1, jit-x86 (build 1.5.0-dev+3793)
    SourcePawn API: v1 = 4, v2 = 4
    Compiled on: Mar  9 2013 19:26:42
    Build ID: 3793:535c0935a4bb
    http://www.sourcemod.net/
Code:
sm exts info 9
 File: steamtools.ext.so
 Loaded: Yes (version 0.8.3)
 Name: SteamTools (SteamWorks for SourceMod.)
 Author: Asher Baker (asherkin) (http://limetech.org/)
 Binary info: API version 5 (compiled Oct 27 2012)
 Method: Loaded by SourceMod, attached to Metamod:Source
Code:
sm plugins info backpack-tf.smx
  Filename: backpack-tf.smx
  Title: [TF2] backpack.tf Price Check (Provides a price check command for use with backpack.tf)
  Author: Dr. McKay
  Version: 2.0.1
  URL: http://www.doctormckay.com
  Status: running
  Reloads: Map Change if Updated
  Timestamp: 03/09/2013 23:26:03
  Hash: 30acbbe0e1158aa7a5f1f472db3ac893

Last edited by ika256; 03-10-2013 at 18:05.
ika256 is offline
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 03-10-2013 , 18:58   Re: [TF2] backpack.tf Price Check
Reply With Quote #204

Why do you have two different versions of SM?
__________________
Dr. McKay is offline
ika256
Junior Member
Join Date: Mar 2013
Old 03-11-2013 , 02:28   Re: [TF2] backpack.tf Price Check
Reply With Quote #205

I just install fresh dev version of SM for checking would everything work or not
so what format have downloaded file? I found in source that plugin downloads vdf with name=1
why manually downloaded file don't work ?
ika256 is offline
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 03-11-2013 , 09:31   [TF2] backpack.tf Price Check
Reply With Quote #206

Quote:
Originally Posted by ika256 View Post
I just install fresh dev version of SM for checking would everything work or not
so what format have downloaded file? I found in source that plugin downloads vdf with name=1
why manually downloaded file don't work ?
The plugin writes data to the file about the time when it was downloaded. Try installing Accelerator. That should help you to narrow down the cause of the crashes.
__________________
Dr. McKay is offline
404UserNotFound
BANNED
Join Date: Dec 2011
Old 03-11-2013 , 23:38   Re: [TF2] backpack.tf Price Check
Reply With Quote #207

Got an error for you, Dr. McKay. I'm running this plugin at the latest version, etc, etc.

This just popped up in my error log twice today. Not sure what caused it.

Code:
L 03/10/2013 - 00:08:25: [SM] Plugin encountered error 25: Call was aborted
L 03/10/2013 - 00:08:25: [SM] Native "ThrowError" reported: Unknown currency: 
L 03/10/2013 - 00:08:25: [SM] Displaying call stack trace for plugin "backpack-tf.smx":
L 03/10/2013 - 00:08:25: [SM]   [0]  Line 436, D:\Libraries\Documents\Repos\Public Plugins\scripting\backpack-tf.sp::FormatPrice()
L 03/10/2013 - 00:08:25: [SM]   [1]  Line 458, D:\Libraries\Documents\Repos\Public Plugins\scripting\backpack-tf.sp::FormatPriceRange()
L 03/10/2013 - 00:08:25: [SM]   [2]  Line 734, D:\Libraries\Documents\Repos\Public Plugins\scripting\backpack-tf.sp::Handler_PriceListMenu()

Last edited by 404UserNotFound; 03-11-2013 at 23:38.
404UserNotFound is offline
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 03-12-2013 , 01:12   Re: [TF2] backpack.tf Price Check
Reply With Quote #208

Quote:
Originally Posted by abrandnewday View Post
Got an error for you, Dr. McKay. I'm running this plugin at the latest version, etc, etc.

This just popped up in my error log twice today. Not sure what caused it.

Code:
L 03/10/2013 - 00:08:25: [SM] Plugin encountered error 25: Call was aborted
L 03/10/2013 - 00:08:25: [SM] Native "ThrowError" reported: Unknown currency: 
L 03/10/2013 - 00:08:25: [SM] Displaying call stack trace for plugin "backpack-tf.smx":
L 03/10/2013 - 00:08:25: [SM]   [0]  Line 436, D:\Libraries\Documents\Repos\Public Plugins\scripting\backpack-tf.sp::FormatPrice()
L 03/10/2013 - 00:08:25: [SM]   [1]  Line 458, D:\Libraries\Documents\Repos\Public Plugins\scripting\backpack-tf.sp::FormatPriceRange()
L 03/10/2013 - 00:08:25: [SM]   [2]  Line 734, D:\Libraries\Documents\Repos\Public Plugins\scripting\backpack-tf.sp::Handler_PriceListMenu()
This should be fixed in 2.0.2.
__________________
Dr. McKay is offline
Oliveros
Junior Member
Join Date: Apr 2012
Location: Norway
Old 03-18-2013 , 12:19   Re: [TF2] backpack.tf Price Check
Reply With Quote #209

Hello there.

I just don't seem to be able to get this plugin to work again on our Linux servers.

I replaced the smx with the newest one and installed the translation file and also added the latest steamtools.ext.so. Even so I cant get this plugin to load properly. It just keep saying : [SM] The price list has not loaded yet.

I have added the API key into the config file in tf/cfg/sourcemod like this:

// API key obtained at http://backpack.tf/api/register/
//
// Default: "1"
backpack_tf_api_key "51XXXXXXXXXXXXXXXXX09" (this is just to show where i did put the api key)

I am runing this plug-in at 3 servers at the time, never had this problem before the api key was added to the plug-in. So do i need 3 different api keys or can i use the same api key for all 3 servers?

When I run the command: sm_updateprices in the console I get the following message:
[SM] Updating backpack.tf prices ... But nothing happens, it doesn`t seam to load backpack.tf prices

I have installed the latest sourcemod update and also did a restart on the servers to be sure that is not the issue here. I am still not able to get this plug-in to load right. But as far as i can see the plug-in is working fine. It is the Api-Key so is the issue here. When I run the command: sm_updateprices in the console I still get the following message:
[SM] Updating backpack.tf prices ...

If anybody have an idea what the problem can be, so I'd appreciate it.
You can reach me by and add me to steam on this steam profile: http://steamcommunity.com/id/OBC_Oliver/

Greetings Oliver

Last edited by Oliveros; 03-20-2013 at 18:47. Reason: Added new info
Oliveros is offline
Send a message via Skype™ to Oliveros
MaxOldPanda
SourceMod Donor
Join Date: Sep 2012
Location: Shambhala
Old 03-18-2013 , 14:13   Re: [TF2] backpack.tf Price Check
Reply With Quote #210

You have this, right?

http://forums.alliedmods.net/showthread.php?t=170630
__________________
MaxOldPanda 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:18.


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