trakman icon indicating copy to clipboard operation
trakman copied to clipboard

QoL Improvement Suggestions

Open nilakite2 opened this issue 1 year ago • 3 comments

  • [x] Add LiveCPs as visible plugin for tracking which player is at which CP
  • [ ] Add possibility to move "BestCps" (also "BestFinishes" & "CpCounter") anywhere on screen same way as other components within "RaceUI.js"
  • For example I would like to have it under "LocalRanking" instead of top left of screen
  • [ ] Add feature to change color scheme style via command such as /style 1 -> default; /style 2 -> blue scheme; /style 3 -> purple scheme; etc.
  • [ ] Add command such as /gps to fetch video matching TMX ID of current map from TMX API and create clickable link in chat, if multiple videos are present, open list of gps videos for that map similar to how /list is done
  • [x] Fix "/list " to be possible to use without "/list $a"
  • [ ] Command to force disable timer completely without needing to interact with any code/config beyond command, pre-requisite being that MatchSettings.xml has TA Limit set to 0
  • [ ] Make it possible to track against Dedi Recs or Local Recs instead of just yourself via command as such /dedi 1/2/3/4 or /local 1/2/3/4
  • [x] Fix CpCounter counter in "SpectatorMode" to be updated based on player you are spectating

nilakite2 avatar Dec 01 '24 14:12 nilakite2

  1. can you elaborate? /list works for me just fine
  2. I'm pretty sure this is impossible because the game doesn't tell us who's spectating who

felacek avatar Apr 15 '25 21:04 felacek

  1. I'm pretty sure this is impossible because the game doesn't tell us who's spectating who

its possible actually: https://github.com/lythx/trakman/blob/main/src%2FListeners.ts#L346

never tested the accuracy of this tho

wsrvn avatar Apr 20 '25 07:04 wsrvn

  1. can you elaborate? /list works for me just fine

-> if you are looking for map by author name, you can't do /list login - instead you need to do /list $alogin

  1. I'm pretty sure this is impossible because the game doesn't tell us who's spectating who

-> thats fine

nilakite2 avatar Apr 21 '25 12:04 nilakite2