| # Modify the variables below to your needs... |
| |
| # === General Settings === # |
| cs_include_bots = 1 # Include bots with statistics? |
| |
| # ==== MySQL Settings ==== # |
| cs_mysql_hostname = '10.0.1.9' # Server / Hostname for the mysql server (webserver) |
| cs_mysql_username = 'root' # Username, needed to login on the sql server |
| cs_mysql_password = 'qwerty' # Password, also needed to login on the sql server |
| cs_mysql_database = 'cstrike' # Database - Where you want the data to be stored. |
| |
| # ==== Stats Settings ==== # |
| cs_stats_multiplier = 2 # Multiply gained points from a frag (Default:2) |
| cs_stats_maxpoints = 40 # Set a max points (security reason) (Default:30) |
| cs_stats_headshotbonus = 3 # Bonus points for headshots (p = (((pv/pa)*mul)*pw_mod)+hsbonus) |
| cs_stats_teamkill_loss = 5 # Amount of points the attacker loses for a teamkill |
| |
| cs_points_team_t_elim = 5 # Team Points for Eliminating All Terrorists |
| cs_points_team_ct_elim = 5 # Team Points for Eliminating All Counter-Terrorists |
| cs_points_team_bomb_bt = 5 # Team Points for Bombing The Target |
| cs_points_team_bomb_d = 5 # Team Points for Defusing the Bomb |
| cs_points_team_hostage_r= 5 # Team Points for All Hostages Rescued |
| cs_points_team_hostage_k= 2 # Team Points for Hostages Not Rescued |
| |
| cs_points_bomb_planted = 10 # Player points for Planting The Bomb |
| cs_points_bomb_defused = 10 # Player points for Defusing The Bomb |
| cs_points_hostage_resc = 5 # Player points for rescuing a hostage |
| cs_points_hostage_kill = 3 # Player points penalty for killing a hostage |
| |
| # Weapon Bonuses ( Base Points * WeaponBonus ) |
| cs_bonus_weapon_glock = 2 |
| cs_bonus_weapon_usp = 2 |
| cs_bonus_weapon_p228 = 2 |
| cs_bonus_weapon_deagle = 2 |
| cs_bonus_weapon_fiveseven = 2 |
| cs_bonus_weapon_elite = 2 |
| cs_bonus_weapon_m3 = 1 |
| cs_bonus_weapon_xm1014 = 1 |
| cs_bonus_weapon_tmp = 1 |
| cs_bonus_weapon_mac10 = 1 |
| cs_bonus_weapon_mp5navy = 1 |
| cs_bonus_weapon_ump45 = 1 |
| cs_bonus_weapon_p90 = 1 |
| cs_bonus_weapon_famas = 1 |
| cs_bonus_weapon_galil = 1 |
| cs_bonus_weapon_ak47 = 1 |
| cs_bonus_weapon_scout = 2 |
| cs_bonus_weapon_m4a1 = 1 |
| cs_bonus_weapon_sg550 = 1 |
| cs_bonus_weapon_g3sg1 = 1 |
| cs_bonus_weapon_awp = 0.5 |
| cs_bonus_weapon_sg552 = 1 |
| cs_bonus_weapon_aug = 1 |
| cs_bonus_weapon_m249 = 1 |
| cs_bonus_weapon_hegrenade = 4 |
| cs_bonus_weapon_flashbang = 1 |
| cs_bonus_weapon_smokegrenade = 1 |
| cs_bonus_weapon_knife = 7 |
| |
| # ==== Language Vars (Objectives) ==== # |
| cs_txt_objective_ct_eliminated = '#Green All Counter-Terrorists Eliminated' |
| cs_txt_objective_t_eliminated = '#Green All Terrorists Eliminated' |
| cs_txt_objective_target_bombed = '#Green Target Bombed' |
| cs_txt_objective_bomb_planted = 'Planting the Bomb' |
| cs_txt_objective_bomb_defused2 = 'Defusing the Bomb' |
| cs_txt_objective_bomb_defused = '#Green Defusing the Bomb' |
| cs_txt_objective_hostage_killed = '#Green Killing a Hostage' |
| cs_txt_objective_hostage_r = '#Green All Hostages Rescued' |
| cs_txt_objective_hostage_nr = '#Green Hostages Not Rescued' |
| cs_txt_objective_hostage_resc = 'Rescuing a Hostage' |
| cs_txt_objective_hostage_kill = 'Killing a Hostage' |
| |