GithubHelp home page GithubHelp logo

ptcgltokenextractor's Introduction

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

ptcgltokenextractor's People

Contributors

algebro7 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ptcgltokenextractor's Issues

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.