Alex040677

Member
Jun 4, 2017
324
250
I'm stuck with Lola she tells me she is at her house then when I go there and talk to her nothing happens and I can't go on
 

keks546

New Member
Jun 14, 2019
9
4
I have a problem using chrome google page translate fetaure.

The "Link" buttons ("Mall", "Home", "Confirm", etc.) were sometimes unclickable and missplaced, after the translation was completed.

So, I've made a solution that will probably work with other SugarCube/Twine (html) games.

Tested with Google Chrome, maybe will work with other browsers too.

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

Installation (FOR Patriarch v.08):
Extract "PatriarchTranslatable.html" into game folder and run.
 

keks546

New Member
Jun 14, 2019
9
4
How do i claim amber to continue the path with the principal, i'm searching and i'm stuck
Send massage with phone to Candace, visit her at strip club, and then talk with her at college club. And probably you will also need to ask her for a dance couple of times at Ypsilon Kappa, just to up relations.

You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: fddsffds

mozzolohwasgreat

New Member
Feb 12, 2018
6
39
Anyone could do this themselves. Open up the .html file in a text editor and search for
Code:
name="patreon2"
Some additional help for people who aren't as used to text editors/searching that makes the copying process less tedious:
  1. Open the "Patriarch.html" file in a text editor of choice, preferably one that supports regex searching (such as VScode/VScodium, but others like notepad++ and a bunch of others also work, instructions just vary slightly)
  2. Open the search window with "ctrl+f"
  3. Enabe regex searching (the ".*" icon in VScodium/checkbox in notepad++) and search for "if \$patreon == "(.*?)">>" this will find all instances of patreon codes in the document. Confirm with alt+enter to select ALL instances at once, then copy them with ctrl+c.
  4. Open a new document (ctrl+n or File->New File) and paste all instances into this document with ctrl+v.
  5. Reopen the search window with ctrl+f if it closed, click on the arrow on the left to expand the menu
  6. In the upper entry field, keep the previously mentioned regex expression. In the lower one that now opened, simply write "$1". Press ctrl+alt+enter, or the "replace all" button in the search window.
  7. Now each line is one patreon code, and the other stuff is removed, so it's quick to copy and paste. This should work regardless of version unless they change the code fundamentally.
Cheat codes as of v.08 extracted with this method:
You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:
3.70 star(s) 42 Votes