Cursed Atelier

Creator Team of VoidBound
Donor
Game Developer
Jul 9, 2017
750
1,091
388
Sure.
-snip-
Thank you for the file :)
So after checking through the details, it is as we expected- one of your requirements remain unfulfilled. Specifically, you haven't finished your Xaide adventures yet.

We suggest backtracking to you ship's control room and trace your last steps. Here is a walk-through guidance should you feel lost:


As always we're here to provide aid should you still need it ^^
 

Zenaye

Member
Apr 15, 2018
128
41
148
Thank you for the file :)
So after checking through the details, it is as we expected- one of your requirements remain unfulfilled. Specifically, you haven't finished your Xaide adventures yet.

We suggest backtracking to you ship's control room and trace your last steps. Here is a walk-through guidance should you feel lost:


As always we're here to provide aid should you still need it ^^
Strange, i killed the boss already, i don't have other save actually.
Anyway, thanks for your fast answer :)
 
  • Like
Reactions: Cursed Atelier

DogDays365

Newbie
Nov 12, 2020
27
38
80
We modified a lot in terms of how the game loads files and it uses specific call functions that are only available on windows, that sadly aren't modified/adjusted for other platforms yet. Sorry for the inconvenience.
That's a shame, still weird it doesn't work because proton is meant specifically to convert windows-only calls for Linux and Mac.
 

Cursed Atelier

Creator Team of VoidBound
Donor
Game Developer
Jul 9, 2017
750
1,091
388
Strange, i killed the boss already, i don't have other save actually.
Apologies for pinging you again, but were you able to figure out the issue? You mentioned in your previous posts that you finished the Xaide content a few patches and after thinking about that, we think we might have an inkling on why your requirements still remains incomplete even though you claimed you did finish Xaide.

Let us know if you are still stuck as we'd be more that happy to help your issue sorted out.
 
Last edited:

Zenaye

Member
Apr 15, 2018
128
41
148
Apologies for pinging you again, but were you able to figure out the issue? You mentioned in your previous posts that you finished the Xaide content a few patches and after thinking about that, we think we might have an inkling on why your requirements still remains incomplete even though you claimed you did finish Xaide.

Let us know if you are still stuck as we'd be more that happy to help your issue sorted out.
hi again :)
I was thinking restart for the beginning lol, i don't know what i can do to unlock my situation.
I remeber killing the boss, ending wounded in a bed and then back to the city (maybe not in that order :s).
Problem is my english isn't that great so sometimes i've to guess what i've to do, that's why i'm happy you're working on quest log so it'll be easier to remember what i did and where to go when i continue the game after few days ^^
Anyway, i checked gallery and i've seen everything except slime things, so i supposed i saw all other content.
 
  • Like
Reactions: Cursed Atelier

Cursed Atelier

Creator Team of VoidBound
Donor
Game Developer
Jul 9, 2017
750
1,091
388
i checked gallery and i've seen everything except slime things, so i supposed i saw all other content.
Hi again,

Well that confirms it then- if you can see all content in gallery outside of the slime saga, you did finish Xaide. After you mentioned playing the game long ago, we remembered a bug that happened that essentially disabled Xaide clearance after finishing a certain event in later patches. We did issue a hotfix for it, but we can only presume it didn't make it to you in time.

Either way, allow us to give you a choice. You're more than welcome to start the game from the beginning if you so wish, or... we fixed the save you sent us by enabling the Xaide condition. Caly is standing exactly where you saved her last, so all you have to do is make your way back to the guild and pick the new quest:

Let us know if that works out for you or if you need any other aid :)
 
  • Like
Reactions: Wildquill

Zenaye

Member
Apr 15, 2018
128
41
148
Hi again,

Well that confirms it then- if you can see all content in gallery outside of the slime saga, you did finish Xaide. After you mentioned playing the game long ago, we remembered a bug that happened that essentially disabled Xaide clearance after finishing a certain event in later patches. We did issue a hotfix for it, but we can only presume it didn't make it to you in time.

Either way, allow us to give you a choice. You're more than welcome to start the game from the beginning if you so wish, or... we fixed the save you sent us by enabling the Xaide condition. Caly is standing exactly where you saved her last, so all you have to do is make your way back to the guild and pick the new quest:

Let us know if that works out for you or if you need any other aid :)
Wow you're the best it worked perfectly.
Thank you so much for following your community and taking time to solve our problems !
Such a pleasure to continue your adventure, i can't wait future updates :D
i wish you the best guys you're really pro !
 

gervid

Member
Apr 26, 2020
253
163
86
Didn't get the full experience on laptop.
Finally back home and boy~~~ am I impressed!! :love:

