Removed old Tracer (sar_trace) and replaced it with Ruler (sar_ruler).
sar_ruler_creator 1 will enable the creator that will allow you to create new rulers.
sar_ruler_creator_set will set a start point of the ruler first, then end point and will add the ruler into the list.
sar_ruler_draw will allow you to switch between different ruler drawing modes (mostly changes the amount of text and data seen on screen)
sar_ruler_creator 2 is another mode of creator that creates a ruler from your current view position to the location where you're looking at
sar_ruler_clear will clear all of the rulers.
In addition, I've made a little bit of cleanup where multiple HUD features were using similar camera code (moved it into Camera functions), and since old Tracer is gone, all Player Trace commands starting with sar_player_trace have been renamed to sar_trace.
Removed old Tracer (
sar_trace
) and replaced it with Ruler (sar_ruler
).sar_ruler_creator 1
will enable the creator that will allow you to create new rulers.sar_ruler_creator_set
will set a start point of the ruler first, then end point and will add the ruler into the list.sar_ruler_draw
will allow you to switch between different ruler drawing modes (mostly changes the amount of text and data seen on screen)sar_ruler_creator 2
is another mode of creator that creates a ruler from your current view position to the location where you're looking atsar_ruler_clear
will clear all of the rulers.In addition, I've made a little bit of cleanup where multiple HUD features were using similar camera code (moved it into Camera functions), and since old Tracer is gone, all Player Trace commands starting with
sar_player_trace
have been renamed tosar_trace
.