ModKit

A game agnostic toolkit for building Mod UI for unity mod manager based mods. Builds on ModMaker (https://github.com/cabarius/WrathModMaker and all past repos it was forked from)


Keywords
Unity, Mod, UnityModManager, UMM
License
MIT
Install
Install-Package ModKit -Version 1.0.8

Documentation

About

Toy Box is a cute and playful mod with 300+ cheats, tweaks and quality of life improvements for Pathfinder: WoTR.

It was created in the spirit of Bag of Tricks & Cheat Menu but with a little different focus, It of a powerful and convenient way to edit:

  • the party composition
  • stats
  • search and add to party members:
    • Feats
    • Features
    • Items
    • etc.

Download: nexusmods.com

How to contribute

alt text

  • do your magic with the code
  • push to your fork
  • open a pull-request from your fork to the main repository

Development Setup

  1. Install ToyBox mod into your game via Unity Mod Manager
  2. Clone the git repo
  3. Locate the install folder of Pathfinder Wrath of the Righteous
  4. Go to System Properties > Environment Variables and add WrathPath with a value that looks like this: WrathPath C:\Program Files (x86)\Steam\steamapps\common\Pathfinder Second Adventure
  5. First time and when the game updates make sure you clean the solution to trigger the publicize step
  6. build the solution debug and it will automatically build and install into the mod folder in the game
  7. when you rebuild you can go to the mod and hit the reload button at the top to make it use the latest
  8. Important If you are adding a feature or fixing a bug please add a release note entry to the ReadMe.md. This is how we tell our the world about your great work^_^
    1. Find the highest release name near the top. It will look something like ### Ver 1.3.7 (Coming Soon).
    2. Usually it is 0.0.1 higher than the current release but please check on Nexus. If not please add a new Version entry at the top for the next release using proper markdown.
    3. Don't worry too much about getting this right as Narria Cabarius will clean this up on merge so when in doubt add a new version.
    4. format your release note like like this:

    * (Jane/JoeCoolCollaborator) added a Coolness Multiplier in Bag of Tricks that makes your main character more cool

PS:

Learn to mod Owlcat Games (Kingmaker and Wrath of the Righteous) here

Join our discord and go to #mod-dev-technical and #mod-user-general meet the mod authors: Narria and her kind collaborators ArcaneTrixter, Aphelion (SonicZentropy), Delth and others. We love to chat about modding and teaching others to mod.