Totally LEGIT
Got your back :coffee:
 

aihikari

Member
May 18, 2019
300
489
155
I sincerely hoped there is no game over. Surrendering in training room leads to game over is quite an experience to say the least.
 

Cursed Atelier

Creator Team of VoidBound
Donor
Game Developer
Jul 9, 2017
750
1,091
388
I sincerely hoped there is no game over. Surrendering in training room leads to game over is quite an experience to say the least.
Apologies, but could you clarify your statement a bit more? Did you get a game over after losing in a training room? If so, could you share more details?
 
Last edited:

Cursed Atelier

Creator Team of VoidBound
Donor
Game Developer
Jul 9, 2017
750
1,091
388
how much lesbian/futa content?
Lesbian: A fair amount with multiple opportunities with different partners to bed the fairer sex. Most opportunities are exclusive while some have bisexual themes to it as well.

Futa: Currently one character only who is part of a one night stand event. Limited but there are plans to extend the content further if story permits it.
 

akajima

New Member
Oct 2, 2019
3
2
103
Just wanted to ask, any planned sub stuff with Alexis? Like with that catboy being dominant.. maybe he drinks that medicine.
 

squishingtonsquid

New Member
Aug 15, 2020
10
23
146
found a bug in one of the js scripts that comes up when you try to run the game with nw . on linux in the dhoomE404suppressor.js script line 59 sometimes this._image comes through as a blank object with no src attribute.

I don't know why you may want to investigate for a better fix, however here's a code snippet that makes where that was blowing up go away

line 59

if(this._image.hasOwnProperty('src')){
var key = this._image.src.match(/.+(img\/.+)/i)[1];
}else{
console.error("MAAA Bitmap's doing the thing again:"+JSON.stringify(this._image));
}


I don't know where the heck that prototype is used, or what that key var is for, and well so far just fixing it like this hasn't made things catch on fire.

attached is a save near where I had the error happening. It's at the end of that active conversation, if you want to test it. I suspect if it's not showing in your normal recommended runtime then it's just getting swallowed by something or I'm entering an error state you don't normally see on windows eg a path issue between environments. Who knows, figured it might be helpful for you though.
 

Cursed Atelier

Creator Team of VoidBound
Donor
Game Developer
Jul 9, 2017
750
1,091
388
found a bug in one of the js scripts that comes up when you try to run the game with nw . on linux in the dhoomE404suppressor.js script line 59 sometimes this._image comes through as a blank object with no src attribute.

I don't know why you may want to investigate for a better fix, however here's a code snippet that makes where that was blowing up go away

line 59

if(this._image.hasOwnProperty('src')){
var key = this._image.src.match(/.+(img\/.+)/i)[1];
}else{
console.error("MAAA Bitmap's doing the thing again:"+JSON.stringify(this._image));
}


I don't know where the heck that prototype is used, or what that key var is for, and well so far just fixing it like this hasn't made things catch on fire.

attached is a save near where I had the error happening. It's at the end of that active conversation, if you want to test it. I suspect if it's not showing in your normal recommended runtime then it's just getting swallowed by something or I'm entering an error state you don't normally see on windows eg a path issue between environments. Who knows, figured it might be helpful for you though.
Thanks a lot for providing that and we will gladly look into it.
We are currently mainly developing the game with the windows runtime in mind, so none of the plugins are taking other systems into consideration as of yet.

We do plan and hope to work on the other system once we have finished the 1.0 version of the game, as we are constantly changing and adding new plugins, as well as testing out what worked and what doesn't work.

One thing we have learned already is, that we can't make an APK of android over the default RPG Maker Deployment method and we have to use Maldives to run it on android. Mainly because android isn't using nodeJS by default which most our own plugins are relying on.

But we are going to see what we can do, thanks again for investigating, it means a lot.

Best Regards,
Cursed Atelier
 
Jun 7, 2019
77
1,264
299
Omg, the UI of this game is fucking amazing, it takes not only a very talented graphic designer/UX designer, but also a very talented and experienced programmer to put this out, is very hard to belive that this game is made on RPG Maker.
 

Cursed Atelier

Creator Team of VoidBound
Donor
Game Developer
Jul 9, 2017
750
1,091
388
Omg, the UI of this game is fucking amazing, it takes not only a very talented graphic designer/UX designer, but also a very talented and experienced programmer to put this out, is very hard to belive that this game is made on RPG Maker.
Thank you very much, it means a lot. It took around 4 attempts and revamps to get the UI to were it is today haha.
 
4.00 star(s) 25 Votes