- Jul 26, 2023
- 116
- 20
If the only thing you can remember is how you felt but not why you felt it, then it is unreliable. They were getting to bang most of the day with minimal struggles. There were no concerns about politics or anything, just do some cleaning and prep work -> and then enjoy pleasure.It fits because there is a Nun at the capital church you can talk to at the end of the game. She doesn't remember anything of what happened in the church except her fellow Sisters/Nuns and that those were Happy Days.
So they did love that life
If you put on different outfits and talk to her, she will say different thing I did show her several but if I remember correctly talking while having the swimsuit is the correct outfitView attachment 4400130
How to solve this?
I don't have the swimsuit, how do you get it?If you put on different outfits and talk to her, she will say different thing I did show her several but if I remember correctly talking while having the swimsuit is the correct outfit
The Quote "Ignorance is Bliss" goes here perfectly.If the only thing you can remember is how you felt but not why you felt it, then it is unreliable. They were getting to bang most of the day with minimal struggles. There were no concerns about politics or anything, just do some cleaning and prep work -> and then enjoy pleasure.
If you told them the truth of:
How many of them would break down on the spot? Maybe all of them?You don't have permission to view the spoiler content. Log in or register now.
it's end game, continue on the storyView attachment 4401228
It looks like there is access to get there using a bridge, how to do it?
Do we have any news about a new game from this dev? I found it amazing both the previous one and this one
Thanks for sharing... Now... What does it say lolYou must be registered to see the links
Long story short. The Dev is happy with the hype and success of Dragon Conquista. And he had a poll a week ago where we put our opinions of the game on it. And He said that the next project will be a sequel to this game. But he doesn't know whether to make it a direct sequel with Reiri or to add a new heroine. He really wants to add a superheroine-like MC for his new projectThanks for sharing... Now... What does it say lol![]()
At the start of the game, before leaving the port town, if you walked to the left you had a side quest of cleaning the beach from some monsters, after you unlock fast travel you can go back to the port city and now there will be a beachhouse where you can buy 2 of themI don't have the swimsuit, how do you get it?
You will be able to cross it near the end of the game since will be a required place to go before the final bossView attachment 4401228
It looks like there is access to get there using a bridge, how to do it?
Cool, Loved the game, though both were great this one just felt a lot better. And if they do a sequel to this one, I wouldn't mind if any "Ending" from this one is just flavor and doesn't roll into the next one.Long story short. The Dev is happy with the hype and success of Dragon Conquista. And he had a poll a week ago where we put our opinions of the game on it. And He said that the next project will be a sequel to this game. But he doesn't know whether to make it a direct sequel with Reiri or to add a new heroine. He really wants to add a superheroine-like MC for his new project
thank you very much. could i use this manager to add on new events and content?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. Add the following two lines at the end of js/plugins.js just before ];
{name: "MOD_ModManager", status: true, description: "", parameters: {}},
{name: "MOD_StandingPictureBounce", status: true, description: "", parameters: {}},
The manager can be used to give the player settings that change how a mod behaves, not really for creating the events themselves. It's also very bare bones in functionality, no way to configure through RPGMaker so you'll need to write at least a bit of js to integrate your mod with it. Check the file for example usage.thank you very much. could i use this manager to add on new events and content?