PsyTurtle

Member
Jan 16, 2022
113
73
Masculine Potion *might* be bugged in HTML/twine version 0.7.6.4. Feminine Potion seemed to work okay. (I tried save editing my female protag into a male and gave him a Feminine Potion to see if that was working.)
 

Harlyned

New Member
Nov 12, 2017
3
0
Maybe a third? Some of the systems are not transferring well and a few other things I'm having to change due to some people not being able to find locations as they were random. I'm also adding in stuff that existed purely as concept notes that I've wanted in the game for awhile.




This might work
Bro, I tinkered a bit and fixed the "Error: <<if>>: bad conditional expression in <<if>> clause: Cannot read properties of null (reading 'enchantments') <<if $equippedArmor.enchantments && $equippedArmor.enchantments.includes("Death Shroud")>> <p>You have nothing to fear in the Graveyard while wearing your shrouded clothing.</p> <</if>>" on line 5285, and a similar error on line 23028. Here, I had to add $equippedArmor at the beginning to change the condition, since $equippedArmor prevents the error if it’s null or undefined.
Now the line looks like this: &lt;&lt;if $equippedArmor &amp;&amp; $equippedArmor.enchantments &amp;&amp; $equippedArmor.enchantments.includes(&quot;Death Shroud&quot; )&gt;&gt;
There’s an extra space in the parentheses because the site inserts a smiley into the code...
 
Last edited:

Solid Snekk

Well-Known Member
Game Developer
May 5, 2017
1,210
1,456
I'm trying to finish testing out the system where you could have a companion along the road. Once I get that done I'll get a release out.

Well, it's time to pay a visit and help with bugs and suggestions.

You don't have permission to view the spoiler content. Log in or register now.
1. Done.
2. That's part of the game start error that is plaguing the current version. It is fixed in the upcoming version.
3. Fixed, I had the link wrong.
4. I've added green text if it is enabled and red if it is banned. I've also described each button a little more to help. Everything is disabled at the start of the game.
5. You get one named warhound companion and its strength is based on your number of wolves and training. This can scale infinitely. I did fix it, it was a bit bugged for the dog companion.
6. I'm trying to do that but I haven't figured it out.
7. Fixed the images for human enemies, but I am still trying to get all the sex images in. A lot of the female sex scenes don't have their enemies in yet.
8. Fixed.


In the HTML version, you can meet May again by exploring after already having met her.
Fixed.

Masculine Potion *might* be bugged in HTML/twine version 0.7.6.4. Feminine Potion seemed to work okay. (I tried save editing my female protag into a male and gave him a Feminine Potion to see if that was working.)
Fixed. Every new potion I formatted was wrong.

Bro, I tinkered a bit and fixed the "Error: <<if>>: bad conditional expression in <<if>> clause: Cannot read properties of null (reading 'enchantments') <<if $equippedArmor.enchantments && $equippedArmor.enchantments.includes("Death Shroud")>> <p>You have nothing to fear in the Graveyard while wearing your shrouded clothing.</p> <</if>>" on line 5285, and a similar error on line 23028. Here, I had to add $equippedArmor at the beginning to change the condition, since $equippedArmor prevents the error if it’s null or undefined.
Now the line looks like this: &lt;&lt;if $equippedArmor &amp;&amp; $equippedArmor.enchantments &amp;&amp; $equippedArmor.enchantments.includes(&quot;Death Shroud&quot; )&gt;&gt;
There’s an extra space in the parentheses because the site inserts a smiley into the code...
I changed it to that. I think I've also fixed the clothing breaking as well.
 

Solid Snekk

Well-Known Member
Game Developer
May 5, 2017
1,210
1,456
I've posted the latest version over on .

Not much in the way of total content but it should fix the gamestart but not allowing the player access to their menus.

It did expand the bandit den but not a whole lot, the other ways to be enslaved such as by the amazons and by Avery are not in as those areas are not in the game yet.

