DarkFlame44

Newbie
May 27, 2022
22
19
Is there a way to manually save? I cant see it in the menu? And it will be kinda annoying if you cant because autosaves are a while behind so if it crashes or I need to quickly close it I could lose a lot of progress.
 
Nov 8, 2021
344
302
Is there a way to manually save? I cant see it in the menu? And it will be kinda annoying if you cant because autosaves are a while behind so if it crashes or I need to quickly close it I could lose a lot of progress.
With MTool you can manually call the standard save menu and save (plus cheats/hacks).


It's a small installation to the individual RPGMaker game.

And you can call the save menue natively with the code [0200] .
 

Eucanuba

Newbie
May 22, 2017
69
55
On Geyna, All the setup or reactive Utility and Defense Skills just waste my time and Energy/Momentum.
 

ntentacle

Member
May 19, 2017
189
436
the game freezes shit ton of times. gets a tad annoying...
By "freezing" do you mean the image freezing while the game keeps running behind it? As in music/sound effects continue, and you can do things, just not see what you are doing?

If so, not a bug with the game -- it's a bug with the game engine. And it can be fixed by modifying rpgcore.js in the files.

Find the following line:

Code:
Graphics.render = function(stage) {
    if (this._skipCount === 0) {
And change it to:
Code:
Graphics.render = function(stage) {
    if (this._skipCount <= 0) {
...And I believe that should fix the problem. It's a problem on many RPGmaker games... unless individual game authors take it upon themselves to fix the default RPGmaker files themselves.
 

Avoidkid

Newbie
Jul 31, 2017
40
18
I don't know if someone already post it, but I tweaked this file so that the autosave will run every time when opening Menu (X/Esc button). Place it inside www/js , backup the original and rename the extension to .js

But be mindful, this uses same slot from your last save. Combined with BackUp Core from Kiwi's Rabbit Shop, you can spamming save anywhere
 
Last edited:

Tighter

Member
Sep 28, 2017
161
203
Are they still working on this game? I know the game is complete, but it sucks balls to play. If they put more time and effort into it, it could actually be a good game.
 
  • Like
Reactions: Nijinda Futatama
May 3, 2022
230
265
Yeah a shame, but it does look like they gave up on this one. Had real potential and so much good artwork.

I wonder if workshop mods will be able to sort out it's issues.
 

HikkiG

Active Member
Dec 12, 2020
621
751
Yeah a shame, but it does look like they gave up on this one. Had real potential and so much good artwork.

I wonder if workshop mods will be able to sort out it's issues.
Prolly not, it's an RPGM game so unless someone makes a mod manager and mindful of other mods; it's a fool's venture.
 

m4kro

Member
Feb 7, 2020
438
458
Linux Port (1.1g):

Untested
This port should work with all distros
You don't have permission to view the spoiler content. Log in or register now.
Other Linux Ports
Please message me if there are any problems!
You don't have permission to view the spoiler content. Log in or register now.

Mac/OSX Port (1.1g):

x64 (intel) untested:

arm64 (apple silicon) untested:

You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
Other Mac/OSX Ports
 
  • Like
Reactions: Bigboi42

Porn_Jesus

Forum Fanatic
Jun 21, 2017
5,611
5,547
They still try to fix this mess? Where is that hero of a dev who tried to badmouth everyone who had something negative to say?^^'

You can tell they rather work on Roundscape. Maybe if they reached v10.xxxx with that this mess here will be playable.
 
  • Like
Reactions: <<Solaria>>

triple_aaa

Member
May 29, 2020
101
158
Apparently this game has good art but the gameplay loop is tedious as fuck. Is it worth to sink my time in this game? The game screenshot looks nice.
 
  • Like
Reactions: DremG

WeebLoop

Well-Known Member
Sep 8, 2020
1,966
900
Apparently this game has good art but the gameplay loop is tedious as fuck. Is it worth to sink my time in this game? The game screenshot looks nice.
There are mods in this thread that will help with that. From my side, I'd rather decrypt the gallery instead of playing
 
3.20 star(s) 37 Votes