diff --git a/cfg/rgl_pt_base.cfg b/cfg/rgl_pt_base.cfg index 8f8b9e0..3c1c6f7 100644 --- a/cfg/rgl_pt_base.cfg +++ b/cfg/rgl_pt_base.cfg @@ -24,9 +24,68 @@ tf_tournament_classlimit_spy "0" // ^ sm_projectiles_ignore_teammates "1" // ignore projectile sm_remove_pipe_spin "1" // ignore pipe spin +// Valve Defaults +tf_passtime_ball_damping_scale "0" +tf_passtime_ball_drag_coefficient "0" +tf_passtime_ball_inertia_scale "1" +tf_passtime_ball_mass "1" +tf_passtime_ball_model "0" +tf_passtime_ball_reset_time "15" +tf_passtime_ball_rotdamping_scale "1" +tf_passtime_ball_seek_range "128" +tf_passtime_ball_seek_speed_factor "3" +tf_passtime_ball_sphere_collision "1" +tf_passtime_ball_sphere_radius "7" +tf_passtime_ball_takedamage "1" +tf_passtime_ball_takedamage_force "800" +tf_passtime_experiment_autopass "0" +tf_passtime_experiment_instapass "0" +tf_passtime_experiment_instapass_charge "0" +tf_passtime_experiment_telepass "0" +tf_passtime_flinch_boost "0" +tf_passtime_mode_homing_lock_sec "1" +tf_passtime_mode_homing_speed "1000" +tf_passtime_overtime_idle_sec "5" +tf_passtime_pack_hp_per_sec "2" +tf_passtime_pack_range "512" +tf_passtime_pack_speed "1" +tf_passtime_player_reticles_enemies "1" +tf_passtime_player_reticles_friends "2" +tf_passtime_powerball_decay_delay "10" +tf_passtime_powerball_decayamount "1" +tf_passtime_powerball_decaysec "4" +tf_passtime_powerball_decaysec_neutral "1" +tf_passtime_powerball_maxairtimebonus "100" +tf_passtime_powerball_threshold "80" +tf_passtime_save_stats "0" +tf_passtime_scores_per_round "5" +tf_passtime_speedboost_on_get_ball_time "2" +tf_passtime_steal_on_melee "1" +tf_passtime_teammate_steal_time "45" +tf_passtime_throwarc_engineer "0" +tf_passtime_throwarc_heavy "0" +tf_passtime_throwarc_medic "0" +tf_passtime_throwarc_pyro "0" +tf_passtime_throwarc_scout "0" +tf_passtime_throwarc_sniper "0" +tf_passtime_throwarc_soldier "0" +tf_passtime_throwarc_spy "0" +tf_passtime_throwspeed_engineer "850" +tf_passtime_throwspeed_heavy "850" +tf_passtime_throwspeed_medic "900" +tf_passtime_throwspeed_pyro "750" +tf_passtime_throwspeed_scout "700" +tf_passtime_throwspeed_sniper "900" +tf_passtime_throwspeed_soldier "800" +tf_passtime_throwspeed_spy "900" +tf_passtime_throwspeed_velocity_scale "0" + +// Custom values tf_passtime_score_crit_sec "0" tf_passtime_powerball_passpoints "0" tf_passtime_powerball_airtimebonus "0" +tf_passtime_throwarc_demoman "0.1f" // set demo throw arc to soldier's value +tf_passtime_throwspeed_demoman "800.0f" // set demo throw speed to soldier's value // sv_client_cmdrate_difference "30" sv_quota_stringcmdspersecond "200" // prevent players from being kicked for issuing too many commands to the server @@ -40,4 +99,5 @@ sm_pt_block_instant_respawn "1" sm_pt_disable_intercept_blur "1" sm_pt_disable_jack_drop_item_collision "1" sm_pt_print_events "1" -sm_pt_practice "0" \ No newline at end of file +sm_pt_practice "0" +sm_pt_medic_can_splash "1" // allows medic to arrow the ball to make it neutral \ No newline at end of file