Next update is the Tentacle update which is going to be adding in the tentacle pits and adding in the class abilities.
 

rho_aias

Newbie
Jul 6, 2023
41
16
Am I doing something specifically wrong or is the 'fool around' option with Lu, er, supposed to give me a completely blank screen? (outside of the top UI bar)
 
Aug 4, 2017
317
524
I understand the game is going through an engine migration process but I gotta ask, which version should I play first, straight into twine or QSP until the twine version catches up?
 

Solid Snekk

Well-Known Member
Game Developer
May 5, 2017
1,210
1,456


Am I doing something specifically wrong or is the 'fool around' option with Lu, er, supposed to give me a completely blank screen? (outside of the top UI bar)
No, I forgot to add it back in as there was a bug in it. Sorry about that.

I player 1h and founf this errors/bug...

You don't have permission to view the spoiler content. Log in or register now.
1. I think I fixed it
2. I'll add the werewolf to my to fix list for the next update.
3. I know, I was going to change a few things. I've added it back in in the next update.
4. I intend to eventually update the enemy stats and xp values. Having the player get one shot by enemies in the first round of combat with no way to defend or know about it isn't that fun.
5. I think I fixed it, alongside the Rebuild the Dragon Isles quest. Some triggers were wrong.
 

Solid Snekk

Well-Known Member
Game Developer
May 5, 2017
1,210
1,456
I understand the game is going through an engine migration process but I gotta ask, which version should I play first, straight into twine or QSP until the twine version catches up?
Personal preference, I suppose. I'm not too far behind on stuff that's in the QSP version for the twine one. Another couple of weeks and I'll have everything in and then it's just quests and finishing the story.
 

hellfire8100

Newbie
Aug 26, 2017
33
20
Personal preference, I suppose. I'm not too far behind on stuff that's in the QSP version for the twine one. Another couple of weeks and I'll have everything in and then it's just quests and finishing the story.
I'm sorry what? I know you've been doing it for a while but damn you've basically flown though the re-write.

Edit: Also interacting with the Gobbos in the flophouse broke something for me, mainly going out drinking causing game to "black out"
 
Last edited:

rho_aias

Newbie
Jul 6, 2023
41
16
This might work



No, I forgot to add it back in as there was a bug in it. Sorry about that.



1. I think I fixed it
2. I'll add the werewolf to my to fix list for the next update.
3. I know, I was going to change a few things. I've added it back in in the next update.
4. I intend to eventually update the enemy stats and xp values. Having the player get one shot by enemies in the first round of combat with no way to defend or know about it isn't that fun.
5. I think I fixed it, alongside the Rebuild the Dragon Isles quest. Some triggers were wrong.
No apology needed, thanks for the heads up. Couple other things I noticed (i'll admit up front didn't look through the thread to see if anyone has pointed these out since this version dropped, so sorry if these have been taken care of) -

  • I don't even know how specifically this triggered, but using the Last of the Elves start and running around in the Northern forest for a while, I came back to Avedon city center and one of the chooseable options was "[something something] Bill [something]". I was like 'who the hell is this?' and picked him, and then it suddenly began acting like (from what I gather) I had the farm start with the siblings, and something about the sister smelling witchcraft on you which I assume is a part of that start's questline. They gave me a weekly allowance and everything.

  • If you report the lactaid thing in the Frog cafe, you get 500 gems for it from the guard post. But after that, if you try and ask the bartender in that same map (i forget the name of the bar) for work, it cuts to the scene where you report the lactaid and get those gems. Convenient, but I'll hazard a wild guess that it maybe wasn't intentional.

  • Before the overdosed girl thing happens at all, occasionally working the front register will also just turn up a page that says 'The Frog' and is otherwise completely blank. Have to reload your last save when that happens as far as i can tell
If you don't mind me offering a suggestion, perhaps a button to undo/reset to a state one action ago would help with the various error pages? I started saving somewhat paranoiacally after that happened, since it was otherwise softlocked.

