Giter Site home page Giter Site logo

ipax77 / sc2dsstats Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 6.0 160.48 MB

Starcraft 2 - custom map Direct Strike replay analyzer

License: GNU Affero General Public License v3.0

C# 24.03% HTML 6.55% Python 67.85% CSS 0.44% JavaScript 1.09% TSQL 0.03%
starcraft2 replay-analyzer direct-strike custom-map c-sharp perl

sc2dsstats's Issues

Installer CTD

Installer crashes about halfway through the progress bar.
v1.0.13

GUI reports no new replays when replays renamed

I name successful replays after the champion conflicts, such as 'Raynor vs Alarak.' I still have many replays that are losses, accumulating as I play.

But when I start the app, it says no new replays found

Untitled

korean replay did not detected

direct strike is named '다이렉트 스트라이크' at korea so scdsstats can't detected replay can you fix it? or add some configuration

/sc2dsstats.lib/Data/DSdata.cs

public static Regex rx_ds = new Regex(@"(Direct Strike.).SC2Replay$|(DST.).SC2Replay$", RegexOptions.Singleline);

public static Regex rx_ds = new Regex(@"(다이렉트 스트라이크.).SC2Replay$|(DST.).SC2Replay$", RegexOptions.Singleline);

Multiple Usernames / Replay folder

With version 0.6.0.7 you can now add multiple player names (if you have multiple SC2 accounts) and multiple replay folder (for EU, NA, ..).

You can enter the information in the first run of the application or with File->Options. Separate the values with semicolon: e.g:
PLAYER => player1;player2;player3;
REPLAY_PATH => path1;path2;path3;

Make sure you do not have any spaces before or after the semicolon.
Make sure you keep the order of the replay folders intact and add new folder after the existing ones.

If you already did a workaround for that:

The application will now scan every folder given in REPLAY_PATH - so if you renamed and copied replays form one folder to another you can either delete/move the source files or you can delete the copied replays and rescan by renaming/deleting the stats.csv file.

If you renamed player names in the stats.csv file no changes are necessary.

The location of the stats.csv file can be found in File->Options => STATS_FILE

issue duringthe scan

Hi,
When i try to scan my replays or to show the results i get this,
do you know how to solve this issue ?
I delete and reinstalled the device.
Kind regards

issue

Gametime error / miscalculation

Since 2019/02/28 the decoded timestamp from the DS-replays is wrong (-1 d) and so the inApp start-date / end-date filter are not working as expected.

IronPython not thread safe (?)

IronPython ‘sometimes’ fails loading the s2protocol header in the first one to three threads – if I enqueue them it is all good. Same behavior when I load one engine for each thread (at the cost of performance).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.