Skip to content

Commit

Permalink
Merge pull request #107 from prplnorangesoda/master
Browse files Browse the repository at this point in the history
  • Loading branch information
l-Aad-l authored Nov 22, 2024
2 parents 788df9b + 3c4329d commit ef86506
Showing 1 changed file with 33 additions and 38 deletions.
71 changes: 33 additions & 38 deletions cfg/rgl_pt_base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,65 +25,60 @@ 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_damping_scale "0.01f"
tf_passtime_ball_drag_coefficient "0.01f"
tf_passtime_ball_inertia_scale "1.0f"
tf_passtime_ball_mass "1.0f"
tf_passtime_ball_model "models/passtime/ball/passtime_ball.mdl"
tf_passtime_ball_reset_time "15"
tf_passtime_ball_rotdamping_scale "1"
tf_passtime_ball_rotdamping_scale "1.0f"
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_sphere_radius "7.2f"
tf_passtime_ball_takedamage "1"
tf_passtime_ball_takedamage_force "800"
tf_passtime_ball_takedamage_force "800.0f"
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_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_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_speedboost_on_get_ball_time "2.0f"
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"
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"
tf_passtime_throwspeed_pyro "750.0f"
tf_passtime_throwspeed_scout "700.0f"
tf_passtime_throwspeed_sniper "900.0f"
tf_passtime_throwspeed_soldier "800.0f"
tf_passtime_throwspeed_spy "900.0f"
tf_passtime_throwspeed_velocity_scale "0.33f" // How much player velocity to add when tossing (0=none 1=100%)

// Custom values
tf_passtime_score_crit_sec "0"
tf_passtime_powerball_passpoints "0"
tf_passtime_powerball_airtimebonus "0"
tf_passtime_powerball_threshold "80"
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

Expand Down

0 comments on commit ef86506

Please sign in to comment.