Brovalon

Active Member
Jan 11, 2020
578
616
Finally finished my replay of Patriarch (since I lost my saves), and man, there is so much more content to this game than I remembered. All of it is great too, so that was a real fun trip!

As far as 0.14 is concerned Kimberly is a real hottie, as is Gabrielle from 0.13. For the poll of future content my only problem is I wish we had more of everything! Keep up the excellent work.
 

Ero-Toth

Member
Sep 6, 2021
141
86
Well well well, long time no see, hope you guys are doing well since my last post. Here the next patch of my "fan patch", this time there won't be any changelog bc i am wayyyy too tired today but most change will revolve around slaves, lounge, and the new stuff we got for v0.14. The size of thee file is a bit more garnish than my previous update so i hope you will like it. Apart from that, i am going to play the dlc of elden ring so see you at v0.15!! 1718942435030.png

Fan patch v.4:
 
Last edited:
  • Haha
Reactions: Clown.34

Suslik575151

Member
Jan 28, 2022
105
149
Hey so, if you click on Toggle Kinks and then click on Settings in the sidebar, it gets stuck in the return loop. I assume your return link works by recording the name of the last visited passage (also assuming you built this in sugarcube).

To avoid that, just tag the "settings" and "toggle kinks" passages (something like 'noreturn') and then make it so the last passage var only gets overwritten if the passage doesn't have that tag (that means you'll have to tag all the walkthrough passages as well as the achievements)

It should be pretty simple, the code should look something like this:

$(document).on(': passagestart', function (ev) {
if (!ev.passage.tags.includes('noreturn')) {
State.variables.return = ev.passage.title;
}
});

and then your return link should look like this [[Return|$return]]

Now, it's been a while, but I think Twine will automatically make a passage named $return, you just gotta delete it.

Edit: there's no space after the very first colon in the code
 
Last edited:

Vaars

Member
May 6, 2021
241
53
Well well well, long time no see, hope you guys are doing well since my last post. Here the next patch of my "fan patch", this time there won't be any changelog bc i am wayyyy too tired today but most change will revolve around slaves, lounge, and the new stuff we got for v0.14. The size of thee file is a bit more garnish than my previous update so i hope you will like it. Apart from that, i am going to play the dlc of elden ring so see you at v0.15!! View attachment 3755527

Fan patch v.4:
does this change or add any events/QOL? Or is it just image replacements?
 

Ero-Toth

Member
Sep 6, 2021
141
86
image replacements mainly, i am not quite capable to add any events/QOL since i don't have much knowledge with html script. I could try but i would need some tutoriel, step-by-step guiding or stuff like that
 
  • Like
Reactions: Vaars
3.80 star(s) 36 Votes