Raised This Month: $32 Target: $400
 8% 

[CSGO] Benson Map Configs (v1.0.0 , 2020/05/26) - Updated New Syntax


Post New Thread Reply   
 
Thread Tools Display Modes
Author
BOT Benson
Member
Join Date: Jun 2018
Location: Istanbul, Turkey
Plugin ID:
6234
Plugin Version:
2.0.1
Plugin Category:
Server Management
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Benson Map Configs
    Old 08-23-2018 , 12:07   [CSGO] Benson Map Configs (v1.0.0 , 2020/05/26) - Updated New Syntax
    Reply With Quote #1

    Description
    simple map settings plug-in for custom maps or game modes.


    Install
    • configs file move to csgo/addons/sourcemod/configs/map-cfgs/
    • smx file move to csgo/addons/sourcemod/plugins/


    Use
    Create configs/map-cfg/{mapname}.cfg
    If the map changes, all attachments that are not sm_active_plugin will be disabled.

    Bonus Property

    plugins/test/aaa.smx
    plugins/test/bbb.smx
    plugins/test/ccc.smx

    You have plugins and want it to be active only in certain mods. You can use this feature.

    HTML Code:
    sm_active_mode test
    awp_.cfg File Sample:
    Code:
    sm_active_plugin noblock
    sm_active_plugin thirdperson
    sm_active_plugin store
    
    sm_active_mode test
    
    mp_timelimit 9999
    mp_roundtime 3
    mp_maxrounds 0
    mp_warmuptime 0
    mp_freezetime 0
    mp_limitteams 2
    mp_autoteambalance 1
    In the above example, if the map changes to awp, only 3 plugins will work.
    But except for these attachments:
    Code:
    mapconfigs
    adminmenu
    admin-flatfile
    antiflood
    basebans
    basechat
    basecomm
    basecommands
    basevotes
    funcommands
    funvotes
    playercommands
    Limits
    • Max Active Plugin: 196
    • Max Exec Command: 128
    • Max Mod Cfg File: 96

    Known Bugs

    Donate

    If you apreciate my work, you can donate me via steam trade offer.



    Main Github Repo
    Attached Files
    File Type: zip mapconfigs-v2.0.1.zip (16.5 KB, 496 views)
    __________________

    Last edited by BOT Benson; 10-03-2020 at 12:20.
    BOT Benson is offline
    AuricYoutube
    Senior Member
    Join Date: Aug 2016
    Location: Here
    Old 08-23-2018 , 13:55   Re: [CSGO] Benson Map Configs (v1.0.0 , 2018/08/23)
    Reply With Quote #2

    seems familiar
    AuricYoutube is offline
    NanoC
    Veteran Member
    Join Date: Jan 2016
    Location: Argentina
    Old 08-24-2018 , 01:07   Re: [CSGO] Benson Map Configs (v1.0.0 , 2018/08/23)
    Reply With Quote #3

    https://forums.alliedmods.net/showthread.php?p=607079

    differences?
    NanoC is offline
    Send a message via Skype™ to NanoC
    BOT Benson
    Member
    Join Date: Jun 2018
    Location: Istanbul, Turkey
    Old 08-24-2018 , 07:39   Re: [CSGO] Benson Map Configs (v1.0.0 , 2018/08/23)
    Reply With Quote #4

    Quote:
    Originally Posted by NanoC View Post
    When the map is changed, all plug-ins are disabled.
    Only the plugins you allow will work.
    __________________
    BOT Benson is offline
    AuricYoutube
    Senior Member
    Join Date: Aug 2016
    Location: Here
    Old 08-26-2018 , 07:22   Re: [CSGO] Benson Map Configs (v1.0.0 , 2018/08/23)
    Reply With Quote #5

    i guess if u dont want to put all the sm plugins shit in the server.cfg this plugin is what you need
    AuricYoutube is offline
    foxsay
    AlliedModders Donor
    Join Date: Sep 2013
    Old 01-07-2020 , 12:34   Re: [CSGO] Benson Map Configs (v1.0.0 , 2018/08/23)
    Reply With Quote #6

    L 01/07/2020 - 188:51: [SM] Blaming: mapconfigs.smx
    L 01/07/2020 - 188:51: [SM] Call stack trace:
    L 01/07/2020 - 188:51: [SM] [0] SetConVarString
    L 01/07/2020 - 188:51: [SM] [1] Line 162, mapconfigs.sp::SetCvarString
    L 01/07/2020 - 188:51: [SM] [2] Line 153, mapconfigs.sp::executeAllCommand
    L 01/07/2020 - 188:51: [SM] [3] Line 58, mapconfigs.sp::ExecuteMapSpecificConfigs
    L 01/07/2020 - 188:51: [SM] [4] Line 30, mapconfigs.sp::OnAutoConfigsBuffered

    What is this error?

    Tho I think it would be better if you would list only plugins that you don't want to use cuz my server has like +80 plugins and I got aim_, awp_, cs_, de_, etc maps kinda mess to go through everything and u can forget to add something.

    Overall I like this plugin suite for my needs perfect.

    Last edited by foxsay; 01-07-2020 at 12:39.
    foxsay is offline
    BOT Benson
    Member
    Join Date: Jun 2018
    Location: Istanbul, Turkey
    Old 01-07-2020 , 16:13   Re: [CSGO] Benson Map Configs (v1.0.0 , 2018/08/23)
    Reply With Quote #7

    Quote:
    Originally Posted by foxsay View Post
    L 01/07/2020 - 188:51: [SM] Blaming: mapconfigs.smx
    L 01/07/2020 - 188:51: [SM] Call stack trace:
    L 01/07/2020 - 188:51: [SM] [0] SetConVarString
    L 01/07/2020 - 188:51: [SM] [1] Line 162, mapconfigs.sp::SetCvarString
    L 01/07/2020 - 188:51: [SM] [2] Line 153, mapconfigs.sp::executeAllCommand
    L 01/07/2020 - 188:51: [SM] [3] Line 58, mapconfigs.sp::ExecuteMapSpecificConfigs
    L 01/07/2020 - 188:51: [SM] [4] Line 30, mapconfigs.sp::OnAutoConfigsBuffered

    What is this error?

    Tho I think it would be better if you would list only plugins that you don't want to use cuz my server has like +80 plugins and I got aim_, awp_, cs_, de_, etc maps kinda mess to go through everything and u can forget to add something.

    Overall I like this plugin suite for my needs perfect.
    Sorry for the late reply. Corrected.
    __________________
    BOT Benson is offline
    BOT Benson
    Member
    Join Date: Jun 2018
    Location: Istanbul, Turkey
    Old 05-25-2020 , 18:45   Re: [CSGO] Benson Map Configs (v1.0.0 , 2020/05/26) - Updated New Syntax
    Reply With Quote #8

    Benson Map Configs (v1.0.0 , 2020/05/26) - Updated New Syntax Released
    __________________
    BOT Benson is offline
    srivastava1995
    New Member
    Join Date: Jun 2011
    Location: India
    Old 10-02-2020 , 23:34   Re: [CSGO] Benson Map Configs (v1.0.0 , 2020/05/26) - Updated New Syntax
    Reply With Quote #9

    thank you so much for this plugin.

    Last edited by srivastava1995; 10-03-2020 at 07:57.
    srivastava1995 is offline
    BOT Benson
    Member
    Join Date: Jun 2018
    Location: Istanbul, Turkey
    Old 10-03-2020 , 12:21   Re: [CSGO] Benson Map Configs (v1.0.0 , 2020/05/26) - Updated New Syntax
    Reply With Quote #10

    Quote:
    Originally Posted by srivastava1995 View Post
    thank you so much for this plugin.

    Thanks to the v2.0.1 version released.
    __________________
    BOT Benson is offline
    Reply


    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 13:53.


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