Pluck283

Newbie
Jun 9, 2023
61
15
Was impregnated by a hunter then that was overwritten by a snake. I don't know if that is intended behavior. Twine version.
 

HaloKing11

Newbie
Jul 6, 2024
21
3
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.
how do you/ where do you insert this in under hourpassevents?
 
Last edited:

HaloKing11

Newbie
Jul 6, 2024
21
3
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.
never mind i figured it out but where do your kids go when they turn 18?
 

KaitoKuro

Newbie
Sep 15, 2020
59
12
never mind i figured it out but where do your kids go when they turn 18?
Haven't really explored 0.8.4, they should still be in your view children list when you go to bed. Unless they have been added to the school list (opens after you purchase yvee in goblin caves).
 

MiscChaos

Newbie
Oct 23, 2017
36
11
Working as a whore at Madam's in junktown takes you to a blank screen if your PC allows the john to cum inside them after vaginal sex. To fix this, you need to go to the "vagsex" section, hop down to the "Let them cum inside you" choice, and then add "<<set $cumlocation to "creampie">>". If you're feeling really fancy, you can set up an if/else statement to allow "fairy creampie" and "fairy cum body" to be used for Fairy PCs.
 

Pluck283

Newbie
Jun 9, 2023
61
15
I am fairly certain the broodmother trait does not work in twine yet. Also, the clinic will let you have as many children as you want once you go to have children there but you can't get out of the cycle.
 

MiscChaos

Newbie
Oct 23, 2017
36
11
I am fairly certain the broodmother trait does not work in twine yet. Also, the clinic will let you have as many children as you want once you go to have children there but you can't get out of the cycle.
Funny you mention that since I noticed the broodmother issue as well. As far as I can tell, it only works if "display preg" is somewhere in the scene since that's the only time the game calls for it. The solution I've worked out is to go through and find every scene someone cums in your character and add that to it. Time consuming, but it works.
 

MiscChaos

Newbie
Oct 23, 2017
36
11
Do prison uniforms even exist in the Twine version? They sure as hell aren't restocking
Short answer: No

Long answer: snekk hasn't put anything in to restock uniforms at 7AM like the game says is supposed to happen. So Prison Uniforms exist as a clothing, but there isn't any way to get it unless you bugfix it
 
  • Like
Reactions: MirrororriM

Pluck283

Newbie
Jun 9, 2023
61
15
Working as a whore at Madam's in junktown takes you to a blank screen if your PC allows the john to cum inside them after vaginal sex. To fix this, you need to go to the "vagsex" section, hop down to the "Let them cum inside you" choice, and then add "<<set $cumlocation to "creampie">>". If you're feeling really fancy, you can set up an if/else statement to allow "fairy creampie" and "fairy cum body" to be used for Fairy PCs.
I took a look into the twine graph source code and I don't understand how that makes it easier than Twee or other text based control graphs.
 

MiscChaos

Newbie
Oct 23, 2017
36
11
I took a look into the twine graph source code and I don't understand how that makes it easier than Twee or other text based control graphs.
I would know nothing about that, myself. I use Visual Studio Code with the twee3 language settings turned on, myself. I've also spaced everything out to make it easier to look at so I can easily tell where each passage begins and ends. Kaito seems to edit using Notepad+, so I'm actually not sure how many people actually use the twine site itself to do their own personal bug fixes/mods
 

Rononoes

New Member
Mar 30, 2020
14
16
its SO nice to have a main character that isnt written to act a specific way appealing to the writer in a nsfw text game, giving the player agency, power, and choices
this game really hails back to the good old days

a rather weird idea but would be appreciated for the roleplay-ey types like myself would be to have a tab under appearance or the like that lets the player write about their character, things like their appearance or specifics of their backstory, or even a travel log or diary or notes on gameplay or what have you (eratohotw has this feature and its wonderful)
 

Pluck283

Newbie
Jun 9, 2023
61
15
I would know nothing about that, myself. I use Visual Studio Code with the twee3 language settings turned on, myself. I've also spaced everything out to make it easier to look at so I can easily tell where each passage begins and ends. Kaito seems to edit using Notepad+, so I'm actually not sure how many people actually use the twine site itself to do their own personal bug fixes/mods
Please tell me you are not looking at this all in one file. Please say you have this organized in folders like the pictures are and then you combine them into the html file you ship. That HTML is way too long. It would make templating the HTML easier as well.
 

MiscChaos

Newbie
Oct 23, 2017
36
11
Please tell me you are not looking at this all in one file. Please say you have this organized in folders like the pictures are and then you combine them into the html file you ship. That HTML is way too long. It would make templating the HTML easier as well.
I don't think I get that option. Or at least I'm not aware of it. I'm not the dev, just someone who does personal bugfixes and shares that info with everyone else so they can do their own. So all I can do is modify the html file the game comes with or throw that into twinery. I prefer to just use VSC since exporting it back out as a html feels like an extra step to me with all the testing I do to make sure my bug fixes work and/or don't break anything else. Like I said though, I have done my own personal edits so that it's more easily readable. I use a lot of the search function though.
 

Pluck283

Newbie
Jun 9, 2023
61
15
I don't think I get that option. Or at least I'm not aware of it. I'm not the dev, just someone who does personal bugfixes and shares that info with everyone else so they can do their own. So all I can do is modify the html file the game comes with or throw that into twinery. I prefer to just use VSC since exporting it back out as a html feels like an extra step to me with all the testing I do to make sure my bug fixes work and/or don't break anything else. Like I said though, I have done my own personal edits so that it's more easily readable. I use a lot of the search function though.
Ah, makes sense. Yeah, you would have to spend time orgnaizing it yourself if you only have access to the shipped version.
 
4.00 star(s) 23 Votes