Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

ThomasAunvik/ffxvi-mod-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

de0899e · Aug 25, 2024

History

24 Commits
Aug 25, 2024
Aug 25, 2024
Aug 25, 2024
Aug 25, 2024
Aug 25, 2024
Aug 25, 2024
Aug 25, 2024
Aug 25, 2024
Aug 25, 2024
Aug 25, 2024
Aug 25, 2024
Aug 25, 2024
Aug 25, 2024
Aug 25, 2024
Aug 25, 2024
Aug 25, 2024
Aug 25, 2024
Aug 25, 2024
Aug 25, 2024
Aug 25, 2024
Aug 25, 2024
Aug 25, 2024
Aug 25, 2024
Aug 25, 2024

Repository files navigation

FFXVI Mod Manager Application

Clone Repository:

Initialize Submodules:

git submodule update --init --recursive

Before running, Install Binaries

Install the binaries required for the app.

cd src-tauri
./generate_binaries.ps1

This will build the FF16Pack repository (dotnet8), and copy the release binaries onto the src-tauri/binaries folder.

It will also download the node executables to be used when running the app server. The name of the executable will be named: ffxvi-modmanager-runner as the processor name.

Start the application in Dev mode

Install Packages:

bun i

For Linux Install webkit2gkt for javascriptcoregtk-4.0 library.

Arch: https://archlinux.org/packages/extra/x86_64/webkit2gtk

Then run the application with:

bun run tauri:dev

Building the application

bun run tauri:build