- Oct 24, 2019
- 1,391
- 1,106
This is just to point out that "mtt" is only used in gallery.rpy and not defined anywhere else on the Linux version I downloaded from the front page the other day. Note that I unpacked your rpa archives and then decompiled all of the bytecode.
I'm guessing mtt would have been some sort of button that would have popped up the gallery screen, but you somehow left out defining an image for it.
Code:
Mybestfriendsdaughter-11.32-linux/game $ find . -name "*.rpy" -exec grep -iH "mtt" {} \;
./gallery.rpy: action SetVariable("galleryVersion", version), SetVariable("cg_page_GM", 0), SetVariable("cg_page", 0), mtt.Action(Text("")), SetField(mtt, 'redraw', False), Show("cg_gallery"), Hide("GalleryMenu")
./gallery.rpy: hovered [SetField(mtt, 'redraw', True), mtt.Action(Text(hint))]
./gallery.rpy: unhovered SetField(mtt, 'redraw', False)
./gallery.rpy: use mtt_screen
./gallery.rpy: $ mtt.Action(Text(""))
./gallery.rpy: add g_cg.make_button(name = gal_item_first + " button", unlocked = im.Scale(ImageReference(gal_item_first), thumbnail_x, thumbnail_y), locked = im.Blur(im.Scale(ImageReference(gal_item_first), thumbnail_x, thumbnail_y), 10.0), idle_border=None, background=None, bottom_margin=0, xalign=0.5, yalign=0.5, hovered=[SetField(mtt, 'redraw', True), mtt.Action(Text(hint))], unhovered=SetField(mtt, 'redraw', False))
./gallery.rpy: hovered [SetField(mtt, 'redraw', True), mtt.Action(Text(hint))]
./gallery.rpy: unhovered SetField(mtt, 'redraw', False)
./gallery.rpy: use mtt_screen
./gallery.rpy:screen mtt_screen():
./gallery.rpy: add mtt
Mybestfriendsdaughter-11.32-linux/game $ find . -name "*mtt*"
Mybestfriendsdaughter-11.32-linux/game $
I'll look at it - did you use 'Skip to another episode' ?