Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

This fixes your problem: https://www.mediafire.com/file/xd7jqmbmwwz2x6d/BodyImageAutoSwitcher_mod.zip/fil...

It's not great because it needs to replace a node script instead of letting the mod infrastructure extend it, but it's still probably better than modifying the game files directly.

In summary:

  • Extend NODE_SLAVEMODULE since that's the nearest GUI node we have a handle to.
  • Minimally replace the update method in SlaveBodyModule.
  • Replace the node script at NODE_SLAVEMODULE/$SlaveBodyModule with the customized script.
(1 edit)

Thank you!  I will give it a test to see if it works, learn how it works, and see if it can be improved.  In addition, there was a change made that fixed a bug where unique characters were not updating in v0.2.  If your fix works, I can call the mod "fully released".

Have given it a test, added the aforementioned bugfix, and have verified everything now works exactly as intended.  Super buge thank you from the bottom of my heart, boss!