Culex

Newbie
Oct 19, 2017
42
17
Can the dev please add an option to put a stop to the blackmail efforts for streamers? Talking in-game here, not IRL.

Edit: Also, I made sure that my character had VPN protection. Is this the dev trying to spread the message that VPNs are worthless?
 

GamerDaddy

Engaged Member
Feb 6, 2023
2,438
1,464
Can the dev please add an option to put a stop to the blackmail efforts for streamers? Talking in-game here, not IRL.

Edit: Also, I made sure that my character had VPN protection. Is this the dev trying to spread the message that VPNs are worthless?
vpn's are easy to get past (if you know how) and find the person
 

TheFamilyDog

Active Member
Jan 25, 2022
730
520
trying cheerleeding do i need special body or something?
i'm unpopular and kicked out

Suzie Austin, teenager. A girl barely popular. Gentlemen, we can rebuild her. We have the technology. We have the capability to make the world's first bionic cheerleader. Suzie Austin will be that cheerleader. Better than she was before. Better... stronger... faster.

Now I'm thinking about it, I want to play this game.
 

glutinous

New Member
Apr 3, 2024
2
0
Found a few minor errors related to Dance Studio.

1. Dance Contest Registration: Line 22571 col 62, should be "Dance Studio" instead of just "Dance".
2. Emily Dance Studio Chat: Missing "<span id=choice>" at line 22623 col 1, missing "#choice" at same line col 78 (col 101 after addition, right after "replace")
3. Emily Dance Studio Chat: Missing " $return" at line 22637 col 223 (after ""abilities."", keep the blank)
4. Emily Dance Studio Chat Choice (Chat/Just say hi): Line 22637, delete col 366 to col 506 ("<&silently…/silently>>") to get rid of the error text, disregard if you have other plans for it =)

Hope this helps, keep up the good work!

EDIT:
Found another one (housekeeping course), line 3081 col 1083, deleting the if/if enclosing "PM", and adding value (870) at line 4041 col 1172 fixed it for me.
And line 3091 col 107, missing "<=" before the value (187).

(Is it just me or does the whole winter semester needs a bit more polishing...? )
 
Last edited:

greyelf

Well-Known Member
Nov 16, 2016
1,102
822
Found a few minor errors related to Dance Studio.
It is great that you're writing up detailed bug reports for the issues you're find.

However, the line number & code example you're providing are likely not the same as the Author's own, because you're supplying them from the "compiled" Story HTML file, and the Author won't be using that file to find & edit the issues. And even if they do search the copy of the "compiled" Story HTML file they have, it may be a later version than the one you tested, which means the line numbers will likely be different.

If you're interested in giving a more meaningful bug report, then I suggest you download a copy of the Twee Notation "compiler", and use it to extract a copy of the project's source code from the HTML file. You would then be able to see the contents of each Passage, very similar to what the Author themselves can see if their project is Twee Notation based instead of Twine 2.x application based.
 

glutinous

New Member
Apr 3, 2024
2
0
If you're interested in giving a more meaningful bug report, then I suggest you download a copy of the Twee Notation "compiler", and use it to extract a copy of the project's source code from the HTML file. You would then be able to see the contents of each Passage, very similar to what the Author themselves can see if their project is Twee Notation based instead of Twine 2.x application based.
Thanks for the heads-up! Sadly my goldfish brain has already forgotten about what I was talking about, all I remember is that I spent a night trying to monkey-typewriter the errors I encountered while drunk (tbh I don't even remember posting here). Anyway I'm sure the dev can fix it if even I can (somehow) do it, hopefully in the nearest future!

(And thank you for telling me about Tweego!)
 
3.20 star(s) 12 Votes