AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [TF2]MOTD backpack(With player menu) (https://forums.alliedmods.net/showthread.php?t=141963)

Munra 10-30-2010 22:17

[TF2]MOTD backpack(With player menu)
 
1 Attachment(s)
Description
This plugin brings up a player's backpack in an MOTD window, with player menu

Say Commands
!backpack
!bp
!sbp

ConVars
motdbp_version - Plugin Version
motdbp_advert - Enable or disable the plugin advert (Disabled by default)
motdbp_adtime - Time between adverts Min: 5 seconds Max: 15 minutes
motdbp_fullscreen - Enable or disable fullscreen windows (Enabled by Default)
motdbp_message - Set a custom advert message You can use any RGBA or RGB color {#RRGGBB} or {DEFAULT}, {TEAM}, {GREEN}, {LIGHTGREEN} and \n to start a new line
motdbp_site - Choose a BackPack Site, 0 = TF2OutPost.com, 1 = TF2B.com, 2 = TF2items.com

How to use advert colors
You can use any RGB(A) color with {#RRGGBB} or {DEFAULT}, {TEAM}, {GREEN}, {LIGHTGREEN}
Here is an online color picker.
Using /n will start a new line


Example 1:
Code:

{TEAM}View a backpack by typing {DEFAULT}!bp {TEAM}or {DEFAULT}!bp [playername]
Example 2:
Code:

{#0B7A7A}View a backpack by typing {#C1E823}!bp {#0B7A7A}or {#C1E823}!bp [playername] \n{#9E1145}View STEAM Inventory by typing {#C1E823}!sbp {#9E1145}or {#C1E823}!sbp [playername]
This plugin will now auto create a config file. plugin.motd.backpack.cfg can be found in your cfg/sourcemod folder
It is recommended, when updating that you delete the current cfg file, upload the smx, and restart the server. If you change the map or reload the plugin, sourcemod will recreate the old cfg in memory.

Spoiler


Usage
Type !backpack <players name>
Brings up the players backpack in an MOTD window
Type !sbp <players name>
Brings up the players steam inventory in an MOTD window
Type !bp or !sbp
Displays a menu listing players.

Special Thanks
psychonic
Tony "Drunken F00l" Paloma for creating and maintaining TF2items.com
Sneeza for maintaining TF2Outpost
bottiger for his much neater code and removing the extension requirement.
11530 for adding additional features.

ToDo
Add Avert[Done in 1.0.1]
Allow Custom Advert [Done in 2.2]
Add Player menu [Done in 2.0]

Notes
Only Tested on a windows server.
Setting your steam profile to private will also make your backpack private.
Alternate support and download topic
Test server: 216.231.142.5:27015
Test server: 216.231.142.60:27015

History
1.0.0 Initial Release
1.0.1 Added plugin advert
2.0
Added playermenu
Removed CSsteamid extension requirement
defaulted adverts to 0
Added bottiger as co-author

2.1
Added bug fixes by 11530 in post #35 and Post #46
2.2
Added fullscreen MOTD support (Thanks to 11530)
Added Custom advert message (Thanks to 11530)
Auto Creates a config file
Removed some obsolete code
Changed RegConsoleCmd to RegAdminCmd so admins overrides could still be used (Thanks 11530)
Changed obsolete variable names to more accurately represent the current version (Thanks 11530)

3.0
Added TF2Outpost.com and TF2B.com as additional backpack sites
Added !sbp which loads the user's Steam Inventory from TF2Outpost.com
Blocks the MOTD refreshing upon death. Comment Out line 12 to allow MOTD refresh (Thanks 11530)
The custom advert now allows for colors (Thanks 11530)
The custom advert now allows for new lines (Thanks 11530)
Added 11530's calculation for community id found in this post (Thanks 11530)


Previous views 903

[AiF] Biggs 10-30-2010 22:52

Re: [TF2]Player's TF2items.com backpack
 
Nice.

Invader Amoto 10-31-2010 03:16

Re: [TF2]Player's TF2items.com backpack
 
I just tried this out on my linux server. It works excellently.

Thank you so much for this.
The many people in my servers thank you.

EDIT: I do find it occasionally says "invalid target" even though it will work on the same guy the next time I type it, but it's rare. As it is, this plugin is excellent.

danmon 10-31-2010 15:23

Re: [TF2]Player's TF2items.com backpack
 
Results:
Filename: MotdBackPack.smx
Load error: Unable to load plugin (error 1: Unrecognizable file format)

And i cant recompile it since there is no source for the plugin attached :cry:

Munra 10-31-2010 16:15

Re: [TF2]Player's TF2items.com backpack
 
Quote:

Originally Posted by danmon (Post 1338517)
Results:
Filename: MotdBackPack.smx
Load error: Unable to load plugin (error 1: Unrecognizable file format)

And i cant recompile it since there is no source for the plugin attached :cry:

Source is attached at the top. It would be illegal for me to supply a compiled plugin without supplying its source code.

Don't forget to add the CSsteamID.inc to your scripting/includes

Skyrider 10-31-2010 16:40

Re: [TF2]Player's TF2items.com backpack
 
Rather a coincidence when I requested this on the TF2Items channels a few days ago.. and tada, now someone has created it, hah.

TimeShift 10-31-2010 17:51

Re: [TF2]Player's TF2items.com backpack
 
Excellent plugin, and here's a suggestion:

Make the !backpack/!bp command open a menu with the players list, then you choose the player you want to see the backpack.

;)

Munra 10-31-2010 18:16

Re: [TF2]Player's TF2items.com backpack
 
Quote:

Originally Posted by TimeShift (Post 1338658)
Excellent plugin, and here's a suggestion:

Make the !backpack/!bp command open a menu with the players list, then you choose the player you want to see the backpack.

;)

Thank you its on the todo list

In the mean time you can make your own custom menu.

Also you don't have to use the full players name,

Like for me you could just do !backpack Mun and it should still bring up my backpack

Munra 10-31-2010 19:44

Re: [TF2]Player's TF2items.com backpack
 
Plugin updated

Added an Advert

Skyrider 11-01-2010 06:55

Re: [TF2]Player's TF2items.com backpack
 
Make the advert as a plugin cvar so it can be disabled :).


All times are GMT -4. The time now is 08:25.

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