MiscChaos

Newbie
Oct 23, 2017
29
10
having trouble with the bat go to the arena and she tells me to get the sex toy go to the junk town shop and it doesn't spawn
If this is the QSP version, then there isn't any special sex toy. If I remember right, it's just a vibrator or a dildo. After experimentation, the method is the same in the Twine version. You just need a dildo from Carnal Desires

Bug: Going to the clinic in the slums will not allow you to back out. Time will pass, but you'll still be in the clinic. Changing "goto $previouspassage" to "goto slums" fixed it for me

Bug: The number of spell slots scaling with your Intelligence seems to be broken. PC has 20 Intelligence, but can still only equip 2 spells. I'm not sure how to fix that I've made a bandaid fix by setting $maxspellslot in the prepare spells content section. The issue might have been it set the variable at the beginning of the game when your intelligence is always going to be 10 and never checked it again afterward
 
Last edited:
  • Like
Reactions: HaloKing11

MiscChaos

Newbie
Oct 23, 2017
29
10
Continuity error: If you do the Sewer Rat background and come back to your store, you get a scene where both of your kids, Bite and Scratch, are there and are involved. If you then ask Bite where her sister is, she tells you Scratch never came back from the prologue.
 

KaitoKuro

Newbie
Sep 15, 2020
58
11
Time to start moving stuff over to v0.8.4 and redo some edits.

Edit: Lots of NPC related stuff were changed and added, old saves may be missing newly added variables and need updating.
 
Last edited:
  • Like
Reactions: InternetD

MiscChaos

Newbie
Oct 23, 2017
29
10
1748463622050.png
Get this as soon as I open the planner for the school. I think npcs initializes at the beginning of the game and so it doesn't quite know what to do with old saves. This issue will go across anything that calls npcs.length, included the orphanage. Edit: After starting a new save, can confirm that it's only old saves that have this issue.

Edit: You get an error in Lovers and Friends until you get someone in there. Something about <<for>> being undefined
 
Last edited:

Gehoji

Newbie
Sep 17, 2019
91
81
Im stuck in dragon isle, they are telling me to explore the island but i looked everywhere, and cant open the temple.

FYI- im playing html.
Go to the bar on the island and look through it, one of the options has a star by it which starts the quest that opens the temple.
 

Darkbreed

Member
Dec 17, 2020
353
422
So i restarted the game as an elf, and didnt choose the shipwreck start, but the class specific one, and the bar is showing on the isle now. I wanted to play as a catgirl, but whatever.
Some more bugs- whn u set pregnancy duration to "by species" It is instantaneus for some reason.

Abt th game breaking bug earlier- I think if u explore hell b4 entering the isle the bug of bar not spawning is triggered, coz the lizard guy does not treat u after drowning.
 

MiscChaos

Newbie
Oct 23, 2017
29
10
Some more bugs- whn u set pregnancy duration to "by species" It is instantaneus for some reason.

Abt th game breaking bug earlier- I think if u explore hell b4 entering the isle the bug of bar not spawning is triggered, coz the lizard guy does not treat u after drowning.
I'm fairly sure the two of those are connected. I personally got an error where the instant pregnancy caused my character to give birth after hitting the water, which fucked up everything else. I personally fixed it by changing "$pregnancymod gte 0" to "$pregnancymod gt 0". Kaito fixed it by changing "set $pregnancymod to null" to "unset $pregnancymod"
 

KaitoKuro

Newbie
Sep 15, 2020
58
11
View attachment 4885298
Get this as soon as I open the planner for the school. I think npcs initializes at the beginning of the game and so it doesn't quite know what to do with old saves. This issue will go across anything that calls npcs.length, included the orphanage. Edit: After starting a new save, can confirm that it's only old saves that have this issue.

Edit: You get an error in Lovers and Friends until you get someone in there. Something about <<for>> being undefined
For fixing the old save you can add this to the "hourpassevents" passage so it can fix it once an in-game hour passes (sleep on a bed or travel till hour passes). Can also add it to whatever passage/button you'd like to press instead.

Make sure you back up your save in case you want to have a save for v0.8.3!
You don't have permission to view the spoiler content. Log in or register now.
Once the hour pass and $npcs is filled, you can remove the code.
 
Last edited:
  • Like
Reactions: MiscChaos
4.00 star(s) 23 Votes