Hum... No, I don't think so, sorry :'(
Naughty Arcade Studio
Creator of
Recent community posts
Hello, sorry if it wasn't clear.
I modified your code with the code I posted earlier. It works correctly now, I simply added the width calculation from the source code of RPG MZ.
Before posting the message, I checked whether the bug still occurred on a “clean” project, and it did. My apologies if the bug does not appear for you.
Hello, I'm using your plugin and it's really great one (An awesome on, shoud I say)
I just wanted to share a little bug I had, where the namebox of message box would not shown at the correct size. Otherwise, I recommend 1000% this plugin, it's a really powerfull one.
(By exemple if actor 10 was "Seraphina", \N[10] would transcribe a Seraphina but the name box would only show "Seraph")
This was due to the override of "Window_NameBox.prototype.windowWidth", which I modified a little, using the "source code" of RPG MZ :
const _Window_NameBox_windowWidth = Window_NameBox.prototype.windowWidth;
Window_NameBox.prototype.windowWidth = function () {
if (this._name) {
const cleanName = (translations[this._name] || this._name).replace(/<[^>]*>/g, '');
const textWidth = this.textSizeEx(cleanName).width;
const padding = this.padding + this.itemPadding();
const width = Math.ceil(textWidth) + padding * 2;
return Math.min(width, Graphics.boxWidth);
} else {
return _Window_NameBox_windowWidth.call(this);
}
};
It's an open ending for the sequel, which I wanted to make. A vote on Patreon led to the sequel being postponed until the next game, “The Elf Next Stream,” which I'm currently working on.
For the brother, I wanted to make a story arc about him, but that'll probably happen in the sequel. She didn't cheat on him at that time, not in a sexual way at least.
The released is planned for the 30th yup. Steam should be ready in time.
I don't think RPG Maker MZ have a Linux native version method sorry.
Streamer girlfriend would take place in a modern world yeah, with job and stuff while she ... "wander the street" we'll say.
It would be interressing to have it in a fantasy world though. I wanna make an elf ! 🤣
I won't answer the first paragraph to keep it for the full release, but :
>Want to suggest what could or should happen next?
The gameover scene isn't the ned, it's more a "bad end" than an end Your additional endings could have been cool, there's three possible ending in the full release (four with the gameover). Pregnancy isn't in the game through.
>Headcanons
In the full release, you can unlock scene with Dareth, the Inn or the Velvet house.
>Scene suggestions
The game features a scene like this... With the goddess Popsicle. You can “get a glimpse” of what she does.
1) I wanted to encourage the player to walk around the city a bit to check out where the buildings were, etc., without triggering any “sexy” events. But it is maybe a little too much hard to find yeah. Sadly I can't modify it now that I've sended it to Steam :'(
2) Thanks, it did was pretty hard to do so ! Aria's Saint II is very usefull, until the end.
4 and 4.2) That's great idea, I'll keep it for eventual post-release update or next game.
5) Sadly the goddess doesn't have that much scene in this game. Sorry !
At first, I hadn't created the dialogue tool to help me integrate them into the game, so it was quite time-consuming and tiring.
With this tool, I was able to vary the sentences more, and it took me a little less time. There's a little more diversity in the final version (in the dialogues).
For the “I'm sorry, Caelum~ ♥️,” I was more in the mindset of “She doesn't think about him at all anymore,” you know?
The full release is scheduled for October 30, so you'll be able to enjoy it soon :)
- My bad for the church audio. I had fixed it before, must have missed it for the demo. It's fixed now, thanks.
- I'll check why "P" stopped working tomorrow
- Speed can be changed with the item
- Mob and chest respawn when you enter the dungeon, else, they stay the same.
- I'll check it too tomorrow, thanks










