Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

higurashika

32
Posts
185
Followers
1
Following
A member registered Apr 30, 2019 · View creator page →

Creator of

Recent community posts

Resolved. I didn't add some lines in screen.rpy x_x

Thank you! I suddenly found out  that the tooltips don't work in the choice menu like this:

$ x = {1: True, 2: True, 3: True, 4: True, 5: True}

while x[1] or x[2] or x[3] or x[4] or x[5]:

        menu:

            "Blablabla"  if x[1] and y == 1:

                $ x[1] = False

                $ y = 0             

                pass

            "Yaddayaddayadda" if x[2] and b== 1:

                $ x[2] = False

                $ b= 0

                pass

But I didn't test your code.  So I wonder, does your code work with the choice menu like this one?

No problem. For some reason it's a rare case, and all coding is about making tooltips for something that is available. But for my game I really needed tips for the locked choices.

Thank you! I found another but almost the same way: 

if i.action.sensitive is False:

....textbutton i.caption:

........action NullAction()

else:

.....textbutton i.caption action i.action

I'm not sure which option is better, though. Seems like it doesn't really matter. But I keep testing. Thanks for the reply!

Hi! Your code is cool, but is there any chance to make tooltips work with disabled choices?

The game updated to version 0.1!

You're welcome! It's my goal to make this game free for everyone, as I'm not ready for another big project yet.

Reuploaded clients because of the bug. Previously the game thought that MC had slept with Alex even if she hadn't.

Updated the game.

- improved language

- fixed bugs and other technical issues

- updated scene and dialogs

- added more choices, totally new scat scene

Nice :)

I like it!

And how i can download from this site? :(

Hello! How is it going? I can't wait an update <3