Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

The gallery is on it's way.  Could you be more specific about the errors so we can get these fixed?  We'd really appreciate it.

(+1)

Sure. In Driller's route, if you choose to reveal your true identity to Driller, an error occurs. It says it can't find the png.

Lascivion route: After the nsfw scene with Lascivion and Cap, and then after the nsfw scene with Lascivion and MC (LascivionMVAfterfuck1), an error occurs. It also says a png is not found 

Thank you!

Yeah, I found some of those bugs as well. Just look for "png '" in script.rpy and substitute it by "png'". :) Looking forward to the next build! I was missing the gallery already. 

(1 edit)

The route for identity revealed with Driller won't work. It's showing error.  On Mac as well.

(1 edit)

I have the same issues on Mac as well. I had no issues with the Cap's route, but the option you have after Driller reveals his name leads me to the error below

I copied the error code here without the full traceback if that's what you asked for:

While loading <'Image' u'images/CG/Driller_reveal_ID1.png '>:
  File "game/script.rpy", line 8948, in script
    scene DrillerRevealID1 with dissolve
IOError: Couldn't find file 'images/CG/Driller_reveal_ID1.png '.

EDIT

As Mattific said the Lascivion route has the same error:

While loading <'Image' u'images/CG/Lascivion_MV_afterfuck1.png '>:
  File "game/script.rpy", line 13594, in script
    scene LascivionMVAfterFuck1 with Dissolve(3.0)
IOError: Couldn't find file 'images/CG/Lascivion_MV_afterfuck1.png '.

THANK YOU!  This is just what we needed!