Kaden5480 / poy-brutal-mode

A challenging Peaks of Yore mod.
GNU General Public License v3.0
0 stars 0 forks source link

poy-brutal-mode

Code size Open issues License

A challenging Peaks of Yore mod.

Overview

Features

This mod introduces some tweaks to the vanilla game mechanics which can make the gameplay significantly more challenging.

The following tweaks are currently applied:

Installing

BepInEx

If you haven't installed BepInEx yet, follow the install instructions here.

Brutal mode

MelonLoader

If you haven't installed MelonLoader yet, follow the install instructions here:

Brutal mode

Building from source

Whichever approach you use for building from source, the resulting patcher and plugin can be found in bin/.

The following configurations are supported:

Dotnet build

To build with dotnet, run the following command, replacing

with the desired value: ```sh dotnet build -c ``` ## Visual Studio build To build with Visual Studio, open BrutalMode.sln and build by pressing ctrl + shift + b, or by selecting Build -> Build Solution. ## Custom game locations If you installed Peaks of Yore in a custom game location, you may require an extra file to configure the build so it knows where to find the Peaks of Yore game libraries. The file must be in the root of this repository and must be called "GamePath.props". Below gives an example where Peaks of Yore is installed on the F drive: ```xml F:\Games\Peaks of Yore ```