Storm4n

Active Member
Jul 10, 2017
951
421
206
Just a note that in the English release ver 1.0.6 there is a major bug that makes you unable to craft or cook higher tier items. The dev responded in their ci-en that the bug is already known but they need to go through their localization publisher to fix this issue which might take a bit.

The game is still playable though but this makes the grind significantly harder.
well shit exactly what I just posted about ffs
 

Storm4n

Active Member
Jul 10, 2017
951
421
206
Tried to make a patch file with the previous fixes. No need to unpack app.asar. Just unzip the file and place in your main folder where the executable is and run the game once to run the patch.

As usual, use at your own risk as I have not tested it extensively.
Need these files and the others in the OP, how do we notify the owner of the thread??
 

vagurz

New Member
Mar 27, 2022
2
0
11
=== Fairy farming ===
This becomes possible after unlocking Lure Fragrance and Paralysis Powder.
Use the Lure Fragrance in the morning, then go to the cave area. You have a high chance to encouter the Death Fairy and after using Paralysis Powder you have a high chance of capturing her (you get 2 tries). In exchange for letting her go she'll give you 15 high level flowers and 1 Elven Fragment.
Dunno if someone has posted it already, but paradoxically it's more beneficial to farm Eastern Forest instead of Caves. Local faerie gives you 5 Golden Elanore Flowers, which are basically the best flowers for compounding (+3000 Pts is nothing to sneeze at ;D).
 

Hakuowlo

Member
Aug 6, 2017
399
301
285
How to make the game work in fullscreen, AND have the latest unofficial fixes?
Do I need to add some code myself to resources\app\main.js or something?

Edit: literally added some line of code, and I have fullscreen : )


1) I first did as instructed here: post #1 (unpacked app folder into resources folder)
2) Then as here: post #2
3) Then, I opened resources\app\main.js, and added the following to it (source from post #???):
(right below "mainWindow.show();" at around line 83

Code:
    // Fullscreen toggle code
    mainWindow.webContents.executeJavaScript(`
          document.addEventListener('keydown', function (e) {
              if (e.key === 'F11') {
                  if (!document.fullscreenElement) {
                      document.documentElement.requestFullscreen();
                  } else {
                      if (document.exitFullscreen) {
                          document.exitFullscreen();
                      }
                  }
              }
          });
        `);
  });
4) Win


Edit 2: it seems you are locked out of recipes for food/potions for some reason.
I downloaded mini-patch-v3 from post #1 and applied it after step 4, and the recipes now work
 
Last edited:
Oct 6, 2023
352
238
120
How to make the game work in fullscreen, AND have the latest unofficial fixes?
Do I need to add some code myself to resources\app\main.js or something?

Edit: literally added some line of code, and I have fullscreen : )


1) I first did as instructed here: post #1 (unpacked app folder into resources folder)
2) Then as here: post #2
3) Then, I opened resources\app\main.js, and added the following to it (source from post #???):
(right below "mainWindow.show();" at around line 83

Code:
    // Fullscreen toggle code
    mainWindow.webContents.executeJavaScript(`
          document.addEventListener('keydown', function (e) {
              if (e.key === 'F11') {
                  if (!document.fullscreenElement) {
                      document.documentElement.requestFullscreen();
                  } else {
                      if (document.exitFullscreen) {
                          document.exitFullscreen();
                      }
                  }
              }
          });
        `);
  });
4) Win


Edit 2: it seems you are locked out of recipes for food/potions for some reason.
I downloaded mini-patch-v3 from post #1 and applied it after step 4, and the recipes now work
Okey, can you load this all what you do here? like a unofficial patch :)
 

seifukulover

Active Member
Jan 18, 2024
525
674
179
Sorry Lucia, I've wasted a month and a half of my life on you, 281 affection and I have nothing from you, no indication that I'm making any progress at all. And after a month and a half all I can make are the basic potions and recipies, even though levels are high enough to create better things, they remain red for some reason. And I know it's supposed to be wholesome and all, but Lucia is so BORING that she is just not worth spending another minute on this game. Fuck this game, buggy grindfest pile of shit.
 

Bravelong

New Member
Jan 29, 2021
6
6
13
Sorry Lucia, I've wasted a month and a half of my life on you, 281 affection and I have nothing from you, no indication that I'm making any progress at all. And after a month and a half all I can make are the basic potions and recipies, even though levels are high enough to create better things, they remain red for some reason. And I know it's supposed to be wholesome and all, but Lucia is so BORING that she is just not worth spending another minute on this game. Fuck this game, buggy grindfest pile of shit.
That's because of a bug.
 

Gojii

Well-Known Member
Oct 29, 2019
1,538
2,397
283
So a year later and the bug is still there breaking the intended user experience... :HideThePain:
 

nekochaos

New Member
May 6, 2021
9
0
11
Hi, anyone else getting a bug where the third sex scene for the paying spring event?
Just keeps going back to the second one though i have her lust to over 600.
Slso anyway other than maxing out skill to unlock the succubus recipe?
 

kusahai09

Newbie
Apr 29, 2021
97
58
62
Hi, anyone else getting a bug where the third sex scene for the paying spring event?
Just keeps going back to the second one though i have her lust to over 600.
Slso anyway other than maxing out skill to unlock the succubus recipe?
Nope. Didn't get any issue like that. Also no you there's no other way to unlock the succubus potion recipe other than leveling the compounding lvl up to 50(?). You can unlock it by cumming in or at Lucia 3 times though.
 
3.80 star(s) 6 Votes