Application that reads The Witcher 3 save files and reports gwent card collection progress for the collect 'em all achievement.
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
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