Thanks, are you able to upload the CSV for me to download? I'll be happy to upload it here.
- Regalbuster
GROVE DEVELOPMENT
Creator of
Recent community posts
Thanks for the feedback! The general consensus has been similar to your words so we're taking that into account.
Revisions on the Grove sprite is still on-going, and we'll likely settle for something closer to a 1x1 tile sized character
A work-in-progress of this (red indicates tile size):
- RegalBuster
Thanks for that! I went and fixed it up for you, please download it here: https://drive.google.com/file/d/1TylAhbYNes4DiSrt5iUZpAxVgNavP_f7/view?usp=shari...
Let me know when you have it downloaded and I'll remove the link
I think it's caused by a bug with you running out of time on the day where you have the conditions met to see the merchant. I'll have that fixed in the next patch
- Regalbuster
Fantastic plugin, quite useful when it's working! Unfortunately I'm running into compatibility issues with YEP_MessageCore in v1.1.0 which we use quite extensively. I am working with MV.
Disabling it will allow the translation to run, and I can confirm that the 1.0.3 demo works just fine with message core enabled. Are you able to check this in any way? I believe YEP_Options core is also causing the menu language option to disappear
Thanks! The csv extraction tool alone is very useful already
When downloaded, you need to right click the folder and extract the contents of the game into its own separate folder. Running the game directly from the ZIP will cause your saves to not be retained when closing out the game.
Alternatively using the itch.io launcher to download the game will allow you to run it directly from there without hassles.
- RegalBuster
Heya, not sure what you mean by lust system, the term is quite vague and Grove doesn’t really have a ‘proper’ lust system
One way is to just use one variable to control lust and another to set the lust maximum cap. When increasing lust have a conditional to check if the current lust is higher than the cap or specific thresholds and if yes, apply your effects.
- RegalBuster