SourcePauseTool icon indicating copy to clipboard operation
SourcePauseTool copied to clipboard

[Request] Trace improvements

Open UncraftedName opened this issue 5 months ago • 0 comments

High priority

  • [ ] show multiple traces at the same time
    • [ ] bind traces to files (e.g. spt_trace_start [file_name])
    • [ ] add some way to synchronize multiple traces
  • [ ] convert demo to trace (add the gobbler)
  • [ ] spt_trace_set_tick and co should work even when there is no active trace
  • [ ] add ImGui config for trace options
    • [ ] save the user's style/color preferences
  • [ ] add colors to trace path
  • [ ] position/velocity graphs in ImGui
  • [ ] add toggle to override user scroll behavior to allow easier scrubbing through trace

Low priority

  • [ ] teleport player to trace position instead of using cam control
  • [ ] trace hud should show more information
  • [ ] hover support (mouse over a position in the trace and show useful information)
  • [ ] add a way to trim traces
  • [ ] json/csv export
  • [ ] record:
    • [ ] physics penetrating entities
    • [ ] entity AABB
    • [ ] IVP mindists?
    • [ ] usercmd
  • [ ] change TAS test scripts to diff against traces

UncraftedName avatar Nov 04 '25 00:11 UncraftedName