Skip to content

v0.0.73

Choose a tag to compare

@GoldenCarrotMLP GoldenCarrotMLP released this 03 Jul 15:46
· 46 commits to main since this release

Guide

  1. Make sure to have Okaetsu's UE4SS installed
  2. Download DynamicPals.zip and extract inside UE4SS/mods
  3. Alt+N for menu
  4. Enjoy

Changelog

  • Added more warnings to know when something fails

  • Added feature where pals inherit petting posture, hp bar height and sleeping position from anim target

  • Added feature ReqSwap property, only skins within this property are allowed to transition to another swap

  • Added Feature SetNickname property to json. When your pals change to a specific swap, their nickname is going to change

  • Added feature RandomHue on materials. Allows for unique colors for each reroll

  • Added Feature where you can put comma-separated indices on material swaps to target the same material

  • Fixed massive tech debt and repetition on code

  • Fixed bug where same pal would refuse to evolve

  • Fixed log spam when bias when sample size is low

  • Fixed bug that caused evolved pals to regress to their base form

  • Fixed bug where you had to look at pal's feet to properly target them with alt+n. Now you have to look at their center

  • Fixed bug where mod was expecting trust exp instead of trust levels

  • Fixed bug that only allowed weight to be integers, now it can be decimal for when you wanna make your pal rare to spawn

  • Fixed bug where palmagic schema wasn't properly reading comma-separated indexes on materials

  • Refactored code to be more efficient