CHR15cs / CS2-Practice-Plugin

Open Source Plugin for Counterstrike 2 based on CounterStrikeSharp
GNU General Public License v3.0
86 stars 13 forks source link

Backup wrong order #18

Closed s-balint closed 11 months ago

s-balint commented 12 months ago

Another problem I saw was this: The order of the backup is wrong it came like this

[!1] 01 [!2] 03 [!3] 02 [!4] 04 [!5] 05

I dont know whats the original idea for the 01, 02, 03, but if you could do it like it shows the score or smth, like [!2] 1-1 means second round score: 1-1, or smth like this

or just do .backup last and it would auto backup last round

https://gyazo.com/d3d5eb68afb0452a2d71a7d067738b96

Sorry for spamming with theese, just some issues came up after testing, haha

CHR15cs commented 12 months ago

Thank you for giving me this helpfull feedback, let me know anything you find. (or if you want some other features added!) The names (01 02 03 etc) are just taken from name of the backupfiles generated by valve. I assume they represent the total rounds played.

I like the idea, I will add this to my todo list :)