Mod manager for Final Fantasy VII PC.
This is a fork of the original 7th Heaven 2.x release, 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
7thHeaven.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 7thHeaven 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 7thHeaven.sln /target:AppUI
- Run:
dotnet run --project AppUI
- Debug: right click on the solution AppUI and click
Debug->Start New Instance
The .NET 7 migration would not have been possibile without the help of these people. The order is purely Alphabetical.
These people are:
- Benjamin Moir:
- For figuring out various .NET internals
- For the Detours examples and logics to be used in C#
- For the patience to guide through nitty gritty low level details
See LICENSE.txt