mirror of
https://github.com/MathiasLui/CSGO-Projects.git
synced 2025-05-06 13:51:18 +00:00
Update README.md
This commit is contained in:
parent
803dd30c7f
commit
6050a954b7
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
@ -2,13 +2,14 @@
|
|||
|
||||
## Damage Calculator
|
||||
* Maybe add a path-drawing mode additionally to Bomb and Shooting mode
|
||||
* MainWindow code and structure is ugly and bloated, I tried refactoring and I noticed it would take days and I am gonna let it be and hope I'll do it better next time from the start
|
||||
|
||||
## Damage Printer
|
||||
* Needs a recode because of fugly code, probably in WPF
|
||||
* Also remove the extra features outside of damage printing
|
||||
* Add automatic autoexec creation or extension for the con_logfile command specifically
|
||||
* Needs a recode because of fugly code, probably in WPF (Done more or less)
|
||||
* Also remove the extra features outside of damage printing (Done)
|
||||
* Add automatic autoexec creation or extension for the con_logfile command specifically (Done I think)
|
||||
|
||||
## Damage Printer GUI (Partial Recode)
|
||||
## Damage Printer GUI (Partial Recode, all of these points should be done)
|
||||
* Use console output file from autoexec (con_logfile) (only if .log extension), otherwise put it in, or create the file, if nonexistent
|
||||
* Support closing and opening the game while the program is open
|
||||
* Save selected options in Documents. Settings might be:
|
||||
|
@ -21,6 +22,6 @@
|
|||
- Print in in-game chat
|
||||
- Only print for team
|
||||
|
||||
## Config-Manager V2
|
||||
## Config-Manager V2 (Maybe switch from WPF to Avalonia UI, not going to recode anything before CS2)
|
||||
* ToDo list in Microsoft ToDo
|
||||
* Recode of the original manager with extra features, maybe a protocol for GameBanana's one-click integration
|
||||
|
|
Loading…
Add table
Reference in a new issue