About
Toy Box is a cute and playful mod with 500+ 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 offers a powerful and convenient way to edit:
- the party composition
- stats
- search and add to party members:
- Feats
- Features
- Items
- etc.
Download: nexusmods.com
Install & Setup (Wrath)
- Install Unity Mod Manager.
- Install the mod using the Unity Mod Manager or Modfinder or manually extract the archive to your game's mod folder (e.g. '\Steam\steamapps\common\Pathfinder Second Adventure\Mods').
- Start the game and load a save or start a new save (the mod's functions can't accessed from the main menu).
- Open the Unity Mod Manager by pressing CTRL + F10.
- Adjust the settings in the mod's menu.
How to contribute
- do your magic with the code
- push to your fork
- open a pull-request from your fork to the main repository
Development Setup
- Install ToyBox mod into your game via Unity Mod Manager
- Clone the git repo
- Build the solution once and restart Visual Studio
- Now you can just change things and build the solution and it will automatically build and install into the mod folder in the game
- 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^_^
- Find the highest release name near the top. It will look something like
### Ver 1.3.7 (Coming Soon)
.
- Usually it is 0.0.1 higher than the current release. If not please add a new Version entry at the top for the next release using proper markdown.
- Don't worry too much about getting this right as Maintainers will clean this up on merge so when in doubt add a new version.
- Format your release note like like this:
* (***SomeContributor***) added a Coolness Multiplier in Bag of Tricks that makes your main character that much more awesome!
PS:
Join our discord and go to #mod-dev-technical and #mod-user-general meet the mod authors. We love to chat about modding and teaching others to mod.