woody47

New Member
Sep 4, 2017
2
5
I've been looking at the game's code, and playtesting an I'm seemingly unable to recreate this. Can you send over your save and the html to me on discord? (discord: hylandgames)
At the end of line 5685 there is an && (or &&) which should not be there.
Just change it from:
Code:
<<elseif $meganrank1 == true && $meganrank2 == true && $meganrank3 == true && $meganrank4 == true && $meganrank5 == true && $meganrank6 == true && $meganrank7 == true && $meganrank8 == false &&>>
to:
Code:
<<elseif $meganrank1 == true && $meganrank2 == true && $meganrank3 == true && $meganrank4 == true && $meganrank5 == true && $meganrank6 == true && $meganrank7 == true && $meganrank8 == false >>
 

hammerva

Member
Oct 13, 2020
142
30
So is the game supposed to stop on June 1st and just wait for next update or did I mess something up when getting shot?
 
Jul 9, 2017
317
417
Anyone else not able to scroll to the Save button on the sidebar? Using the "desktop_full" download. It scrolls down, but the buttons are behind the taskbar rather than viewable on screen. Haven't had that happen with other html games I've played.
 

HylandGames

Newbie
Feb 16, 2025
32
35
So is the game supposed to stop on June 1st and just wait for next update or did I mess something up when getting shot?
You didn't mess anything up. Wait until the next update for more content, or you can replay and experience different paths with some of the girls.
 

HylandGames

Newbie
Feb 16, 2025
32
35
At the end of line 5685 there is an && (or &&) which should not be there.
Just change it from:
Code:
<<elseif $meganrank1 == true && $meganrank2 == true && $meganrank3 == true && $meganrank4 == true && $meganrank5 == true && $meganrank6 == true && $meganrank7 == true && $meganrank8 == false &&>>
to:
Code:
<<elseif $meganrank1 == true && $meganrank2 == true && $meganrank3 == true && $meganrank4 == true && $meganrank5 == true && $meganrank6 == true && $meganrank7 == true && $meganrank8 == false >>
Thank you! I'll put out a patch today.


Anyone else not able to scroll to the Save button on the sidebar? Using the "desktop_full" download. It scrolls down, but the buttons are behind the taskbar rather than viewable on screen. Haven't had that happen with other html games I've played.
I will fix this and add it to the patch I'm already creating today!
 

HylandGames

Newbie
Feb 16, 2025
32
35
Anyone else not able to scroll to the Save button on the sidebar? Using the "desktop_full" download. It scrolls down, but the buttons are behind the taskbar rather than viewable on screen. Haven't had that happen with other html games I've played.
Patch is out, sorry about that!



 

gregers

Forum Fanatic
Dec 9, 2018
5,183
6,723
Hypothesis: At some point in development a character was renamed from Ava to Diane.

Supporting evidence:
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.



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:

HylandGames

Newbie
Feb 16, 2025
32
35
Hypothesis: At some point in development a character was renamed from Ava to Diane.

Supporting evidence:
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.



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.
You've caught all my mistakes! Thank you for catching all of this! I just fixed everything you sent, a lot of this stuff got changed during development, or I overlooked on my skim through of the original update and I forgot to go back and edit it all out. You're doing me a huge favor, so I appreciate it! Though Ava wasn't intended to be her name, it was more so a placeholder (because it's her actress's name) while I figured out what I wanted to do for her character's name and when I went to replace that it also replaced the instance in the word "Available".
 
3.00 star(s) 2 Votes