chaosbox24

Newbie
Apr 2, 2023
77
793
Which systems are you playing, and is it the compressed or non-compressed version? The game not saving properly as described usually happens when your system doesn't allow the game to create or modify the save folder, and save files. Make sure your system didn't automatically deny the game permissions to make and change the save folder and save files.


These bugs have been fixed in the development version, and the fixes will be included in the next version.


Could you explain what you mean by this? Are some of the download links not working for you?
Non compressed. And nothing is being blocked. The freeze happened again in that town Holdholm or however it's spelled. Both times it's happened when talking to misaki, it just freezes mid dialogue.
 

Umarius

Member
Game Developer
Jun 10, 2017
292
521
I was able to get the event working properly. You should be able to choose which harem member talks to Hikari without turning invisible, and the event not playing. Download the map071 zip file, take the map071 file within the zip, place it in your game's www/data folder, and replace when asked.

Non compressed. And nothing is being blocked. The freeze happened again in that town Holdholm or however it's spelled. Both times it's happened when talking to misaki, it just freezes mid dialogue.
Is the audio still playing during the freeze, and sounds like you can still use menus, or does it just completely freeze?
 

chaosbox24

Newbie
Apr 2, 2023
77
793
I was able to get the event working properly. You should be able to choose which harem member talks to Hikari without turning invisible, and the event not playing. Download the map071 zip file, take the map071 file within the zip, place it in your game's www/data folder, and replace when asked.


Is the audio still playing during the freeze, and sounds like you can still use menus, or does it just completely freeze?
It's totally frozen. Have to alt f4 out of the game.
EDIT: Just froze again, this time when I took risa to that town vlestek or whatever it's called. The freeze seems to happen when skipping through the dialogue with space bar. Game is literally unplayable at this point.
 
Last edited:

JF1900

New Member
Dec 12, 2024
3
0
Which systems are you playing, and is it the compressed or non-compressed version? The game not saving properly as described usually happens when your system doesn't allow the game to create or modify the save folder, and save files. Make sure your system didn't automatically deny the game permissions to make and change the save folder and save files.


These bugs have been fixed in the development version, and the fixes will be included in the next version.


Could you explain what you mean by this? Are some of the download links not working for you?
Quite literally I just mean where can I go to download the game. I admit I had used other sites like Newgrounds and Gamcore to play the game before but for whatever reason the game is not working on those sites so I am looking for another location to play the game in its current form.
 

Umarius

Member
Game Developer
Jun 10, 2017
292
521
It's totally frozen. Have to alt f4 out of the game.
EDIT: Just froze again, this time when I took risa to that town vlestek or whatever it's called. The freeze seems to happen when skipping through the dialogue with space bar. Game is literally unplayable at this point.
That sounds like your system and the RPG maker MV engine itself aren't in sync. This is something that can happen in the MV version of RPG maker with certain systems. The short version is that depending on your system and its settings, there can be framerate issues that cause the game to essentially forget what it's supposed to be doing, and freeze. The most common type of freeze when this happens is when the audio still works, but the visuals don't. The type of freeze you're describing sounds like a variation of that. Here's a fix that helps most people when getting freezes related to the framerate issues:

open the file "rpg_core.js" with a text editor, and change " if (this._skipCount === 0) { " to " if (this._skipCount <= 0) { ", without the quotation marks. Remember to backup the file in case it doesn't work.

Based on everything you've said about the freezes, this isn't likely something I can fix on my end, and is instead something that relates to how your system interacts with the RPG maker MV engine.

Quite literally I just mean where can I go to download the game. I admit I had used other sites like Newgrounds and Gamcore to play the game before but for whatever reason the game is not working on those sites so I am looking for another location to play the game in its current form.
On page one of this thread, there are five download links for windows, linux, and mac, and a compressed version. The google drive, mediafire, pixeldrain, gofile, and uploadhaven links should all allow you to download the game.
 

chaosbox24

Newbie
Apr 2, 2023
77
793
That sounds like your system and the RPG maker MV engine itself aren't in sync. This is something that can happen in the MV version of RPG maker with certain systems. The short version is that depending on your system and its settings, there can be framerate issues that cause the game to essentially forget what it's supposed to be doing, and freeze. The most common type of freeze when this happens is when the audio still works, but the visuals don't. The type of freeze you're describing sounds like a variation of that. Here's a fix that helps most people when getting freezes related to the framerate issues:

open the file "rpg_core.js" with a text editor, and change " if (this._skipCount === 0) { " to " if (this._skipCount <= 0) { ", without the quotation marks. Remember to backup the file in case it doesn't work.

Based on everything you've said about the freezes, this isn't likely something I can fix on my end, and is instead something that relates to how your system interacts with the RPG maker MV engine.


On page one of this thread, there are five download links for windows, linux, and mac, and a compressed version. The google drive, mediafire, pixeldrain, gofile, and uploadhaven links should all allow you to download the game.
Your tweak seems to have worked. Dunno what caused the syncing issue, though it still does happen for some reason, mostly scenes end up looping but there's no freeze. You should put that in the dev notes or something incase other people also have this issue. Thank you.
 
Last edited:

JF1900

New Member
Dec 12, 2024
3
0
That sounds like your system and the RPG maker MV engine itself aren't in sync. This is something that can happen in the MV version of RPG maker with certain systems. The short version is that depending on your system and its settings, there can be framerate issues that cause the game to essentially forget what it's supposed to be doing, and freeze. The most common type of freeze when this happens is when the audio still works, but the visuals don't. The type of freeze you're describing sounds like a variation of that. Here's a fix that helps most people when getting freezes related to the framerate issues:

