Mod manager for Final Fantasy VIII PC.
This is a fork of 7th Heaven adapted to Final Fantasy VIII, maintained now by the Tsunamods team.
- Download the the latest Visual Studio Community installer
- Run the installer and import this .vsconfig file in the installer to pick the required components to build this project
- Open the Visual Studio Developer Command Prompt and run the following command:
vcpkg integrate install
- Once installed, open the file
JunctionVIII.sln
in Visual Studio and click the build button
- Make sure to have done the first two steps of Visual Studio section
- Open VS Code and install the extension C# Dev Kit (this will also install other dependent extensions)
- Open the JunctionVIII folder and there will be a new tab in Explorer, called Solution Explorer, that contains a similar project explorer of Visual Studio
- Build: right click on the solution AppUI and click on
Build
. Otherwise, rundotnet build JunctionVIII.sln /target:AppUI
- Run:
dotnet run --project AppUI
- Debug: right click on the solution AppUI and click
Debug->Start New Instance
See LICENSE.txt