Cave_Gooner

New Member
Jul 3, 2025
6
3
12
Should add a Scene gallery, so players can experience the previous scenes again... In addition at an option to unlock scenes of events that haven't been unlocked yet through regular gameplay.

Myself and maybe some others don't particularly e joy playing a game multiple times for a different experience, experiencing too much of the same thing gets boring for me so I would enjoy playing the game once then after I beat it go through the scene gallery and see the stuff I missed.
 
  • Like
Reactions: wyldspace

wyldspace

Member
Game Developer
Jan 17, 2022
266
487
150
Windows 11.
check ~\AppData\Roaming\Godot\app_userdata\Wyldspace

the game itself can delete saves, the "clean saves" can do that, but it will only delete saves of version 0.1.8.0 or less since they can't be loaded anymore.
 
Dec 3, 2019
23
32
137
I got softlocked on day 10. I was stuck in game with only options to logout and switch characters. Choosing to log out would just take me to character selection. This was right after the second bar scene with Kassia and previous to that I did the first hand job scene with Harper. Quitting and loading a save made at that point immediately threw me into the first Harper handjob scene again, but her stats were the same as after I had finished the scene for the first time.
Also interestingly, the second time I ran the handjob scene I was given different options. The first time I was able to choose "have Elfie do it" and then "Harper comes along" where as the second time "have Harper come along" was locked behind the patreon paywall.
i stared the game on 0.2.8 Public Release and was playing on the same version when the issue happened.

If anyone else has similar stuck situations I recommend making a new save, fully exiting the game and then loading the newly created save.
 
  • Like
Reactions: fjabbegreven

wyldspace

Member
Game Developer
Jan 17, 2022
266
487
150
I'm in the process of recoding all events to a new class, which should make maintenance for these issues a lot more straightforward.
That's why the next version will be 0.3.

As to the different options: you must have been right at the edge of the allowance criteria - there's a band of 10 corruption points where it's a maybe.
 

erokinng

Newbie
Oct 25, 2018
89
163
110
I was on day 5 or 6 and just about to shelve the game because it had nothing going for it, then the very next bit the "real" game shows itself and I'm both relieved that there's actually more to the game and confused as to why I spent so long before seeing it. I mean, playtime was only like maybe 30 minutes tops but it certainly felt longer.

I haven't gotten much farther than that yet, but I just want to say that the intro bit definitely outstays its welcome, since you just wait around for literally days in game doing nothing but minor events with the girls and seemingly random quests. I get that part of it is probably so you get the chance to visit each of the girls at their after-school clubs respectively, but again those feel like minor events in the grand scheme of things so they don't really register as all that important.

Just some food for thought. Maybe throw some more actual encounters in the first week, or give the player something to actually do instead of watch a timer tick by and hope a random encounter with one of the girls happens.

Also, sometimes quests will pop up at like, 10 minutes before the end of day, which I thought was weird. Maybe add some logic to check event duration against time remaining in the day to make sure that an event is doable before triggering it. The quests would be immediately available again the next day, but it still felt weird to start a quest only to immediately be kicked out because of curfew.
 

wyldspace

Member
Game Developer
Jan 17, 2022
266
487
150
It all makes sense. The plan is to add more content.
I am also looking to have a godot developer clean up some of the code cause it grew into a wild mess over time.

Note for everyone: don't use observer patterns for time sensitive code paths. Race conditions will kill you.
 
  • Like
Reactions: daedilus

NooTx

Newbie
Dec 16, 2018
64
23
152
Things I still haven't managed to do:
1 - Capture Lura
2 - Catnip events
3 - Wolf Scene.
-
Edit:
4 - get 15 points to buy upgrade as a goblin, the maximum I got was 8, and when the day turned, I lost half.
 

daedilus

Active Member
Mar 11, 2017
892
1,654
365
why game is so slow or my pc is bad
even when i play it on ssd
Yeah... Something is seriously laggy.

Loading screens take about 20 seconds, and I'm running a 68K IOPS SSD, dual 8 core processors, for 32 logical cores, 32GB ram, and a 8GB VRAM graphics card.
Definitely not client side.

Probably tied to this:
It all makes sense. The plan is to add more content.
I am also looking to have a godot developer clean up some of the code cause it grew into a wild mess over time.

Note for everyone: don't use observer patterns for time sensitive code paths. Race conditions will kill you.
 

wyldspace

Member
Game Developer
Jan 17, 2022
266
487
150
There's 2 issues at the moment:

One is the observer pattern. In order to properly process signals, I need to put in a one frame delay into parts of the code. That can be remedied with a rearchitecture.

The second is that each image takes a little time to load. I tried using a preload algorithm in the background but it falls completely apart in HTML since that's only single threaded. The game then crawls to a halt, even using godots internal loading mechanism.

The initial 20 seconds is the game preloading the guild/ den assets. I threw that in last minute for this release, expect a progress bar in the future.
 
  • Like
Reactions: daedilus

daedilus

Active Member
Mar 11, 2017
892
1,654
365
There's 2 issues at the moment:

One is the observer pattern. In order to properly process signals, I need to put in a one frame delay into parts of the code. That can be remedied with a rearchitecture.

The second is that each image takes a little time to load. I tried using a preload algorithm in the background but it falls completely apart in HTML since that's only single threaded. The game then crawls to a halt, even using godots internal loading mechanism.

The initial 20 seconds is the game preloading the guild/ den assets. I threw that in last minute for this release, expect a progress bar in the future.
Not sure what you mean by 'initial'... Just for clarification, this is every time the game loads a new scene... Black screen for 10-20 seconds. e.g logging out at night / new day or transitioning between any graphics scene.

Also.. now at the scene with fox and catgirl in bar...Crashes every time it tries to proceed past that so... Bug report, i guess.
Using version downloaded from Subscribestar, and base patron key.

Last 5 saves sequentially attached, for diagnosis.
 
Last edited:

mttd20

New Member
Apr 17, 2021
9
18
126
can confirm those image names are from the SS version, which has more content. the mod lets you read the text in the game, but doesn't contain the missing images.

CG dump for that 1 scene: - - - WORKUPLOAD
Hello, how can I access this scene in the game? (Catnipped stick) I am a Patreon Total Control member
 

daedilus

Active Member
Mar 11, 2017
892
1,654
365
Hello, how can I access this scene in the game? (Catnipped stick) I am a Patreon Total Control member
think you would have to download game from here, and use the appropriate code...

 

daedilus

Active Member
Mar 11, 2017
892
1,654
365
I have the patreon version of the game and the code, so is the patreon version empty?
Not sure... I downloaded from there at base supporter level, and i was able to unmask a number of scenes by clicking the option in bottom right hand corner... There were other options, to override the choices made by NPC's, during specific events, that required your patreon level. I could not choose them, as i had not input your code...

I can only assume they work for you.
 

wyldspace

Member
Game Developer
Jan 17, 2022
266
487
150
Not sure what you mean by 'initial'... Just for clarification, this is every time the game loads a new scene... Black screen for 10-20 seconds. e.g logging out at night / new day or transitioning between any graphics scene.

Also.. now at the scene with fox and catgirl in bar...Crashes every time it tries to proceed past that so... Bug report, i guess.
Using version downloaded from Subscribestar, and base patron key.

Last 5 saves sequentially attached, for diagnosis.
This is on windows?

I just tried the saves with the release and I don't see any delays on loading. Even in the 4k version.
We can have a better discussion on the discord, btw.
 

daedilus

Active Member
Mar 11, 2017
892
1,654
365
3.30 star(s) 13 Votes