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

[CSS] cWar : Competitive CVAR blocking and War admin plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Carolus
Member
Join Date: Jun 2010
Plugin ID:
1912
Plugin Version:
1.1.3
Plugin Category:
Gameplay
Plugin Game:
Counter-Strike: Source
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Competitive CVAR blocking and War admin plugin
    Old 08-25-2010 , 12:36   [CSS] cWar : Competitive CVAR blocking and War admin plugin
    Reply With Quote #1

    This plugin is an attempt to enforce all cvars to their best values regarding competitive gameplay.
    It fulfills most of the functionality the old zBlock had and adds an easy match mode.


    Features :
    - Enforces a list of cvars (see below)
    - Forces correct rates and interpolation settings
    - Blocks bunnyhopping in an effective and gentle way
    - Automatic sourceTV recording
    - Automaticly ends sourceTV and match when server is empty/when match ends
    - Displays the current score at round end
    - Displays team's cash at round start
    - All players can see rate settings (cw_rates)
    - Admins can change maps
    - Admins can list all available maps
    - Admins can change sv_password
    - Admins can talk as console
    - cWar can auto-change sv_password back to default when server is empty again
    - Admins can kick Ts, CTs, non-admins or use the status console command to kick a specific userid
    - Admins can ban (5min) Ts, CTs, non-admins or use the status console command to ban a specific userid

    - Complete match mode :

    You can start the match using cw_match 15, this will auto lo3
    Once you reach the half time, teams are swapped.
    The plugin then waits for cw_match_continue, this will auto lo3
    When a team wins the match, the score is displayed.
    You can always use cw_match_end to force it to end.


    The following CVAR values are enforced :
    Code:
    sv_cheats 0   
       sv_minrate 35000
       sv_maxrate 80000
       sv_mincmdrate <tickrate>
       sv_minupdaterate <tickrate>
       
       sv_maxcmdrate <tickrate>
       sv_maxupdaterate <tickrate>
       
       sv_client_max_interp_ratio 2
       sv_client_min_interp_ratio 2
       sv_client_predict 1
       sv_pure_kick_clients 1
       sv_consistency 1
       
       sv_nonemesis 1
       sv_nomvp 1
       sv_nostats 1
       sv_disablefreezecam 1   
       sv_nowinpanel 1
       sv_allowupload  0
       sv_accelerate  5
       sv_stopspeed  75
       sv_turbophysics  1
       sv_allowminmodels 0
       sv_voiceenable 1
       sv_hudhint_sound 0
       sv_competitive_minspec 1
       
       tv_enable 1
       tv_delay 90
       tv_snapshotrate 24
       tv_autorecord 0
       tv_transmitall 1
    
       // Force defaults
       sv_footsteps  1
       sv_friction  4
       sv_allow_color_correction  0
       sv_allow_wait_command  0   
       sv_airaccelerate  10
       sv_ladder_angle  0
       sv_ladder_dampen  0
       sv_max_usercmd_future_ticks  8
       sv_maxreplay  0
       sv_maxspeed  320
       sv_maxvelocity  3500
       sv_pushaway_clientside  0
       sv_pushaway_force  30000
       sv_pushaway_max_force  1000
       sv_pushaway_min_player_speed  75
       sv_stepsize  18
       sv_wateraccelerate  10
       decalfrequency  60
       host_framerate  0   
       sv_waterdist  12
       sv_waterfriction  1
       sv_gravity  800
       sv_enablebunnyhopping 0
    CVARs you can/should add to your server.cfg :

    Code:
    // Specifies what tickrate cWar should configure itself for.
    cw_tickrate 66
    
    // Specifies what sv_password cWar should change back to when the server is empty.
    cw_defaultpass pw123
    Installation guide
    You can see v1.0.9 modified and automated here (doesnt wait at half time and auto-starts) : 188.165.203.179:27015
    Attached Files
    File Type: smx cwar.smx (18.0 KB, 1413 views)
    File Type: sp Get Plugin or Get Source (cwar.sp - 3579 views - 41.3 KB)
    __________________

    Last edited by Carolus; 08-27-2010 at 12:16.
    Carolus is offline
    Carolus
    Member
    Join Date: Jun 2010
    Old 08-26-2010 , 13:39   Re: [CSS] cWar : Competitive CVAR blocking and War admin plugin
    Reply With Quote #2

    Hi, has anyone had the time to test it?
    __________________
    Carolus is offline
    thetwistedpanda
    Good Little Panda
    Join Date: Sep 2008
    Old 08-26-2010 , 14:44   Re: [CSS] cWar : Competitive CVAR blocking and War admin plugin
    Reply With Quote #3

    It might help if you post the .sp on these forums, people are a surprisingly lazy bunch and having to track the source down on a separate site could deter some.
    __________________
    thetwistedpanda is offline
    Carolus
    Member
    Join Date: Jun 2010
    Old 08-27-2010 , 04:19   Re: [CSS] cWar : Competitive CVAR blocking and War admin plugin
    Reply With Quote #4

    Will do. I did find a minor bug yesterday, so I'll fix that first.
    __________________
    Carolus is offline
    Carolus
    Member
    Join Date: Jun 2010
    Old 08-27-2010 , 12:00   Re: [CSS] cWar : Competitive CVAR blocking and War admin plugin
    Reply With Quote #5

    Fixed a bug where cw_rates wouldn't print anything to the console.
    Attached files so they can be downloaded from here.

    Please test it and tell me what you think!

    By the way, when I use several PrintToConsole(..) it seems to deliver the messages in a "random" (asynchroneous?) way.
    Is this standard behavior or am I missing something here?
    Example :
    Code:
    PrintToConsole(client, "-------------------------------------------------------------------------------");
    PrintToConsole(client, "cWar Plugin v1.1.3 ( http://www.caroswar.tk )");
    PrintToConsole(client,"   - cWar -");
    PrintToConsole(client,"cWar : You can view cWar's status by typing cw_status in console.");
    PrintToConsole(client,"   - Rates -");
    PrintToConsole(client,"cWar : You can inspect rates by typing cw_rates in console.");
    PrintToConsole(client,"   - Match -");
    PrintToConsole(client,"cWar : You can start a match by typing cw_match <maxrounds> in console. Example: cw_match 15 ");
    becomes
    Code:
    cWar Plugin v1.1.3 ( http://www.caroswar.tk )
    -------------------------------------------------------------------------------
       - cWar -
    cWar : You can view cWar's status by typing cw_status in console.
    cWar : You can inspect rates by typing cw_rates in console.
       - Rates -
       - Match -
    cWar : You can start a match by typing cw_match <maxrounds> in console. Example: cw_match 15
    Notice how the messages are "scrambled".
    __________________

    Last edited by Carolus; 08-27-2010 at 12:15.
    Carolus is offline
    Carolus
    Member
    Join Date: Jun 2010
    Old 09-30-2010 , 13:34   Re: [CSS] cWar : Competitive CVAR blocking and War admin plugin
    Reply With Quote #6

    bump.
    __________________
    Carolus is offline
    j0k4w1ld
    Member
    Join Date: Jul 2010
    Old 10-01-2010 , 21:08   Re: [CSS] cWar : Competitive CVAR blocking and War admin plugin
    Reply With Quote #7

    i get bunch of errors while loaidng it.
    __________________
    ------------------------------------------------
    j0k4w1ld is offline
    Nissehue
    Junior Member
    Join Date: Mar 2011
    Old 04-02-2011 , 10:44   Re: [CSS] cWar : Competitive CVAR blocking and War admin plugin
    Reply With Quote #8

    hello how can i do sou i can get models is only standrard and i want all models to cw
    Nissehue is offline
    Nissehue
    Junior Member
    Join Date: Mar 2011
    Old 04-02-2011 , 10:46   Re: [CSS] cWar : Competitive CVAR blocking and War admin plugin
    Reply With Quote #9

    i want all models to be allowed
    Nissehue is offline
    morion
    Junior Member
    Join Date: Apr 2010
    Old 08-30-2011 , 22:38   Re: [CSS] cWar : Competitive CVAR blocking and War admin plugin
    Reply With Quote #10

    Works like a charm.
    GJ

    Quote:
    Originally Posted by Nissehue View Post
    i want all models to be allowed
    I don't think it's meant to allow custom models.
    But maybe he can make a cwar like plugin that works on Public servers as well.
    morion 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 03:33.


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