Amadare-RefundableFocus icon

RefundableFocus

Allows characters to refund focus spent on movement

Last updated 2 years ago
Total downloads 3918
Total rating 0 
Categories
Dependency string Amadare-RefundableFocus-0.1.3
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_ForTheKing-5.4.19 icon
BepInEx-BepInExPack_ForTheKing

BepInEx pack for For The King. Preconfigured and ready to use.

Preferred version: 5.4.19
Amadare-HookGenPatcher-1.2.1 icon
Amadare-HookGenPatcher

MMHOOK generation at runtime.

Preferred version: 1.2.1

README

Refundable Focus

This mod allow you to refund Focus spent on movement. Other players aren't required to have it installed.

How to use

Every Focus point spent on movement will marked as semi-transparent to show that it is refundable in focus panel. When you click on focus hex, it will be refunded and movement point received will be removed.

Demo:

demo

Installation

Through Thunderstore (soon)

  1. Install Thunderstore Mod Manager
  2. Install Refundable Focus mod
  3. Start game by using Start Modded button

Manual

  1. Install latest Bepinex 5.* version. You can refer to installation instructions here
  2. Install HookGenPatcher
    • OR put MMHOOK_Assembly-CSharp.dll from this repo to BepInEx\plugins folder from
  3. Start game normally

Build

  1. You'll need to provide stripped and publicized binaries. Those are included as git submodule. In order to get those you can:
    • When cloning this repository use git clone --recurse-submodules
    • OR If repository is already checked out, use git submodule update --init --recursive
    • OR Download or build them yourself using instructions from this repo
  2. (optional) Set BuiltPluginDestPath property in RefundableFocus.csproj file so after build binaries will be copied to specified location.
  3. Run dotnet restore
  4. You should be able to build solution now

Version History

0.1.3

Initial working version.

0.1.0-0.1.2

Messing up correct uploads.

License

MIT