Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

usernameismartin

27
Posts
12
Following
A member registered Oct 20, 2023

Recent community posts

ok i get it now, 0.6 means day six :), i have not visited those paths, they are probably a bit against my nature :)

hello, i saved many paths (Eva Sub, love, Cassie Sub love, Dual love etc) but until now i did not find any new scenes after the swimming pool scene that finished version 0.6.3.a

(1 edit)

why isn' the most recent version available here ? i thought i paid for this game, but i'm not on any other site, or is 6.3.a actually the most recent version ? i thought i saw a message about v0.6.5 being released.

wow, what a fantastic game, the way the relationship with Lea and Jen build up, amazing ! and i just played half the demo, great writing, probably the best i have seen

so sad that there are no updates, Una is the prettiest girl in ANY novel, and i have seen dozens

try other games, this one is pretty bad

(1 edit)

34506     "Mark eases himself onto the couch, wincing in pain as he does. Megan gently examines the cuts and bruises on his face."

34993     li "Oh fuck, Mark! You feel so good!"

35129     "Mark, Megan, Lily, and Nina stand in the doorway of their once cozy and orderly home, their expressions shifting from relief to shock as they take in the chaos that surrounds them."


Mark, instead of [name]

great start dev !, good story, some of the best animations i have seen, some bugs, but nothing really bad

when showing the map, then clicking a spot on the map there is a display glitch, it looks like the map is masking the 3D view, and it doesnt get updated correctly (the area that was under the map)

little ui detail:

allow the escape button to be used in addition of home button on phone ?

(1 edit)

the models, and facial expressions are very well done !


the "tasks" app crashes when clicked (early in game, just after the phone becomes available)


[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/screens/phone.rpy", line 110, in execute

  File "game/screens/phone.rpy", line 110, in execute

  File "game/screens/phone.rpy", line 119, in execute

  File "game/screens/phone.rpy", line 153, in execute

  File "game/screens/phone.rpy", line 171, in execute

  File "game/screens/phone.rpy", line 172, in execute

  File "game/screens/phone.rpy", line 293, in execute

  File "game/screens/phone.rpy", line 293, in execute

  File "game/screens/phone.rpy", line 294, in execute

  File "game/screens/phone.rpy", line 294, in <module>

  File "game/config.rpy", line 687, in getVisibleTasks

TypeError: 'NoneType' object is not iterable

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "script.rpyc", line 284, in script call

  File "intro/intro.rpyc", line 12, in script call

  File "tl/en/intro/intro_prison.rpyc", line 1241, in script

  File "/private/var/folders/_4/w8xg8m1x3l97gddd0_56xw_40000gn/T/AppTranslocation/58C66A25-DEA0-463A-8A67-874539FF61FE/d/WhiteEight_Episode_2_v0.1.2.app/Contents/Resources/autorun/renpy/ast.py", line 921, in execute

    renpy.exports.say(who, what, *args, **kwargs)

  File "/private/var/folders/_4/w8xg8m1x3l97gddd0_56xw_40000gn/T/AppTranslocation/58C66A25-DEA0-463A-8A67-874539FF61FE/d/WhiteEight_Episode_2_v0.1.2.app/Contents/Resources/autorun/renpy/exports.py", line 1373, in say

    who(what, *args, **kwargs)

  File "/private/var/folders/_4/w8xg8m1x3l97gddd0_56xw_40000gn/T/AppTranslocation/58C66A25-DEA0-463A-8A67-874539FF61FE/d/WhiteEight_Episode_2_v0.1.2.app/Contents/Resources/autorun/renpy/character.py", line 1266, in __call__

    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)

  File "/private/var/folders/_4/w8xg8m1x3l97gddd0_56xw_40000gn/T/AppTranslocation/58C66A25-DEA0-463A-8A67-874539FF61FE/d/WhiteEight_Episode_2_v0.1.2.app/Contents/Resources/autorun/renpy/character.py", line 930, in do_display

    **display_args)

  File "/private/var/folders/_4/w8xg8m1x3l97gddd0_56xw_40000gn/T/AppTranslocation/58C66A25-DEA0-463A-8A67-874539FF61FE/d/WhiteEight_Episode_2_v0.1.2.app/Contents/Resources/autorun/renpy/character.py", line 666, in display_say

    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)

  File "/private/var/folders/_4/w8xg8m1x3l97gddd0_56xw_40000gn/T/AppTranslocation/58C66A25-DEA0-463A-8A67-874539FF61FE/d/WhiteEight_Episode_2_v0.1.2.app/Contents/Resources/autorun/renpy/ui.py", line 299, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "/private/var/folders/_4/w8xg8m1x3l97gddd0_56xw_40000gn/T/AppTranslocation/58C66A25-DEA0-463A-8A67-874539FF61FE/d/WhiteEight_Episode_2_v0.1.2.app/Contents/Resources/autorun/renpy/display/core.py", line 3377, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore

  File "/private/var/folders/_4/w8xg8m1x3l97gddd0_56xw_40000gn/T/AppTranslocation/58C66A25-DEA0-463A-8A67-874539FF61FE/d/WhiteEight_Episode_2_v0.1.2.app/Contents/Resources/autorun/renpy/display/core.py", line 3810, in interact_core

    root_widget.visit_all(lambda i : i.per_interact())

  File "/private/var/folders/_4/w8xg8m1x3l97gddd0_56xw_40000gn/T/AppTranslocation/58C66A25-DEA0-463A-8A67-874539FF61FE/d/WhiteEight_Episode_2_v0.1.2.app/Contents/Resources/autorun/renpy/display/core.py", line 582, in visit_all

    d.visit_all(callback, seen)

  File "/private/var/folders/_4/w8xg8m1x3l97gddd0_56xw_40000gn/T/AppTranslocation/58C66A25-DEA0-463A-8A67-874539FF61FE/d/WhiteEight_Episode_2_v0.1.2.app/Contents/Resources/autorun/renpy/display/core.py", line 582, in visit_all

    d.visit_all(callback, seen)

  File "/private/var/folders/_4/w8xg8m1x3l97gddd0_56xw_40000gn/T/AppTranslocation/58C66A25-DEA0-463A-8A67-874539FF61FE/d/WhiteEight_Episode_2_v0.1.2.app/Contents/Resources/autorun/renpy/display/core.py", line 582, in visit_all

    d.visit_all(callback, seen)

  File "/private/var/folders/_4/w8xg8m1x3l97gddd0_56xw_40000gn/T/AppTranslocation/58C66A25-DEA0-463A-8A67-874539FF61FE/d/WhiteEight_Episode_2_v0.1.2.app/Contents/Resources/autorun/renpy/display/core.py", line 582, in visit_all

    d.visit_all(callback, seen)

  File "/private/var/folders/_4/w8xg8m1x3l97gddd0_56xw_40000gn/T/AppTranslocation/58C66A25-DEA0-463A-8A67-874539FF61FE/d/WhiteEight_Episode_2_v0.1.2.app/Contents/Resources/autorun/renpy/display/screen.py", line 451, in visit_all

    callback(self)

  File "/private/var/folders/_4/w8xg8m1x3l97gddd0_56xw_40000gn/T/AppTranslocation/58C66A25-DEA0-463A-8A67-874539FF61FE/d/WhiteEight_Episode_2_v0.1.2.app/Contents/Resources/autorun/renpy/display/core.py", line 3810, in <lambda>

    root_widget.visit_all(lambda i : i.per_interact())

  File "/private/var/folders/_4/w8xg8m1x3l97gddd0_56xw_40000gn/T/AppTranslocation/58C66A25-DEA0-463A-8A67-874539FF61FE/d/WhiteEight_Episode_2_v0.1.2.app/Contents/Resources/autorun/renpy/display/screen.py", line 462, in per_interact

    self.update()

  File "/private/var/folders/_4/w8xg8m1x3l97gddd0_56xw_40000gn/T/AppTranslocation/58C66A25-DEA0-463A-8A67-874539FF61FE/d/WhiteEight_Episode_2_v0.1.2.app/Contents/Resources/autorun/renpy/display/screen.py", line 653, in update

    self.screen.function(**self.scope)

  File "game/screens/phone.rpy", line 110, in execute

  File "game/screens/phone.rpy", line 110, in execute

  File "game/screens/phone.rpy", line 119, in execute

  File "game/screens/phone.rpy", line 153, in execute

  File "game/screens/phone.rpy", line 171, in execute

  File "game/screens/phone.rpy", line 172, in execute

  File "game/screens/phone.rpy", line 293, in execute

  File "game/screens/phone.rpy", line 293, in execute

  File "game/screens/phone.rpy", line 294, in execute

  File "game/screens/phone.rpy", line 294, in <module>

  File "game/config.rpy", line 687, in getVisibleTasks

