Skip to content

Algebro7/PTCGLTokenExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon TCG Live Credential Extractor

A tool to transfer Pokemon TCG Live authentication tokens from a working Windows installation to Wine. This is necessary because the game uses a Unity extension called Vuplex to show a login window when initially logging into the game, however it appears to use low level functionality that is not yet compatible with Wine, causing a crash. This tool allows you to bypass the broken login functionality by exporting your credentials from a Windows machine to the Wine prefix so you can skip Vuplex altogether.

Step-by-Step Instructions

  1. Create and configure a new Wine prefix:
WINEARCH=win64 WINEPREFIX=~/prefixes/ptcgl winecfg
  1. If using wine-staging, navigate to Staging tab and disable CSMT
  2. Optionally install DXVK (see https://github.com/doitsujin/dxvk#how-to-use)
  3. Install VC runtime with `winetricks:
WINEARCH=win64 WINEPREFIX=~/prefixes/ptcgl winetricks vcrun2017
  1. Install PTCG Live in Wine but do not launch it when finished:
WINEARCH=win64 WINEPREFIX=~/prefixes/ptcgl wine PokemonTCGLiveInstaller.msi
  1. Log into Pokemon TCG Live on Windows Machine
  2. After loading into the game, exit Pokemon TCG Live
  3. Click Start, type regedit, navigate to HKEY_CURRENT_USER->Software->pokemon->Pokemon TCG Live
  4. Right click Pokemon TCG Live and click Export, copy the .reg file to the Linux machine:

Reg Key

  1. Download Cred.exe from the releases page or compile it with Visual Studio and run Cred.exe read from the Windows command line
  2. Copy the token shown, as well as the Cred.exe file to the Linux machine
  3. Run WINEARCH=win64 WINEPREFIX=~/prefixes/tcgl wine Cred.exe write <token>
  4. Run WINEARCH=win64 WINEPREFIX=~/prefixes/tcgl wine regedit /path/to/reg/file
  5. Launch PTCG Live on Linux

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages