Skip to content

A Peaks of Yore mod which disables the knockout animation in normal mode.

License

Notifications You must be signed in to change notification settings

Kaden5480/poy-no-knockouts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

poy-no-knockouts

Code size Open issues License

A Peaks of Yore. mod which disables the knockout animation in normal mode.

Overview

Installing

BepInEx

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

No knockouts

  • Download the latest BepInEx release here.
  • The compressed zip will contain a plugins directory.
  • Copy the files in plugins to BepInEx/plugins in your game directory.

MelonLoader

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

No knockouts

  • Download the latest MelonLoader release here.
  • The compressed zip file will contain a Mods directory.
  • Copy the files from Mods to Mods in your game directory.

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:

  • Debug-BepInEx
  • Release-BepInEx
  • Debug-MelonLoader
  • Release-MelonLoader

Dotnet build

To build with dotnet, run the following command, replacing with the desired value:

dotnet build -c <configuration>

Visual Studio build

To build with Visual Studio, open NoKnockouts.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:

<Project>
  <PropertyGroup>
    <GamePath>F:\Games\Peaks of Yore</GamePath>
  </PropertyGroup>
</Project>

About

A Peaks of Yore mod which disables the knockout animation in normal mode.

Resources

License

Stars

Watchers

Forks

Packages

No packages published