client - Tierras-virgenes/servuo-utils GitHub Wiki
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
crossuobinary 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.
- Go to https://crossuo.com/#download and install it. In example: https://github.com/crossuo/crossuo/releases
- Generate a configuration file
crossuo.cfgat crossuo.exe path:
** TODO: Test this method
- Install CMake. In example
cmake-3.16.4-win64-x64.msifrom: https://cmake.org/download/ - Visual Studio 2019 Community edition. In example from: https://visualstudio.microsoft.com/es/downloads/
- Install Cygwin64. In example from: https://cygwin.com/install.html
- Select mingw64-gcc, and apply changes.
- Add to environment variables MinGW path:
C:\MinGW\bin
- Go to
submodules\crossuopath - Execute cmake:
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j4
- 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
crossuobinary.
Note: By default should work use: CustomPath=../../../../resources/2D