marqdevx / mm-cs2-scrim

Metamod addon to be used in Counter Strike 2. Bringing the needed features for competitive team practice
GNU General Public License v3.0
68 stars 17 forks source link

Grenade trajectories aren't drawn in practice mode #12

Open domyd opened 1 year ago

domyd commented 1 year ago

It seems like sv_grenade_trajectory and sv_grenade_trajectory_time aren't valid commands anymore in CS2, but they seem to have been replaced by sv_grenade_trajectory_prac_trailtime. Setting that to something other than zero temporarily highlights thrown grenade paths again:

sv_grenade_trajectory_prac_trailtime 8

image

(The value is clamped between 0 and 8.)

marqdevx commented 1 year ago

Hey! I'll check the practice CFG

Thanks for spotting it 🤙