Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@michal-kapala michal-kapala released this 20 Nov 15:08
· 3 commits to master since this release
d0d3cb9

v1.0.0

Initial public release, see README for usage details.

Please keep in mind the attached binaries are unsigned and may get picked up by your antivirus software as false positives.

Place the executable in the project root directory and make sure your user ID is inside config.json. After you run the server, Gwent.gg app should be available at localhost:3000.

Features

Player profiles

Latest games include up to 100 most recent matches, games against AI are untracked.

  • current season ranked match stats
  • latest match aggregated stats (personal)
  • latest match history (personal)

Game history

  • round scores
  • match end reasons
  • player MMRs
  • player platforms
  • decks
  • card playing order
  • card actions and interactions (limited by the original data availability)

Installation

Use the information from this guide to setup your app.

  1. Download the zipped code from this release and unpack it
  2. Download 32-/64-bit executable from the release depending on your system (or compile the code yourself) and put the executable in the root folder of the files (next to config.json, gwent.db etc.)
  3. to get your user ID and save it in config.json
  4. Run the executable (double-click or use cmd, it needs no parameters)
  5. Open your browser and go to localhost:3000, it will redirect you to the login page
  6. Install Fiddler and the certificate for it
  7. Start Gwent and open Fiddler after you're in the menu then click on your profile stats in the game to generate some network traffic
  8. Inspect a network request and copy out the game's token
  9. Paste it into the login input and submit
  10. You're in, enjoy
  11. Repeat from step 7 for future use or when your token expires (you will be redirected back to login page)