client - Tierras-virgenes/servuo-utils GitHub Wiki

Compile client

Client configuration

Here you are a sample configuration, with account name test, and password test.

  • CustomPath should work with default resource path in GNU/Linux.
  • The file has to be in crossuo binary path with name: crossuo.cfg.
  • Example content:
AcctID=test
AcctPassword=test
RememberAcctPW=no
AutoLogin=no
TheAbyss=no
Asmut=no
Crypt=no
CustomPath=../../../../resources/2D
LoginServer=127.0.0.1,2593
ClientVersion=7.0.45.0
  • Note: You can generate a configuration file with xuolauncher.

Fast way Windows

Developer way Windows

** TODO: Test this method

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j4

Developer way GNU/Linux

  • Install dependencies (OpenGL ... TODO)
  • Compile crossuo
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j4
  • Copy tv-server/resources/crossuo/Config/ into build path and edit it. In example:
cp tv-server/resources/crossuo/Config/crossuo.cfg submodules/crossuo/build/src
  • Run crossuo binary.

Note: By default should work use: CustomPath=../../../../resources/2D

⚠️ **GitHub.com Fallback** ⚠️