Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1 KB

README.md

File metadata and controls

35 lines (25 loc) · 1 KB

FFXIV Backup Tool

a simple tool for backup Final Fantasy XIV Online (FFXIV) Game Data.

Install

How to Build

You should need to install:

  • Visual Studio 2019/2022
  • .NET 6.0 SDK
  • ICSharpCode.SharpZipLib (Download from NuGet)

Clone this project and use NuGet to download dependencies, Then you may build it.

To use your own Application ClientId to Login Microsoft Account and use OneDrive backup feature, Please visit Azure Active Directory and create a new app.

🔴 Note: FFXIVBackupTool requires these permission:

Files.Read.All
Files.ReadWrite.All
Sites.Read.All
Sites.ReadWrite.All
User.Read

Then replace clientId in code.

License

MIT