MerlinCooper / iRacingReplayDirector

Application to automatically create highlight videos from iRacing Replay files
GNU General Public License v3.0
39 stars 5 forks source link

Added a new option to remove the numbers from the end of driver names #102

Closed pugwonk closed 1 year ago

pugwonk commented 1 year ago

I have added the option to the new settings dialog but it doesn't do anything because, as far as I could see, those options aren't bound to anything yet.

MerlinCooper commented 1 year ago

Not sure what the option should exactly do. Change the driver name?

in any case I would prefer if the function is implemented before I accept the PR.

pugwonk commented 1 year ago

Oh dear sorry I didn't make it very clear... it just changes the driver names so that instead of having "Bob Smith6" you just get "Bob Smith". The replays look great but the numbers were annoying me. :) The function is implemented - it's in Phases/Capturing/CaptureLeaderBoard.cs.