Loader for FFXI -- Launches client without PlayOnline.
  • C++ 96.1%
  • CMake 3%
  • Batchfile 0.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
WinterSolstice8 370a1a11e4
Some checks failed
build / Windows_2022_32bit (push) Has been cancelled
Merge pull request #52 from LandSandBoat/v2.1.2
V2.1.2: Upgrade mbdedtls, fix bug with character creation failure message
2026-07-02 06:45:15 -06:00
.github/workflows [workflow] Update github workflow to use Visual Studio 2022 2023-07-01 18:34:18 -07:00
cmake Bump mbedtls version 2026-07-02 06:35:26 -06:00
documentation Initial code commit. 2014-02-07 14:55:49 -08:00
src bump version 2026-07-02 06:37:57 -06:00
tools 2022 Refresh 2022-05-31 21:13:46 +03:00
.clang-format 2022 Refresh 2022-05-31 21:13:46 +03:00
.gitignore Fix "Open with Visual Studio" build train 2022-09-03 17:20:56 +03:00
CMakeLists.txt Trust Tokens 2026-02-11 08:24:49 -05:00
CMakeSettings.json Fix "Open with Visual Studio" build train 2022-09-03 17:20:56 +03:00
LICENSE Initial commit 2014-02-07 14:47:24 -08:00
README.md Fix readme styling 2024-05-01 10:22:15 +01:00
xiloader.manifest Add manifest to hint to windows we are DPI aware 2024-12-15 19:10:15 -07:00

xiloader

FFXI Server Emulator Boot Loader -- Launches client without PlayOnline.

Build

mkdir build
cmake -S . -B build -A Win32
cmake --build build

Release notes

Windows

Requires VC2022 redist, included in https://aka.ms/vs/17/release/vc_redist.x86.exe

Linux (through Wine)

Requires winetricks vcrun2022