derpdude115
Member
- Mar 12, 2020
- 407
- 80
As you progress, get money, build up friendship with NPCs, you'll get more crits on work, better stat gain, and with some warden perk, can even start with 4 points already in some stats.soooo what's the point of the stat/training reset after first week? is this one time only or this happens every week?
how are you suppose to max all those training perks if you lose all progress after Sunday? unless at somepoint you are suppose to get huge boost to stat gain or something and single job will give you like 5-10 points instantly so your gladiator will have enough perks prepared for the end of the week fight
I experienced a freeze on day 3 in the elevator transition, my warden is male, gladiator Elona and no cheats.Good day everyone,
Developpers are resting for now, when they come around they'll be fixing issues.
For information, anyone experiencing freezes, can you tell me your warden gender, gladiator, and if you used cheats ? It is the first time I hear of it, even on discord no such issue, so I wish to gather all infos possible to pass along.
As a tid bit of trivia, let me explain some not so fun fact about RPG Maker. When debugging in the engine, the engine itself plays event scripts all the way. It's great, it how it is supposed to be.
But then, on the other side, using release build, if one script event happen with a map transition, the game literally stops reading the event script, no matter if it was completed or not. So we finally found some reason why bugs we thought fixed weren't fully fixed in reality.
As a warning about current patch :
- Elona apparently still is underpowered so we'll buff her next patch
- Seem that some event still have trouble completing (due to issue mentionned above), so Armida quest still prevent you from sleeping at end of day 58...
- You can apparently lock yourself of a quest if you don't pick proper choices with some NPC. While it make sense, fully locking it can be frustrating. We'll see for alternatives.
About the freezes--> Warden : Male, Gladiator : ElonaGood day everyone,
Developpers are resting for now, when they come around they'll be fixing issues.
For information, anyone experiencing freezes, can you tell me your warden gender, gladiator, and if you used cheats ? It is the first time I hear of it, even on discord no such issue, so I wish to gather all infos possible to pass along.
As a tid bit of trivia, let me explain some not so fun fact about RPG Maker. When debugging in the engine, the engine itself plays event scripts all the way. It's great, it how it is supposed to be.
But then, on the other side, using release build, if one script event happen with a map transition, the game literally stops reading the event script, no matter if it was completed or not. So we finally found some reason why bugs we thought fixed weren't fully fixed in reality.
As a warning about current patch :
- Elona apparently still is underpowered so we'll buff her next patch
- Seem that some event still have trouble completing (due to issue mentionned above), so Armida quest still prevent you from sleeping at end of day 58...
- You can apparently lock yourself of a quest if you don't pick proper choices with some NPC. While it make sense, fully locking it can be frustrating. We'll see for alternatives.
Please let me know, I restarted a game on my end and have got slight slowdowns in windy weather fights, but haven't got full freezes, so I feel this is gonna be a tough one to figure out, thanks G.O.A.T.About the freezes--> Warden : Male, Gladiator : Elona
I had like 3 freezes on the intro alone, the screen remained the same, while the sound and music continued to play.
Barely made it to day 4 (Thanks to the "saving cheat(0200)") and till then the screen froze like 10 times.
Read something about the RPG Maker engine doing this "bug" to some people, so it might be because of my screen refresh rate or graphics card or something local. I will continue to experiment and see if i can make it work on my end.
1.0D got the issue you mention, it was fixed in 1.1A, that is why...Anyone else have their sprite completely disappear during the part you're at the party? all I've been able to do is talk to the woman to distract the guards then open the room but even when I attempt to position myself the best I can from the footsteps, dont know if I'm actually in the room or not because I cant interact with it. There a fix for it or anything or is it because I'm using the tool? Because screw trying to beat this game without it lol
Edit: Figured out what to do but even still, yeah sprite disappeared during the party. Version is 1.0D because from what I've seen so far, its probably better than the recent version
Also, just wanna say, despite my complaints, I do like what there is for the game but it's definitely mired by the bugs and sometimes the general gameplay loop. I have fun at some points but I do also kinda just wonder when the next event will happen beyond 'run here'Please let me know, I restarted a game on my end and have got slight slowdowns in windy weather fights, but haven't got full freezes, so I feel this is gonna be a tough one to figure out, thanks G.O.A.T.
1.0D got the issue you mention, it was fixed in 1.1A, that is why...
We are thinking about more emails, ways so send your gladiator off without moving, and all around QoL to prevent boring move around, you'd miss easter eggs or small NPC interaction, but other than that, it'd make things smoother if you just want quest and gameplay!Also, just wanna say, despite my complaints, I do like what there is for the game but it's definitely mired by the bugs and sometimes the general gameplay loop. I have fun at some points but I do also kinda just wonder when the next event will happen beyond 'run here'
Damn and here I thought I was the only unlucky one how's your save man is it from 1.D are ya cheating cuzz I sure did I feel like I'll have to start fresh or hope it's more common bugi think i am softlocked after the first fight in silver league i got a email from armida to meet her at the bar but since its monday the bar is closed so i went to sleep but when i try to end the day it won't let it happen the hand symbole disappear and thats it am i missing something ? View attachment 2330456
It's a scripting error as usual caused by rpg maker less than savory event reading method, will be fixed next patch (hopefully tonight, dev's resting, totally burnt out right now)Damn and here I thought I was the only unlucky one how's your save man is it from 1.D are ya cheating cuzz I sure did I feel like I'll have to start fresh or hope it's more common bug
Sounds like bad design if, without the stat reset, you can reach max stats before you even finish underground league. The Gladiator should always grow stronger so that she can fight and defeat stronger enemies.As you progress, get money, build up friendship with NPCs, you'll get more crits on work, better stat gain, and with some warden perk, can even start with 4 points already in some stats.
The point of the stat reset is so you can adapt your strategy for next fight. Big hitting guy, need more defense, evading guy, need more crit and precision, that sort of thing. If stats didn't reset, you'd max them before you even finish underground league then rest is cakewalk, hell, with legendary gear, you don't even need the stats ahah
Sounds like some sort of plug-in issue, or a bug in the version of RPG Maker you guys are using. Because that is NOT how RPG Maker works! A map transition does NOT stop the game from reading the rest of the event script - this is true for literally hundreds of RPG Maker games I have played, so if Arenus is the one exception, then the problem is with Arenus, not with RPG Maker. Either there is a misplaced “Exit Event Processing” command somewhere, or the event is set up poorly.As a tid bit of trivia, let me explain some not so fun fact about RPG Maker. When debugging in the engine, the engine itself plays event scripts all the way. It's great, it how it is supposed to be.
But then, on the other side, using release build, if one script event happen with a map transition, the game literally stops reading the event script, no matter if it was completed or not. So we finally found some reason why bugs we thought fixed weren't fully fixed in reality.
How do I play?What about ?
Did u try to click and hold the left button of your mouse?How do I play?
Because I enter a screen where it says: Choose a Save File and nothing happens
I already pressed all the buttons on the keyboard (even discovering how to adjust the screen), but nothing started the game...