TypeError: 'NoneType' object is not iterable

Darwin-23.1.0-x86_64-i386-64bit x86_64

Ren'Py 7.5.3.22090809

White Eight - Episode 2 0.1.2

Fri Jan  5 04:30:47 2024

[/code]

i just started playing, i love the intro with the discussion between the developer and Sarah, just one comment, "You" says "Two Sisters the holy trinity",  well no, a trinity involves 3 entities, TRI = Three, ok i'm being  a bit silly i know but that's just not accurate ;-)

(3 edits)

you typed "actully", in an already cryptic message,i guess we don't have smillies here ? i thought u were making fun of me

i like that one :-) my point is that the author uses vagina when he means labia, pussy etc, it's just weird.

man just speak english ! anyway, in case you mean im wrong, well, i'm not, the vagina is not what this author thinks it is, and that word is the same in most languages

(1 edit)

can you please just explain what you mean ?? in proper english without typos ?

?

ok so, the Father of Emma saved me and died, and Emma never talks about this ? sure.

(1 edit)

the Vagina cannot be rubbed thru clothes, shaved, or be rubbed against you, it's inside, the outside is the Pussy, lips or whatever you want to call it, but it's certainly not the Vagina

well then you both did something wrong :-)

why the H do you want her to be a sister ? that's nuts

graphics are similar, and equally outstanding as Halfway House (i recognized the Deli :),i just started, but i'm already convinced

no it's not, episode 10 is the best of the game

if you have no sex in episode 10 you did a lot wrong, it's the most intense of all

just tell Emily everything about your encounter with Ashley, and you will see Ashley a lot !, and, don't touch Samantha, anywhere, mix CP and FP with Emily and you will get nowhere with her either, if that is really what you want, and you will have fun with Emily, almost every episode

no that looked awful, Tagliatelle with cream and Cherry tomatoes, there is no name for it because if you order that in Italy they will kill you !

depends what you call love

well, she is in love anyway you treat her, not unrealistic

(1 edit)

yes, read a walkthru,  if you get rejected so early it's probably because you said sorry twice in the kitchen in episode 1,  don't, and, always look for CP, don't bee too nice, to anyone, grab tits and asses when you can, and you will have fun with all three of them, and posibly others as well, but of course, if you are like me, you want emily, so, don't say sorry, but lean on her shoulder, and go home with her from the discotheque, sorry if i said to much...