joryh

Well-Known Member
Nov 8, 2021
1,238
2,426
Thats fuck all most games on the site are 3+ gigs :rolleyes: cryin over 22mb
Meanwhile, if you had a brain, you'd realize it's a comment on how shitty the gifs are inevitably going to be, with such small fucking files.
 

Centar

Member
Jun 26, 2017
352
143
you write the tittle of the game 3 times in the overview, but actually dont tell anything of the game to make us try it. good luck
 

malcolmalbie

Active Member
Oct 8, 2018
823
1,742
The online version doesn't even let you get to Day 5.
View attachment 4867897
That passage just doesn't exist in the game. The code looks like this:
Code:
<<if $daycount is 5>>
    <<button [[Sneak a peak|Day5C6b]]>><</button>>
<<else>>
    <<button [[Sneak a peak|Day9C5]]>><</button>>
<</if>>
When ShadonGames used $daycount is 5, they wanted $daycount = 5, otherwise it'll always return false and link to the non-existent passage.
 

Aioto

Well-Known Member
Oct 31, 2018
1,123
1,100
That passage just doesn't exist in the game. The code looks like this:
Code:
<<if $daycount is 5>>
    <<button [[Sneak a peak|Day5C6b]]>><</button>>
<<else>>
    <<button [[Sneak a peak|Day9C5]]>><</button>>
<</if>>
When ShadonGames used $daycount is 5, they wanted $daycount = 5, otherwise it'll always return false and link to the non-existent passage.
That fixed it but the game later acts like the MC sneaked in anyways, so that's a bummer.
 

Cago

Newbie
May 27, 2018
51
14
yeah ngl the coding for the newest update is borked, you skip at least half the available content and I think the new content as well.