Escuro

Member
Dec 11, 2019
163
210
Am I missing something during the sequence of the Dream Devil? You talk to young Lian in the Dream wherein Lumina tries and fails to make her realise that this is an illusion, and it gives you a pop-up that "the time Lumina spent with her was far too little to make a meaningful connection".

Is this an actual mechanic? Should I have been going to chat to Lian, Inis and Sera here and there, after each Devil destroyed? Or is this just stating fact and you can't change it by actually talking to them?
 

Escuro

Member
Dec 11, 2019
163
210
Huh, I suppose it doesn't matter. Game ends immediately after the next boss fight. Weird. That really, REALLY felt like an act 1. Act 2 is relearning who she is and more properly taking steps to save the world and make connections with her companions. Act 3 is beating the Demon Lord and restoring the world.

Instead the Demon Lord just turns up, one-shots you, and the hero gets flashed to some - I assume - alternate reality from before she was summoned, since Sera still has her powers, and then it just... ends.

I guess the lewd crest guy goes nowhere. Anyway, well, even just playing casually, I didn't see a single lewd event other than torn clothes. Makes sense for the not just prophesised but straight up heaven-sent hero to be ACTUALLY easily beyond any normal foe. Still, really didn't feel like that should have been an ending. I would imagine there will be a sequel? Didn't seem necessary to split it into a different game if that's the case.
 

KurtisPrime

New Member
Oct 28, 2024
1
0
I mean even the first goblin fight i start getting looped and it dosent end.
It doesn't explain anywhere but you need to press a button on the keyboard that give you a pop up to "accept defeat" when hp reach 0.
idk which key it was since I was spamming to test. but it was around the T Y U R row.
 

Datbel

Member
Aug 2, 2017
110
322
Huh, I suppose it doesn't matter. Game ends immediately after the next boss fight. Weird. That really, REALLY felt like an act 1. Act 2 is relearning who she is and more properly taking steps to save the world and make connections with her companions. Act 3 is beating the Demon Lord and restoring the world.

Instead the Demon Lord just turns up, one-shots you, and the hero gets flashed to some - I assume - alternate reality from before she was summoned, since Sera still has her powers, and then it just... ends.

I guess the lewd crest guy goes nowhere. Anyway, well, even just playing casually, I didn't see a single lewd event other than torn clothes. Makes sense for the not just prophesised but straight up heaven-sent hero to be ACTUALLY easily beyond any normal foe. Still, really didn't feel like that should have been an ending. I would imagine there will be a sequel? Didn't seem necessary to split it into a different game if that's the case.

Yeah, when I saw the mc waking up in the field at the end I thought 'oh cool the actual game, a time travel amnesia thing, thats fun' before I remembered it had 0 at the end of the name. It's an Act 0 and set up a bunch of stuff, the author commentary had some interesting proof of concept which was why I ended up being pretty okay with it.

I usually would rake it over the coals for showing potential and then blueballing us, I really thought it was going to be an Ambrosia-level game but its just a pre-prologue. Looking forward to the full game tho.
 

sirrob119

Newbie
Oct 27, 2019
77
81
So uh it says v1.03 but downloading it, it says 0.7 on all sites. is it finished or not?? Thanks ahead of time for any that answer me.
 

Talk the Talk

Newbie
Oct 12, 2022
32
123
So uh it says v1.03 but downloading it, it says 0.7 on all sites. is it finished or not?? Thanks ahead of time for any that answer me.
The changelog says 1.03 was the initial upload, and after downloading it I found that the game says it's v1.03 as well.

EDIT: As said below me, we were misreading it as v0.7, when in reality the 0 is part of the title, and the .7 is part of the file extension.
 
Last edited:
  • Like
Reactions: sirrob119

virtt

Newbie
Aug 18, 2018
92
190
Goddamn playing this shit does not feel good. It tingles, but doesn't feel good like damn. It got the top quality ingredients but just does not cooking it right.
Disclaimer: I haven't cleared it and got bored to death.

