some tell my an guide to how complete the cursed collar quest
You don't have permission to view the spoiler content.
Log in or register now.
Last edited:
some tell my an guide to how complete the cursed collar quest
Looking at the code for twine, enemies do have stats that seem to be intended for sexual damage or similar. I do recall when I last played QSP (nearly a year ago) that type of damage or status was in development.Welp time to dig around or uninstall this game then,
Oh so just set-up then and isn't implemented yet, alright thenLooking at the code for twine, enemies do have stats that seem to be intended for sexual damage or similar. I do recall when I last played QSP (nearly a year ago) that type of damage or status was in development.
Twine version currently has the set-up done but functions aren't yet implemented to interact with these stats nor are there events/passage to give contents if won by making them horny or orgasm during battle (missing those CoC mechanics).
Can definitely mod/edit it in though if someone was willing, Snekk will probably work on it down the line.
In QSP, impregnating NPCs are about 20% chance unless you have a specific spell called "Primova's Fertility" (earned through HOA MIA questline when finishing Wendy's content).
Yeah im pretty sure it's none of those unfortunately I think I'm bugged because I loaded the game up and it said my character was pregnant but after that nothing happened.In QSP, impregnating NPCs are about 20% chance unless you have a specific spell called "Primova's Fertility" (earned through HOA MIA questline when finishing Wendy's content).
The impregnating of players also has a 20% chance unless fertile womb, but there are a few things that can prevent you from getting pregnant:
- Vines in your womb (Not sure if that was implemented)- Having tentacles in you- Taking contraceptives- Already impregnated- Being a beemorph (you have eggs instead)If none of these then its possible its a bug.
Are you playing the QSP or Twine, QSP is currently more content but the Twine is remaking the QSP version and will continue to be developed.This is such a weirdly functional, yet wholly basic/barely implemented game that I don't even know what it's trying to accomplish.
Ty, keep the community patch coming. Its also a great input for Snekk how to possibly fix things.Here's a fixed & modded twine version of 0.8.3.
Includes html and a changelog of what I thought were fixes as well as what was modded in. (Only fixed things I encountered)
Make a backup of your save just in case before starting.
Move html file to same location as base game html and enjoy.
Notable Modded Content: Children you birth/hatch can now be raised to be allies. (Hatchable: Lizardfolk Egg, Kobold Egg).
**Updates to this modded content aren't guaranteed!**
Error: <<childbirth>>: error within widget code (Error: <<if>>: bad conditional expression in <<elseif>> clause (#6): State.variables.currentItem.name is undefined)
<<childbirth>>
Earlier in the thread there's someone who says that right now, to keep Percy you have to lose to the minotaur. If you win, they are gone forever.Second, after the minotaur quest it still says he's kidnapped by it and I can't interact with him anymore
Unfortunately didn't seperate fixes into their own html so it's not just a fix but with modded content as well. Maybe when I have time I'll seperate it.Ty, keep the community patch coming. Its also a great input for Snekk how to possibly fix things.
EDIT:
Found an error. If a Goblin pragante you in the flophouse/slum I get:
Code:Error: <<childbirth>>: error within widget code (Error: <<if>>: bad conditional expression in <<elseif>> clause (#6): State.variables.currentItem.name is undefined) <<childbirth>>
Having the same error but can't find it in the code when searchingThat's an error within the code, you can open the html up in notepad and search for and change:
Avedon Nobility district". to Avedon Nobility district",
the dot was the issue, needed to be a comma.
Edit: Copy and paste the error here for the first issue, I'll take a look at it.So uhh I have two issues which are both Percy related.
First, whenever I get my character pregnant by Percy and give birth I get an error screen that leaves me stuck there.
Second, after the minotaur quest it still says he's kidnapped by it and I can't interact with him anymore
It's due to no variable update on where Percy is located at when winning, when captured they're in the cell5 (where minotaur is) but is never moved back to farm. If you add, it proceeds just find. I haven't tried save editing Percy's location back to farm if bug happens but should work, no guarantee so make a back-up.Earlier in the thread there's someone who says that right now, to keep Percy you have to lose to the minotaur. If you win, they are gone forever.
Here's the passage it's located under:Having the same error but can't find it in the code when searching
I sorry I'm new to trying to edit stuff like this i open it in notepad and search but it doesn't bring me to any of those lines, thanks for helping btwHere's the passage it's located under:
<tw-passagedata pid="87" name="lovers" tags="noreturn nobr ui" position="900,100" size="100,100">
Here's the line the error is located at:
"manorbedroom": "their home in the Avedon Nobility district".
NVM, i figured it out thanks againHere's the passage it's located under:
<tw-passagedata pid="87" name="lovers" tags="noreturn nobr ui" position="900,100" size="100,100">
Here's the line the error is located at:
"manorbedroom": "their home in the Avedon Nobility district".
It worked, ty!Unfortunately didn't seperate fixes into their own html so it's not just a fix but with modded content as well. Maybe when I have time I'll seperate it.
Oops let me go fix that, didn't want to make so many new variables so reused the temporary ones like $rand and $currentItems for modded passages. Give me a moment, gonna upload the fixed version to the same post. I did make a few modifications to combat and npc birthing in recent changes that allows enemies and allies to consider their own armor stats and allowing you to bring the children npc give brith to (will upload it later on the week).
Edit: Just downloaded it and tried getting pregnant on a new run and it works. I re-uploaded a new one on the same post a day after the initial post with a fix. Try re-downloading it and see if you get the same error. If so, one fix is to use at least 1 item (any consumable) and it should define $currentItems to start the process.