https://github.com/ipax77/sc2dsstats
Starcraft 2 - custom map Direct Strike replay analyzer
https://github.com/ipax77/sc2dsstats
c-sharp custom-map direct-strike perl replay-analyzer starcraft2
Last synced: 4 months ago
JSON representation
Starcraft 2 - custom map Direct Strike replay analyzer
- Host: GitHub
- URL: https://github.com/ipax77/sc2dsstats
- Owner: ipax77
- License: agpl-3.0
- Created: 2018-12-19T19:50:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T05:29:50.000Z (about 1 year ago)
- Last Synced: 2024-07-31T07:07:41.143Z (about 1 year ago)
- Topics: c-sharp, custom-map, direct-strike, perl, replay-analyzer, starcraft2
- Language: Python
- Homepage:
- Size: 157 MB
- Stars: 6
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- License: LICENSE
Awesome Lists containing this project
README
# sc2dsstats
sc2dsstats is a dotnet core – blazor - electron app for analyzing your Starcraft 2 Direct Strike Replays. It generates charts showing the win rate, synergy, mvp and other stats of each commander.
## Deprecated
This project is no longer under development, please switch to https://github.com/ipax77/dsstats. Thank you!

# Dependencies
You need to include https://github.com/ipax77/ChartJs.Blazor using the branch chartjsGuidFix to run from source.
# sc2dsstats.decode
* Using IronPython + s2protocol to decode and parse replays# sc2dsstats.app
* ElectronNET ASP .NET Core Balzor Server app# sc2dsstats.web
* ASP .NET Core Blazor WASM Website# sc2dsstats.db
* Database models used for MySQL (Server) and SQLite (App)# sc2dsstats.rlib
* Razor library used by Server and App# sc2dsstats.lib
* Needed for converting the old database model# Acknowledgements
* Electron.NET (https://github.com/ElectronNET/Electron.NET)
* Chart.js (https://github.com/chartjs)
* s2protocol (https://github.com/Blizzard/s2protocol)
* IronPython (https://ironpython.net/)
* ChartJs.Blazor (https://github.com/mariusmuntean/ChartJs.Blazor)And all other packages used but not mentioned here.
# License
Copyright (c) 2022, Philipp Hetzner
Open sourced under the GNU General Public License version 3. See the included LICENSE file for more information.