redraskal / r6-dissect

Match Replay API/CLI for Rainbow Six: Siege's Dissect (.rec) format.
MIT License
70 stars 11 forks source link

Create friendly UI for non-coding applications #9

Open redraskal opened 1 year ago

redraskal commented 1 year ago

Some ideas of mine:

Example: friend shares replay. you had 12 saved beforehand. tool could automatically back them up and copy the replays you want to watch into the game files. the program could name them, while siege simply goes off of timestamps and maps. then, you have no clutter in the replay menu and know which replays belong to who. your previous replays are saved and can be loaded back into the game.

Feel free to suggest ideas below :)

developer-ken commented 1 year ago

Interesting idea. I am working on a winform application, which uses this repo as its backend to read r6 replay files, and provide a UI to do things like backup, restore and exports. https://github.com/developer-ken/Rainbow6_ReplayHandler

redraskal commented 1 year ago

@developer-ken At minimum, I will create a basic UI for using this program without the command line. That should open it up to more people. I saw your project as well. Can't wait to see it in action :)