You know what feels good though? Reading post nut clarity "PhDs" on pornography in gaming, only at f95! Join today and you too can dictate other people on how to cum right!
 

Ungaa

Member
Modder
Feb 14, 2019
211
281
The solution I got was just fixing the js files themselves:
This error's come up from the messageColor.js

Change the top 3 lines to:

(function () {
var parameters = PluginManager.parameters("MessageColorPlugin");
var colorNumber = Number"(parameters[Color Number])";

Then to fix the message window from being white:
Go to rpg_windows.js

find: Window_Message.prototype.updateBackground

And change that paragraph to:

Window_Message.prototype.updateBackground = function () {
this._background = $gameMessage.background();
this.setBackgroundType(1);
};

Shouldn't have any further issues after that.
 

The Faceless

Member
Dec 5, 2023
381
550
The solution I got was just fixing the js files themselves:
This error's come up from the messageColor.js

Change the top 3 lines to:

(function () {
var parameters = PluginManager.parameters("MessageColorPlugin");
var colorNumber = Number"(parameters[Color Number])";

Then to fix the message window from being white:
Go to rpg_windows.js

find: Window_Message.prototype.updateBackground

And change that paragraph to:

Window_Message.prototype.updateBackground = function () {
this._background = $gameMessage.background();
this.setBackgroundType(1);
};

Shouldn't have any further issues after that.
Thanks someone quoted a fix for the mobile version, could work too in Linux dunno
 

runewars

New Member
Jul 29, 2020
3
2
I am having fun playing this game in Korea. I tried to translate it into Korean, but was disappointed that it didn't work. Is there any possibility of translating it into Korean? Great game!
 
  • Like
Reactions: The Faceless

The Faceless

Member
Dec 5, 2023
381
550
I am having fun playing this game in Korea. I tried to translate it into Korean, but was disappointed that it didn't work. Is there any possibility of translating it into Korean? Great game!
1001440830.jpg

Well there is two programs one can work offline and the other one must be online (if I'm not mistaken)

1.The online one called "Mtool" where you run the game through the program and it live translate while playing (must be connected to the internet)
This one is time saving if your not into solving problems since the program works by running the game while connected to the internet, the game translates fast
Tutorial link

----------------------------------------------------------------------------------

2.And the semi offline other called "Translator++" it's abit more complicated then mtool but most uses where you open data folder using translator++ and either click "quick translation using google translator or other similar engines", it takes few minutes and the game is translated

or manually translate it line by line takes time... Sometimes days

Tutorial link:
either way using "translator++" it translates the game permanently and the good part you don't have to be connected to the internet

Here's the tricky part..you cannot translate everything since half of the texts are basically codes, lets say the game your trying to translate is japanese and you accidentally translated a Japanese code into Korean... The game breaks won't start or you might encounter missing items like the example picture shown below:
1001440832.jpg
To avoid that in "translator++" is by avoiding translate red tags and check which not to translate in blue tags other then that you can translate everything else

The difference between Quick Google translation and manual translation like this:

X. Quick Google translation

Takes from 5 to 10 minutes to translate might take more if the game's content were to be huge
The issue with quick Google translation its not fully accrued where it doesn't tell the difference between he or she or they or we
You might encounter line says:

"She going to defeat the demon king, IT name is Jeff, with her sword JEFF leave's THEIR hometown etc etc...
----------------------------------------------------------------------------------

X. Manual translation
Basically we call a human translation where you translate the game by your prefered way despite how long but gives you 100% accuracy unlike Quick Google translation

---------------------------------------------------------------------------------

So if you want a quick way to play a game without getting errors but don't mind connecting to the internet go pick MTOOL

But if you want something permanent and don't mind experimenting which breaks the game and which not Translator++ is the way to go
 
3.60 star(s) 12 Votes