open the file "rpg_core.js" with a text editor, and change " if (this._skipCount === 0) { " to " if (this._skipCount <= 0) { ", without the quotation marks. Remember to backup the file in case it doesn't work.

Based on everything you've said about the freezes, this isn't likely something I can fix on my end, and is instead something that relates to how your system interacts with the RPG maker MV engine.


On page one of this thread, there are five download links for windows, linux, and mac, and a compressed version. The google drive, mediafire, pixeldrain, gofile, and uploadhaven links should all allow you to download the game.
Alright. Thank you for the assistance.
 

Umarius

Member
Game Developer
Jun 10, 2017
292
521
The error you're showing is unique to saves from before version V0.2.0. The date on the file shows that the save you provided is from late 2023, which also supports it being a pre-V0.2.0 save. V0.2.0 required a new game, as older saves would no longer work. If you have other saves from a version of V0.2.0 or later, you can try loading those saves without pre-V0.2.0 saves being in the save folder. If you don't have saves after V0.2.0 to load, you will need to start a new game.
 

JJJ4544

Active Member
Nov 26, 2017
569
54
Where i find this quest?

Added three Terindus events
Added Two Corrupted Romanos Events
Added Three Purified Romanos events
 

Paulo roberto

Newbie
Dec 11, 2021
83
9
1001572240.jpg

So the visual here its kinda trick but I think I can work with that.

And the complice event of yukaku level 3 its marked as level 2 in tedelin section
 

Paulo roberto

Newbie
Dec 11, 2021
83
9
1001572242.jpg

I am shock. I complete this mission but its marked as started.

I think I can work with that but it will be kinda of a trouble if this keep happen.

I mean I even start a new save.

I do not use any other save while I was in the new version.
 

juizz

Newbie
Feb 28, 2018
76
30
The only new stuff worth mentioning in this update.

- 1 new character with lvl 1 training and prison game
- Lvl 1 training and prison game for the stuck up archangel bitch
- Added a new space, the "Uxousin city center," which is only used once in the update.
- Progressed the story a little bit by having the elves send a letter saying they wanted to hold peace talks, which just ends before it even begins
- Added a new room that lets us turn people's worship into power(unusable).

This feels more like a minor patch than an updated, glad I didn't have to pay for this shit update.
 
Last edited:
  • Thinking Face
Reactions: Paulo roberto

Umarius

Member
Game Developer
Jun 10, 2017
292
521
View attachment 4736681

I am shock. I complete this mission but its marked as started.

I think I can work with that but it will be kinda of a trouble if this keep happen.

I mean I even start a new save.

I do not use any other save while I was in the new version.
If you post your save, I'll see if I can find the source of the issues you've reported.
 

tsukino_kage

Member
Mar 31, 2018
104
55
Time to start over again then. Which is not a bad thing as it's a pretty fun game. I guess that save has taken me as far as it can go. When I find the time of course, I have to work now or I'll have nothing to eat later. Or to pay for electricity. Thanks!
 

chaosbox24

Newbie
Apr 2, 2023
77
793
Ran into yet another major bug. Doing Hikari's level 4 prison event continues to loop over and over and over, every time it gets to the point where it says we go back to the throne room, the event just starts over again. I've never seen an RPGM game that is so broken and bugged before, and I've played a lot of them. Think I'm done with the game, it just doesn't work.
 

Fulminato

Well-Known Member
Oct 17, 2017
1,456
1,240
Ran into yet another major bug. Doing Hikari's level 4 prison event continues to loop over and over and over, every time it gets to the point where it says we go back to the throne room, the event just starts over again. I've never seen an RPGM game that is so broken and bugged before, and I've played a lot of them. Think I'm done with the game, it just doesn't work.
the freeze bug was your side. it's not fault of the dev..
and yes i know how painful is because i have the same problem, and all rpgmaker mv game need that fix.
[and umarius is the first dev to actual give me a way to fix that, before it was just me saving a lot]

if you never encounter it mean you never played one. (this contradict the "i played a lot of them",no?)
yes hikari's bug is a bug, but basically it's the first bug you mentioned (the other were on your side). so no, you cannot call it "broken beyond salvation".i have see game with the need to fix manually the problem every 5 minutes to make the run.
if you are at hikai level 4 you mean having player 80% of the content (at minimum).
 
Last edited:

chaosbox24

Newbie
Apr 2, 2023
77
793
the freeze bug was your side. it's not fault of the dev..
and yes i know how painful is because i have the same problem, and all rpgmaker mv game need that fix.
[and umarius is the first dev to actual give me a way to fix that, before it was just me saving a lot)

if you never encounter it mean you never played one. (this contradict the "i played a lot of them",no?)
yes hikari's bug is a bug, but basically it's the first bug you mentioned (the other were on your side). so no, you cannot call it "broken beyond salvation".i have see game with the need to fix manually the problem every 5 minutes to make the run.
if you are at hikai level 4 you mean having player 80% of the content (at minimum).
I HAVE played a lot of them. I've had one crash on one of the games, but never had freezes until now. There are other bugs too, like the quest log not completing certain quests, nor newer quests being added. Don't know what you're trying to say about the % of content completed. If i'm getting fucked over by freezing and softlocking, I'm not going to continue to deal with it just to get to the 100% completion mark, why would I? And just because you've seen games even more broken doesn't mean that this one isn't. I'm not shitting on the dev, the game itself is pretty decent. But I'm not going to continue to dump time into a game where it doesn't work and my saves aren't saving and my game gets softlocked.
 
3.80 star(s) 46 Votes