0 of 0

File information

Last updated

Original upload

Created by

rfvgyhn

Uploaded by

rfvgyhn

Virus scan

Safe to use

Tags for this mod

About this mod

Application that reads The Witcher 3 save files and reports gwent card collection progress for the collect 'em all achievement.

Permissions and credits
Mirrors
Changelogs
Includes locations of all cards and quests that might lead to a missed card.

Source code available at github.

Installation

This application doesn't require any installation. It's a standalone executable.

  • Download zip for your operating system
  • Unzip - On windows, right click file and select extract. On linux, use your systems archive manager or unzip
  • Run the executable named GwentTracker

Usage

The application will load the latest save in your save game directory. It will also watch that directory for changes so you can leave the app open as you play and it will automatically update.

All column headers are sortable (including the checkbox column). You can Shift+Click column headers to sort by more one than one column at a time.

You may use the filter text box to narrow down the cards that are shown. For example, typing velen into the textbox and clicking the add button will only show cards with the word velen in their name, deck, type, location or region.

Settings

Settings are in the file named settings.ini. You likely won't need to change any of these if you have a default installation of The Witcher 3.
  • Autoload: Whether or not to automatically read new saves
  • DefaultSavePath: Location of your save game files
  • TexturePath: Where to retrieve card images
  • CacheRemoteTextures: Save a copy of the card texture if it doesn't already exist in the textures folder
  • LogToFile: Log to a file named log.txt. This can be useful for debugging problems
  • Culture: If left unspecified, culture will default to system's default culture. Culture codes are: ar, cs, de, en, es, es-mx, fr, hu, it, ja, kr, pl, pt-br, ru, tr, zh, zh-cn
  • FontFamily: In-case your default font doesn't have the glyphs needed by your culture setting, specify a font that does have them


Textures

You may preload textures if you'd like. Download them and copy all of the numbered images into a folder named textures.

├── data
├── GwentTracker.exe
├── GwentTracker.exe.config
├── lib
├── locale
├── settings.ini
└── textures
├── 0.png
├── 10.png
├── 11.png
├── 7.png
├── 8.png
└── 9.png


Translations

See a missing or incorrect word/sentence for your language? Contribute a fix right from your browser.

Thanks for the contributions:

Problems?

If you run into any bugs, incorrect card info, have suggestions, notice typos, etc... feel free to open an issue or pull request on github.