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

[TF2] tWhitelistUpdater v0.1.12 (2012-02-19)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Thrawn2
Veteran Member
Join Date: Apr 2009
Plugin ID:
2638
Plugin Version:
0.1.12
Plugin Category:
Server Management
Plugin Game:
Team Fortress 2
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Automatically generates updated whitelists for tournament mode.
    Old 11-06-2011 , 06:08   [TF2] tWhitelistUpdater v0.1.12 (2012-02-19)
    Reply With Quote #1

    This plugin generates item whitelists for tournament mode.

    It does this every time the plugin starts (restart the server, server is updating, server starts, plugin starts, whitelists get updated).

    A changlog can be found: here.
    Example output of the plugin can be found: here. This is actually being updated automatically after every TF2 patch.

    This plugin supports updating itself using the Updater plugin, which is highly recommended for absolute laziness. Thank GoD-Tony!


    Configuration
    Quote:
    Whitelist File Format
    These need to be placed here: sourcemod/configs/whitelists/<your-whitelist>.ini
    A whitelist config is basically an ini-like file looking like this:
    Code:
    [Global]
    Header=ETF2L Season 10, Full, all allowed
    AllowWeaponSets=0
    AllowHats=1
    AllowActionItems=1
    AllowNoiseMaker=1
    AllowWeaponSkins=1
    AllowAllWeapons=0
    MinimalOutput=0
    Filename=etf2l_whitelist.txt
    
    [Allowed]
    The Blutsauger
    The Crusader's Crossbow
    The Kritzkrieg
    The Ubersaw
    
    [ForceAllow]
    The Attendant
    
    [ForceBlock]
    The Original
    Quote:
    Global
    The Global section allows you to tweak the basic settings for the generator:
    • Header
      Use this to specify a custom Header text for the generated whitelist file
    • AllowWeaponSets
      If all weapons of a set are allowed and this is set to 0, the corresponding hats will be blocked. This allows blocking of set attributes.
    • AllowHats
      Set this to 0 to block all hats and misc items.
    • AllowActionItems
      Taunts, Gifts etc are considered Action Items
    • AllowNoiseMaker
      Block Noisemakers.
    • AllowWeaponSkins
      Allow weapons that just have a different look.
    • AllowAllWeapons
      This basically adds all weapons to the [Allowed] section.
    • MinimalOutput
      By default unlisted items are being blocked. By setting this to 1 the generated whitelist won't explicitly list them as blocked.
    • Filename
      Explicitely specify the name of the file being generated.
    Quote:
    Allowed
    By default all weapons are blocked. Specify allowed ones in this section.
    Quote:
    ForceBlock
    The ForceBlock section allows to block weapons that would otherwise be enabled by the given config. E.g. The Original is basically a skin for the Rocket Launcher, but it is blocked in ETF2L Season 10.

    ConVars
    Quote:
    • sm_twhitelistupdater_auto (Default: 1)
      Automatically updates all whitelists on server start if enabled
    Some configurations don't specify some of the global settings. You can override empty fields with the following cvars:
    Quote:
    • sm_twhitelistupdater_weaponsets (Default: 0)
    • sm_twhitelistupdater_hats (Default: 1)
    • sm_twhitelistupdater_actionitems (Default: 1)
    • sm_twhitelistupdater_noisemaker (Default: 1)
    • sm_twhitelistupdater_weaponskins (Default: 1)

    Issues:
    Quote:
    Weapon Skins
    These can't be detected from the items_game.txt file provided by the server, but have to be specified in a separate config file. You don't need to worry about that as long as you have the Updater plugin installed and someone told me about the new weapon skins

    Compilation
    To compile this plugin, you'll need the updater include. This is why the "Get Plugin" link below won't work either.
    Attached Files
    File Type: zip tWhitelistUpdater-0.1.12.zip (30.1 KB, 317 views)
    File Type: sp Get Plugin or Get Source (tWhitelistUpdater.sp - 302 views - 33.2 KB)
    __________________
    einmal mit profis arbeiten. einmal.

    Last edited by Thrawn2; 02-20-2013 at 03:23. Reason: Updated to 0.1.12
    Thrawn2 is offline
    sejin513
    AlliedModders Donor
    Join Date: Dec 2008
    Location: ._.
    Old 11-06-2011 , 08:06   Re: [TF2] tWhitelistUpdater v0.1.0 (2011-11-06)
    Reply With Quote #2

    Awesome plugin, Goodwork! <3

    Last edited by sejin513; 11-06-2011 at 08:06.
    sejin513 is offline
    Thrawn2
    Veteran Member
    Join Date: Apr 2009
    Old 11-26-2011 , 13:34   Re: [TF2] tWhitelistUpdater v0.1.2 (2011-11-26)
    Reply With Quote #3

    Updated to v0.1.2
    • Added AllowAllWeapons option, this is required for highlander configs.
    • Added the ETF2L highlander config file.
    • Added Filename option to the config files.
    • Updated skin config (Added: The Sharp Dresser).
    __________________
    einmal mit profis arbeiten. einmal.

    Last edited by Thrawn2; 11-26-2011 at 13:38.
    Thrawn2 is offline
    Thrawn2
    Veteran Member
    Join Date: Apr 2009
    Old 01-08-2012 , 12:17   Re: [TF2] tWhitelistUpdater v0.1.4 (2012-01-08)
    Reply With Quote #4

    Updated to v0.1.4
    • Added possibility to force-block noisemakers, hats and misc items
    • Added missing festive skins
    __________________
    einmal mit profis arbeiten. einmal.
    Thrawn2 is offline
    Mansl
    New Member
    Join Date: Jan 2012
    Old 01-09-2012 , 06:47   Re: [TF2] tWhitelistUpdater v0.1.4 (2012-01-08)
    Reply With Quote #5

    Is there a way to make a plugin that makes item whitelists for non tournament mode? I'm really tired of the FaN scouts, but some weapons I don't wanna give up. Or is there a mod of that already?
    Mansl is offline
    Thrawn2
    Veteran Member
    Join Date: Apr 2009
    Old 01-13-2012 , 11:36   Re: [TF2] tWhitelistUpdater v0.1.4 (2012-01-08)
    Reply With Quote #6

    Quote:
    Originally Posted by Mansl View Post
    Is there a way to make a plugin that makes item whitelists for non tournament mode? I'm really tired of the FaN scouts, but some weapons I don't wanna give up. Or is there a mod of that already?
    there is a plugin for that here.
    __________________
    einmal mit profis arbeiten. einmal.
    Thrawn2 is offline
    Thrawn2
    Veteran Member
    Join Date: Apr 2009
    Old 04-01-2012 , 10:14   Re: [TF2] tWhitelistUpdater v0.1.6 (2012-04-01)
    Reply With Quote #7

    Updated to 0.1.6
    • Added item count to section headers.
    • Fixed bug in traversing the items tree.
    • Hacked some hats from being blocked because they belong to a harmless set.
    • Updated etf2l configs for season 12
    • Added ETF2L Highlander Season 2 config
    • Added missing festive scattergun skin

    Updating is recommended.
    __________________
    einmal mit profis arbeiten. einmal.
    Thrawn2 is offline
    Thrawn2
    Veteran Member
    Join Date: Apr 2009
    Old 04-05-2012 , 13:21   Re: [TF2] tWhitelistUpdater v0.1.7 (2012-04-05)
    Reply With Quote #8

    Updated to 0.1.7
    • Added "The Black Rose" and the "Apoco Fists" skin
    • Fixed new items in slot 4 being recognized at all (spy sapper, engineer builder)
    • Fixed the etf2l naming scheme
    __________________
    einmal mit profis arbeiten. einmal.
    Thrawn2 is offline
    Thrawn2
    Veteran Member
    Join Date: Apr 2009
    Old 10-03-2012 , 07:09   Re: [TF2] tWhitelistUpdater v0.1.8 (2012-10-03)
    Reply With Quote #9

    Updated to 0.1.8
    • Added more skins
    • Fixed nested & stacked prefabs.
    __________________
    einmal mit profis arbeiten. einmal.
    Thrawn2 is offline
    Thrawn2
    Veteran Member
    Join Date: Apr 2009
    Old 10-21-2012 , 11:50   Re: [TF2] tWhitelistUpdater v0.1.9 (2012-10-21)
    Reply With Quote #10

    Updated to 0.1.9
    • Added the possibility to forcefully allow a hat.
    • Updated Highlander configs accordingly.
    __________________
    einmal mit profis arbeiten. einmal.
    Thrawn2 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 17:11.


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