Skip to content

Commit

Permalink
Updated passtime cfgs
Browse files Browse the repository at this point in the history
  • Loading branch information
l-Aad-l committed Nov 22, 2024
1 parent ef86506 commit 96751ef
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
6 changes: 6 additions & 0 deletions cfg/rgl_off.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,16 @@ mp_highlander "0" // disables highlander mode (defaul
tf_flag_caps_per_round "3" // sets flag caps per round in ctf to 3
tf_fall_damage_disablespread "0" // disable random fall damage (default: 0)
mp_time_between_capscoring "30" // delay between scoring of owned capture points.

// Passtime
tf_passtime_score_crit_sec "5.0f" // how long a scoring team's crits last
tf_passtime_powerball_passpoints "25" // how many ball meter points are awarded for a complete pass
tf_passtime_powerball_airtimebonus "40" // ball meter points added per second of time a pass is in the air.
tf_passtime_overtime_idle_sec "5" // defaults to 5
tf_passtime_throwarc_demoman "0.15f"
tf_passtime_throwspeed_demoman "850.0f"
tf_passtime_throwarc_engineer "0.2f"


tf_tournament_classlimit_scout "-1" // defaults tf_tourney classlimits
tf_tournament_classlimit_soldier "-1" // ^
Expand Down
19 changes: 12 additions & 7 deletions cfg/rgl_pt_base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tf_passtime_ball_model "models/passtime/ball/passtime_ball.mdl"
tf_passtime_ball_reset_time "15"
tf_passtime_ball_rotdamping_scale "1.0f"
tf_passtime_ball_seek_range "128"
tf_passtime_ball_seek_speed_factor "3"
tf_passtime_ball_seek_speed_factor "3f"
tf_passtime_ball_sphere_collision "1"
tf_passtime_ball_sphere_radius "7.2f"
tf_passtime_ball_takedamage "1"
Expand All @@ -45,25 +45,29 @@ tf_passtime_experiment_telepass "0"
tf_passtime_flinch_boost "0"
tf_passtime_mode_homing_lock_sec "1.5f"
tf_passtime_mode_homing_speed "1000.0f"
tf_passtime_overtime_idle_sec "30"
tf_passtime_pack_hp_per_sec "2.0f"
tf_passtime_pack_range "512"
tf_passtime_pack_speed "1"
tf_passtime_player_reticles_enemies "1"
tf_passtime_player_reticles_friends "2"
tf_passtime_speedboost_on_get_ball_time "2.0f"
tf_passtime_powerball_decay_delay "10"
tf_passtime_powerball_decayamount "1"
tf_passtime_powerball_decaysec "4.5f"
tf_passtime_powerball_decaysec_neutral "1.5f"
tf_passtime_powerball_maxairtimebonus "100"
tf_passtime_powerball_threshold "80"
tf_passtime_save_stats "0"
tf_passtime_scores_per_round "5.0f"
tf_passtime_speedboost_on_get_ball_time "2.0f"
tf_passtime_steal_on_melee "1"
tf_passtime_teammate_steal_time "45"
tf_passtime_throwarc_demoman "0.15f"
tf_passtime_throwarc_engineer "0.1f"
tf_passtime_throwarc_heavy "0.175f"
tf_passtime_throwarc_medic "0.0f"
tf_passtime_throwarc_pyro "0.1f"
tf_passtime_throwarc_scout "0.1f"
tf_passtime_throwarc_sniper "0.0f"
tf_passtime_throwarc_soldier "0.1f"
tf_passtime_throwarc_spy "0.0f"
tf_passtime_throwspeed_demoman "850.0f"
tf_passtime_throwspeed_engineer "850.0f"
tf_passtime_throwspeed_heavy "850.0f"
tf_passtime_throwspeed_medic "900.0f"
Expand All @@ -78,8 +82,9 @@ tf_passtime_throwspeed_velocity_scale "0.33f" // How much player velocity to ad
tf_passtime_score_crit_sec "0"
tf_passtime_powerball_passpoints "0"
tf_passtime_powerball_airtimebonus "0"
tf_passtime_powerball_threshold "80"
tf_passtime_overtime_idle_sec "30"
tf_passtime_throwarc_demoman "0.1f" // set demo throw arc to soldier's value
tf_passtime_throwarc_engineer "0.1f"
tf_passtime_throwspeed_demoman "800.0f" // set demo throw speed to soldier's value

// sv_client_cmdrate_difference "30"
Expand Down

0 comments on commit 96751ef

Please sign in to comment.