Aetrun

Newbie
Oct 30, 2017
18
13
161
Here are some additional bugfixes I made

You don't have permission to view the spoiler content. Log in or register now.

.zip contains a file with these fixes listed and the three edited files
x -> y
x = original code
y = my edited version
# = comment, not code
* = wildcard character
 
  • Like
Reactions: Joeker

Joeker

Member
Aug 5, 2017
125
85
207
Every instance of
Code:
(trophy_wife)
in the trophywife.rpy has to be replaced with
Code:
(trophy_wife_char)
 

Joeker

Member
Aug 5, 2017
125
85
207
In script.rpy
Code:
location==location_base
has to be
Code:
location_current==location_base
 

cruiser221

Newbie
Mar 24, 2019
76
101
100
spriggan_char.memory is still causeing errors after I updated with the bugfix.
I'mma be real I just deleted this line in base.rpy
1709578426043.png
and it fixed it completely lmao
hoping this doesn't break anything, although I don't think it would
 

Aetrun

Newbie
Oct 30, 2017
18
13
161
More fixes
You don't have permission to view the spoiler content. Log in or register now.

Here, have a compilation file again. Can be unzipped into main directory (with Sway.exe) , contains both pics I renamed, no need to delete originals.
Should also mention, I had added the v0.5.0 autodidact bugfix that harem.king had posted earlier in the thread before I started making my edits, so that is included.
 
Last edited:

ShaggyDhs

Member
Sep 14, 2017
194
201
219
None of the fixes worked for me. With an entire part of the game unplayable, i just deleted it.
 
Nov 1, 2019
192
70
192
Some of the preggo pictures for Trophy wife, Michelle, Viscountess and possibly Flor are missing causing them not to show up normally.
 

ylvzb8nEMj

New Member
Sep 30, 2018
8
2
23
More fixes
You don't have permission to view the spoiler content. Log in or register now.

Here, have a compilation file again. Can be unzipped into main directory (with Sway.exe) , contains both pics I renamed, no need to delete originals.
Should also mention, I had added the v0.5.0 autodidact bugfix that harem.king had posted earlier in the thread before I started making my edits, so that is included.
You put tabs in line 1251 so it doesn't work. Removing them makes it work.
 
  • Like
Reactions: Aetrun

SolusSama

Member
May 2, 2019
110
169
163
Dorms are inaccessible due to some "gamecharacter" has no attribute memory error. This game needs some serious patches
 

Aetrun

Newbie
Oct 30, 2017
18
13
161
You put tabs in line 1251 so it doesn't work. Removing them makes it work.
Huh, weird. The zip is just a compilation of fixes I made as I was playing to make it work for myself. I had no issues with line 1251 that I remember. I suppose it's possible I auto-fixed it after making the zip and didn't process it, but I don't think so. Well, however it happened, it happened, so thanks for pointing it out.
 

Gthat1118

Newbie
Apr 24, 2021
35
61
60
The quest gets stuck at 16. I have included a few fixes (including those above) that should allow you to finish all available content for all characters.

If you start a new game with 'memory=0' for spriggan, the lines in base.rpy don't have to be removed. It's only a cosmetic detail, so not really a big deal.

Simply copy these files into the /game folder.
 
  • Like
Reactions: Sole and AkaQ

AkaQ

Member
May 23, 2022
405
550
217
The quest gets stuck at 16. I have included a few fixes (including those above) that should allow you to finish all available content for all characters.

If you start a new game with 'memory=0' for spriggan, the lines in base.rpy don't have to be removed. It's only a cosmetic detail, so not really a big deal.

Simply copy these files into the /game folder.
Thank you for this one.
The game is actually good(ish) and a fun sandbox if it works as intended.
 

derf

Newbie
Sep 11, 2017
19
10
136
Plugged in all the fixes and its been a great ride so far. This game has great potential... but i've messed up by getting too many characters of pregnant and they dont have pregnant image files, so they just kind of disappear from the game which breaks all their quests. oops.
 

Aetrun

Newbie
Oct 30, 2017
18
13
161
Plugged in all the fixes and its been a great ride so far. This game has great potential... but i've messed up by getting too many characters of pregnant and they dont have pregnant image files, so they just kind of disappear from the game which breaks all their quests. oops.
If you go into the images folder, the pics for display in the rooms are labeled (CharName)_#_(EmotionState).webp. If you copy those images and change the label to read (CharName)_preg_#_(EmotionState).webp it should at least give the game an image to pull so that you can see them, it just won't show them as pregnant.
I don't care enough to figure out which girls need it, make the changes, and compile it at the moment, but feel free to share it yourself if you make the edits.
 

Bocho

Newbie
May 10, 2020
25
15
168
Firstly Nice game,

I also had the problem of not being able to access the girls' dormitory. I installed the patch and it was solved.

But now when there are several they appear all together on the left.
 
2.40 star(s) 5 Votes