15 lines
576 B
Markdown
15 lines
576 B
Markdown
|
---
|
||
|
title: "ffxivboot.exe"
|
||
|
---
|
||
|
|
||
|
This executable handles launching [ffxivlauncher.exe](executable/ffxivlauncher), and also patching "boot files" (aka anything inside of the GameInstall/boot folder).
|
||
|
|
||
|
## Arguments
|
||
|
|
||
|
None(?) that I've found yet.
|
||
|
|
||
|
## Alternative Implementations
|
||
|
|
||
|
* [Astra](https://git.sr.ht/~redstrate/astra/tree/main/item/launcher/core/src/squareboot.cpp)/[libxiv (C++)](https://git.sr.ht/~redstrate/libxiv/tree/main/item/src/patch.cpp)
|
||
|
* [XIVQuickLauncher (C#)](https://github.com/goatcorp/FFXIVQuickLauncher/blob/master/src/XIVLauncher.Common/Game/Launcher.cs)
|