Git Product home page Git Product logo

myfnreplayreader's Introduction

Fortnite replayファイル読み込み

replayファイルから順位、撃破数、撃破した相手が人間かBotか、ランクの場合はプレーヤーのランクレベル、、などを読み取り、ファイルに保存。

  • わかる範囲で。。
  • プレーヤー数とランクレベルの総数が合わなかったりするので、その辺も参考程度で。。

Setting

  • package.jsonのconfigに以下をセット
    • replaypath: replayファイル格納パス
    • resultpath: 結果ファイル出力パス

Usage

  • replayファイルの読み込み、サマリーファイル出力

    $ npm run exec [ReplayFile Name (***.replay) / Date (yy.mm.dd)] [debug]
    
    • ReplayFile Name: replayファイル名指定(***.replay)
    • Date: 年月日指定(yy.mm.dd/yyyy.mm.dd)
      • ※ファイル日付を見ているため、ファイル名に入っている日付(マッチ開始日時)とずれる場合あり
    • (option) debug: ライブラリfortnite-replay-parserに渡すconfigのdebugフラグをtrueにする場合。ファイル名指定時のみ指定可。
    • ※クリエイティブ(と思われる)ファイルはサマリーを作成しない
    • $ npm run exec UnsavedReplay-2024.04.20-23.41.00.replay
      $ npm run exec 24.5.20
      
  • replayファイル一覧

    $ npm run files
    

出力ファイル

  • 指定の出力パス配下の年月フォルダ配下に以下のファイルを出力する
  • [リプレイファイル名]_parsed.json : 指定したプロパティのパースデータ
  • [リプレイファイル名]_summary.md : 上記データから作成したサマリー
    • ※リプレイファイル名に"UnsavedReplay-"がついていたらトリムする

使用ライブラリと参考プロジェクト

myfnreplayreader's People

Contributors

ayak00 avatar

Watchers

 avatar

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.