This project is a mock server implementation to avoid the use of the Ankama Launcher for running specifics games.
Built using Bun (NodeJS can be used too).
Place the credentials.json file in a compatible game directory (same port should be used as in ThriftServer.js).
Can also be set with PORT env variable
Install dependencies :
bun installRun :
bun ThriftServer.jsOptionnal: To regenerate definition files
thrift.exe -r --gen js:node ZaapService.thrift