I did NOT make the original bTimes 1.8.3 for Counter-Strike: Source. That was made by blacky(http://steamcommunity.com/id/blaackyy/) and this is my updated version of bTimes 1.8.3. Blacky has given me permission to release this.
I will continue to support this, but will not pull code from blacky's bTimes 2.0 for this.
Added Features from bTimes 1.8.3 to 1.9.0:
ModulesAdded TAS Style option.
Added ability to make flat zones.
Complete redesign of cp menu.
!replay to select replays other than Normal and Normal Bonus.
CS:GO Compatibility. (I removed CS:S compatibility while doing this. I could go back and add it back if people want it.)
Added SSJ.
There is still more small things not worth listing here.
Installation:bTimes-core - The root of bTimes.
bTimes-cp - Checkpoints plugin for the timer.
bTimes-extras - Weapon commands and cvar enforcement.
bTimes-ghost - Shows a bot that replays the top times using 1 bot per style/type(not recommended, only included for legacy purposes).
bTimes-ghost_one - Shows a bot that replays the top times using !replay and 1 bot for Normal Main/Bonus.
bTimes-random - Handles events and modifies them to fit bTimes' needs.
bTimes-ranks - Controls server rankings.
bTimes-spawns - Auto add spawn points.
bTimes-SSJ - Speed at 6 Jumps plugin.(not required)
bTimes-TAS - Allows for creation of Tool Assisted Speedrun styles.
bTimes-timelimit - Handles ending the round when using "mp_ignore_round_win_conditions 1".
bTimes-timer - The timer portion of the bTimes plugin.
bTimes-zones - Used to create map zones.
Go to csgo/addons/sourcemod/configs/databases.cfg and add this section, with your values swapped in.
Code:
Code: Select all
"timer"
{
"driver" "mysql"
"host" "HOST"
"database" "DATABASE"
"user" "USER"
"pass" "PASSWORD"
}
Add these options to your server.cfg
Code: Select all
sv_gravity 800
sv_accelerate 5
sv_friction 4
sv_airaccelerate 1000
sv_ladder_scale_speed 1
sv_clamp_unsafe_velocities 0
sv_autobunnyhopping 1
sv_staminajumpcost "0.0"
sv_staminalandcost "0.0"
mp_ignore_round_win_conditions "1"
sv_pure "0"
mp_match_restart_delay "0"
sm_cvar bot_freeze "1"
sm_cvar bot_zombie "1"
sm_cvar bot_stop "1"
sm_cvar bot_dont_shoot "1"
sm_cvar mp_respawn_immunitytime "0"
mp_respawn_immunitytime "0"
sm_cvar bot_controllable "0"
sm_cvar mp_autoteambalance "0"
mp_autoteambalance "0"
sm_cvar mp_limitteams "0"
mp_limitteams "0"
sv_infinite_ammo "1"
bot_quota_mode "normal"
bot_join_after_player 0
bot_join_team "ct"
If you want 288 prestrafe, like there was in Counter-Strike: Source, add these values to your server.cfg:
Code:
Code: Select all
sv_friction 4
sv_accelerate 5
Colors for ranks configuration:
{team}
{white}
{red}
{green}
{lime}
{lightgreen}
{lightred}
{gray}
{yellow}
{orange}
{lightblue}
{blue}
{purple}
Colors for timer msg configuration(in random.cfg):
team: ^3
white: ^1
red: ^2
green: ^4
lime: ^5
lightgreen: ^6
lightred: ^7
gray: ^8
yellow: ^9
orange: ^0
lightblue: ^B
blue: ^C
purple: ^E
Admin Commands:
sm_zones - opens up the zones menu (Cheats flag)
sm_delete - you can delete a range of values with this. (sm_delete 1 5 deletes records from 1 to 5) (sm_delete 1 deletes record 1) (Cheats flag)
sm_hudfuck - use this only on players who deserve it. It removes their hud and they can't communicate because of it. (Generic flag)
sm_move - gets players out of things like walls they are stuck in. It moves them forward in the direction they look. (Generic flag)
sm_deleteghost - deletes the ghost in case of bugs. (Cheats flag)
sm_reloadranks - reloads chat ranks. (Root flag)
sm_enablecc <steamid> - to give someone custom chat privileges. (Root flag)
sm_disablecc <steamid> - to remove someone's custom chat privileges. (Root flag)
sm_cclist - to see a list of every player with custom chat privileges. (Cheats flag)
sm_recalcpts - recalculates all the points in the database. (Cheats flag)
sm_spj - check the strafes per jump ratios for any player. (Generic flag)
sm_enablestyle - enables a style for players to use. (Resets to default setting on map change)
sm_disablestyle - disables a style so players can no longer use it. (Resets to default setting on map change)
sm_reloadstyles - reloads the styles.cfg file. (Generic flag)
sm_showcycle - it shows the data from the file mapcycle.txt (Generic flag)
Download
Source