Also, apropos of nothing, big fan of Fate huh? :D
 

rho_aias

Newbie
Jul 6, 2023
41
16
Also while i'm asking - is there any way to progress the goblin/kitsune line by bringing Mariko to the goblin king? The quest log didn't seem to say it was impossible, but whenever I talk to her in the Sleepy Fox, it doesn't prompt for any kind of additional dialogue or anything. I know you can mark the quest completed if you kill the goblin king as well, but i'm just wondering if there's a separate route or if that's not implemented yet
 

Solid Snekk

Well-Known Member
Game Developer
May 5, 2017
1,210
1,456


This should fix these issues.

I'm sorry what? I know you've been doing it for a while but damn you've basically flown though the re-write.

Edit: Also interacting with the Gobbos in the flophouse broke something for me, mainly going out drinking causing game to "black out"
I'm doing this for fun which I think prevents the burnout that I'm seeing other people have.

That's odd about the goblins, I guess I took it out to test something and forgot to add it back in.

No apology needed, thanks for the heads up. Couple other things I noticed (i'll admit up front didn't look through the thread to see if anyone has pointed these out since this version dropped, so sorry if these have been taken care of) -

  • I don't even know how specifically this triggered, but using the Last of the Elves start and running around in the Northern forest for a while, I came back to Avedon city center and one of the chooseable options was "[something something] Bill [something]". I was like 'who the hell is this?' and picked him, and then it suddenly began acting like (from what I gather) I had the farm start with the siblings, and something about the sister smelling witchcraft on you which I assume is a part of that start's questline. They gave me a weekly allowance and everything.

  • If you report the lactaid thing in the Frog cafe, you get 500 gems for it from the guard post. But after that, if you try and ask the bartender in that same map (i forget the name of the bar) for work, it cuts to the scene where you report the lactaid and get those gems. Convenient, but I'll hazard a wild guess that it maybe wasn't intentional.

  • Before the overdosed girl thing happens at all, occasionally working the front register will also just turn up a page that says 'The Frog' and is otherwise completely blank. Have to reload your last save when that happens as far as i can tell
If you don't mind me offering a suggestion, perhaps a button to undo/reset to a state one action ago would help with the various error pages? I started saving somewhat paranoiacally after that happened, since it was otherwise softlocked.

Also, apropos of nothing, big fan of Fate huh? :D
1. Ah. The flaming sword from the ruined house changes your background. Whoops, fixed.
2. Yep, that links to the wrong spot. Fixed.
3. With how the formatting works there's no room for a button, but I can add in a toggle in the cheat menu to let the player teleport out of events that should lock them out.

Yeah, most of my stuff is a mix of everything I've ever read. There's a quest for a ghost at a lighthouse and as I'm describing the creature that appears I had to pause and look at it, it was literally just the Balrog from Lord of the Rings.

Also while i'm asking - is there any way to progress the goblin/kitsune line by bringing Mariko to the goblin king? The quest log didn't seem to say it was impossible, but whenever I talk to her in the Sleepy Fox, it doesn't prompt for any kind of additional dialogue or anything. I know you can mark the quest completed if you kill the goblin king as well, but i'm just wondering if there's a separate route or if that's not implemented yet
There's spoilers for why she won't want to do that since it isn't in the game yet.

You don't have permission to view the spoiler content. Log in or register now.
 

rho_aias

Newbie
Jul 6, 2023
41
16
kudos for the fast replies and fixes, you're doing a great job and keep up the good work! also, wow okay yeah that makes sense i can understand not wanting to be part of that lol
 
  • Like
Reactions: HotSausageGrrl

Vombatidi

Newbie
Jul 19, 2021
68
31
i think the fish is something that's occasionally added to your inventory if Lu is kept at the lizardfolk village hut? it mentioned something about her adding fish and other stuff she finds in the sea to your inventory from time to time
In that case, she can do it even from 4000km away
impresive
 
4.20 star(s) 17 Votes