Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

not sure if relevant but a short heads up: the variable mina_ch4_choice can stay at the default value of none if one has not enough points with her (set to bj or rame in the if part story_other::713++, but not set in else (::737).

as of 0.06 I don't see any issues, but if you need the variable later in the game something to keep in mind - none is the same as ramen but only when this scene played :)

(+1)

Tina's second 'other persons' scene can be triggered twice

the condition should be

if ( tina_story == 4 or tina_story == 5 ) and op_tina2 == "no":

(note the extra brackets, story_others::2057)

(+1)

Thanks for pointing these out. I'll look into correcting the code.

before I drop out of favour, are you even interested in such reports?

(+2)

I don't mind at all. TID is a lot more complex than Now and Then was, so I can't always test every possible variation of how people play. So, I don't mind when someone points out that something isn't working right.

(+1)

Yeah, there's one line of text impacted by this, so I corrected this for 0.07.0.