An open API service indexing awesome lists of open source software.

https://github.com/turboss/ovalauncher


https://github.com/turboss/ovalauncher

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

![License](https://img.shields.io/github/license/tsunamods-codes/7th-Heaven) ![Overall Downloads](https://img.shields.io/github/downloads/tsunamods-codes/7th-Heaven/total?label=Overall%20Downloads) ![Latest Stable Downloads](https://img.shields.io/github/downloads/tsunamods-codes/7th-Heaven/latest/total?label=Latest%20Stable%20Downloads&sort=semver) ![Latest Canary Downloads](https://img.shields.io/github/downloads/tsunamods-codes/7th-Heaven/canary/total?label=Latest%20Canary%20Downloads) [![Build Status](https://dev.azure.com/julianxhokaxhiu/Github/_apis/build/status/tsunamods-codes.7th-Heaven?branchName=master)](https://dev.azure.com/julianxhokaxhiu/Github/_build/latest?definitionId=26&branchName=master)




7th Heaven is now officially part of the Tsunamods initiative!

# 7th Heaven

Mod manager for Final Fantasy VII PC.

## Introduction

This is a fork of the original [7th Heaven 2.x](https://github.com/unab0mb/7h) release, maintained now by the Tsunamods team.

## Download

- [Latest stable release](https://github.com/tsunamods-codes/7th-Heaven/releases/latest)
- [Latest canary release](https://github.com/tsunamods-codes/7th-Heaven/releases/tag/canary)

## 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.

0. Download and install the latest [.NET Desktop Runtime 7.0](https://dotnet.microsoft.com/en-us/download/dotnet/7.0) for BOTH x86 and x64
1. Download and install the latest [Microsoft Visual C++ Redistributable](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022) for BOTH x86 and x64
2. Download the latest release using one of the links above
3. Extract the .zip file to your preferred location e.g. C:\7th Heaven.
4. Run `7th Heaven.exe`

## Build

### Preparation

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

### Visual Studio

0. Download the the latest [Visual Studio Community](https://visualstudio.microsoft.com/vs/community/) installer
1. Run the installer and import this [.vsconfig](.vsconfig) file in the installer to pick the required components to build this project
2. Once installed, open the file [`7thHeaven.sln`](7thHeaven.sln) in Visual Studio and click the build button

## Special thanks

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](https://github.com/DaZombieKiller):
- 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

## License

See [LICENSE.txt](LICENSE.txt)