how do you/ where do you insert this in under hourpassevents?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!
Once the hour pass and $npcs is filled, you can remove the code.You don't have permission to view the spoiler content. Log in or register now.
never mind i figured it out but where do your kids go when they turn 18?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!
Once the hour pass and $npcs is filled, you can remove the code.You don't have permission to view the spoiler content. Log in or register now.
College parties.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).never mind i figured it out but where do your kids go when they turn 18?
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.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.
Short answer: NoDo prison uniforms even exist in the Twine version? They sure as hell aren't restocking
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.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 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/modsI 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.
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 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
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.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.
Ah, makes sense. Yeah, you would have to spend time orgnaizing it yourself if you only have access to the shipped version.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.