Liked the game but there was no standing picture while moving around. So I made a standing picture mod that also makes the boobs bounce (optional). Let me know if there are any issues or errors. Enjoy!
As a side-effect I created a simple ModManager for configuring settings. Feel free to use it if creating a mod that needs settings.
Features:
- Standing picture on map
- Bouncing boobs while moving
- Expressions reflecting lewdness compared to outfit etc.
- Support for all outfits, arm positions and stages of pregnancy (for outfits that have them)
- Support for Merumeia
- Extensive settings, access from title/pause or by pressing "m"
View attachment 4406217
View attachment 4406200
Installation:
1. Copy the js folder to the game.
2. In the js folder of the game, open "plugins.js" with text editor and add the following two lines at the end but before ];
{name: "MOD_ModManager", status: true, description: "", parameters: {}},
{name: "MOD_StandingPictureBounce", status: true, description: "", parameters: {}},
Changelog: