Skip to content

tsunamods-codes/Junction-VIII

Repository files navigation

License Overall Downloads Latest Stable Downloads Latest Canary Downloads GitHub Actions Workflow Status


Junction VIII is now officially part of the Tsunamods initiative!

Junction VIII

Mod manager for Final Fantasy VIII PC.

Introduction

This is a fork of 7th Heaven adapted to Final Fantasy VIII, maintained now by the Tsunamods team.

Download

Install

HINT: For an easier experience you can also use the setup .exe file in the release which will take care of doing the following steps for you.

  1. Download and install the latest .NET Desktop Runtime 8.0 for BOTH x86 and x64
  2. Download and install the latest Microsoft Visual C++ Redistributable for BOTH x86 and x64
  3. Download the latest release using one of the links above
  4. Extract the .zip file to your preferred location e.g. C:\Junction VIII.
  5. Run Junction VIII.exe

Build

Preparation

  1. Clone the vcpkg project in the root folder of your C: drive ( git clone https://github.com/Microsoft/vcpkg.git )
  2. Go inside the C:\vcpkg folder and double click bootstrap-vcpkg.bat
  3. Open a cmd window in C:\vcpkg and run the following command: vcpkg integrate install

Visual Studio

  1. Download the the latest Visual Studio Community installer
  2. Run the installer and import this .vsconfig file in the installer to pick the required components to build this project
  3. Once installed, open the file JunctionVIII.sln in Visual Studio and click the build button

Visual Studio Code (Using Extension in Preview)

  1. Make sure to have done the first two steps of Visual Studio section
  2. Open VS Code and install the extension C# Dev Kit (this will also install other dependent extensions)
  3. 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
  4. Build: right click on the solution AppUI and click on Build. Otherwise, run dotnet build JunctionVIII.sln /target:AppUI
  5. Run: dotnet run --project AppUI
  6. Debug: right click on the solution AppUI and click Debug->Start New Instance

License

See LICENSE.txt