HaloKing11

Newbie
Jul 6, 2024
22
10
38
What are the plans with your children, like mine never seem to age and you can't do much with them other than tossing them off a cliff. Will you eventually be able to make the followers or something?
 

Daugorn

Newbie
Oct 16, 2018
21
45
90
Is there any way to buy a farm in Twine? I know in QSP you buy it in the castle but in Twine you can't even enter, it's just "Guards don't let you through"
 

KaitoKuro

Newbie
Sep 15, 2020
59
12
131
Is there any way to buy a farm in Twine? I know in QSP you buy it in the castle but in Twine you can't even enter, it's just "Guards don't let you through"
Go to Caravan and finish Percy's questline, you'll be rewarded the farm after your done (to redeem your farm you go to thieves guild as HaloKing11 mentioned) and then talk to Det.
 

HaloKing11

Newbie
Jul 6, 2024
22
10
38
I'm having some trouble progressing a part. I talk to the pirate captain she tells me to meet a dark elf at the school, I go I can't find her there.
 

KaitoKuro

Newbie
Sep 15, 2020
59
12
131
I'm having some trouble progressing a part. I talk to the pirate captain she tells me to meet a dark elf at the school, I go I can't find her there.
Not yet implemented yet in twine version, it is the current function/area being worked on right now iirc when checking Snekk's subscribestar progress.

Also Percy is still missing I helped Meat after freeing Percy but it still says he's captured by the minotaur
Doesn't have the code to place Percy back to farm, if you already saved after defeating Meat then you need to save edit the variable percyloc from demoncell5 to farmhouse . If you do have a save before the fight, here's the fix.
You don't have permission to view the spoiler content. Log in or register now.
 

InternetD

New Member
Feb 22, 2025
4
0
1
Not sure why you're still getting but if you want to fix it on your end here's the steps (Make a back-up copy of the html in case you need to revert back.):
You don't have permission to view the spoiler content. Log in or register now.
If you do the steps, it should work fine for childbirth again. If not, then put your save file + html in a zip and send it. I'll take a look at it since I'm not having those issues after adding that.

Edit: Found the reason, it's due to the view children in Lover & Family Tab modification I added which uses $currentItem too. I'll make a quick fix and update the previous upload. Guessing this happen after you viewed your children list once? Just tested the fix (used $temptime instead of $currentItem for Lover & Family Tab modification) and re-uploaded the zip, should be working fine please do let me know if it still causes trouble.
Ty, I will check later on, yesterday i checked both files and both were the same size. Didn't do an hash check but chances are high both are the same. It seems F95 have a delay if you upload directly to them? Or am I just dumdum and messed up?
 

KaitoKuro

Newbie
Sep 15, 2020
59
12
131
Ty, I will check later on, yesterday i checked both files and both were the same size. Didn't do an hash check but chances are high both are the same. It seems F95 have a delay if you upload directly to them? Or am I just dumdum and messed up?
Probably is the same file, just that there was another way to cause the same error (using View Children from the Lovers & Family Tab before giving birth). Should be fixed now, you're not a dumdum but I'm the dumdum.
 
  • Heart
Reactions: InternetD

Skalli

Member
Nov 1, 2017
142
168
174
You can use Visual Studio Code, it's just a slight bit of headache. All the "<<>>" is converted into something like "&lt;&lt;%gt;&gt;" and all apostrophes are now "&#39;", but for the most part, it's exactly the same. It's just slightly annoying to look at
You can open the game in Twine as mentioned via the import. Then you can export it as twee and open that in VS Code with the Twee 3 Language Extension. I do that, because it makes searching and editing things a bit easier than to find it in Twine.
 

HaloKing11

Newbie
Jul 6, 2024
22
10
38
Not yet implemented yet in twine version, it is the current function/area being worked on right now iirc when checking Snekk's subscribestar progress.


Doesn't have the code to place Percy back to farm, if you already saved after defeating Meat then you need to save edit the variable percyloc from demoncell5 to farmhouse . If you do have a save before the fight, here's the fix.
You don't have permission to view the spoiler content. Log in or register now.
Thank you.
 

MiscChaos

Member
Oct 23, 2017
133
75
100
Bug: Every time my PC with a penis fucked a female Meat, I got the "You got Meat pregnant!" message during. Looking in code, I see there's a "set $pregnantMeat to null" that likely causes that. It likely was only meant for the "Player has a vagina and Meat is an uncollared male" section, but it got transferred to the "Player has a dick and Meat is female" segment too.
 

HaloKing11

Newbie
Jul 6, 2024
22
10
38
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
 

MiscChaos

Member
Oct 23, 2017
133
75
100
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

Member
Oct 23, 2017
133
75
100
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
59
12
131
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

Member
Oct 23, 2017
133
75
100
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:
4.00 star(s) 24 Votes