Search found 7 matches

by lixy
Tue Jan 10, 2023 8:14 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Tooltip when hovering over menu option?
Replies: 4
Views: 2816

Re: [Solved] Tooltip when hovering over menu option?

Sorry to revive an old thread, but is there any way to use this code but to strip the tooltip text from the actual menu choice?
by lixy
Tue Jun 15, 2021 6:48 pm
Forum: Ren'Py Questions and Announcements
Topic: Using images in subfolders without defining
Replies: 3
Views: 716

Re: Using images in subfolders without defining

Huh, weird. I tried and it told me it couldn't find the file. I'll dig through and make sure I labelled all the files correctly. It's probably user error, if it's meant to work Edit: It seems to be working now. Don't know what I was doing that it wasn't before, but thank you! Edit x2: It seems the e...
by lixy
Tue Jun 15, 2021 6:07 pm
Forum: Ren'Py Questions and Announcements
Topic: Using images in subfolders without defining
Replies: 3
Views: 716

Using images in subfolders without defining

Hi, this may be a silly question, but is there a way to use a series of images in a subfolder without having to define every single one? For instance, I have about 20 pictures all labelled things like "ind 1", "ind 1.1", "ind 2", etc., and have them in a folder labelled...
by lixy
Wed May 26, 2021 9:46 pm
Forum: Ren'Py Questions and Announcements
Topic: Trying to make a Game Over -> Load Screen
Replies: 2
Views: 949

Re: Trying to make a Game Over -> Load Screen

emz911 wrote: Mon May 17, 2021 10:57 pm You can replace show with call and that would stop the game on the screen until an action is performed. Don't forget to remove any return button from the load screen if you want to force only a load or a quit!
thank you!!
by lixy
Mon May 17, 2021 9:54 pm
Forum: Ren'Py Questions and Announcements
Topic: Trying to make a Game Over -> Load Screen
Replies: 2
Views: 949

Trying to make a Game Over -> Load Screen

I'm not sure if this is an obvious question, but I'm trying to implement game over screens that go into the load screen. I've figured that out, but when in the load screen, the game continues in the background (ie, it runs through everything in "gameover_1" and starts running "gameove...
by lixy
Sun Mar 14, 2021 8:17 pm
Forum: Ren'Py Questions and Announcements
Topic: Using side images with custom names
Replies: 2
Views: 470

Re: Using side images with custom names

I actually just figured it out-- something to do with the file names! Once I renamed it from "side-test" to something like "mc-normal", it worked fine.
by lixy
Sun Mar 14, 2021 7:37 pm
Forum: Ren'Py Questions and Announcements
Topic: Using side images with custom names
Replies: 2
Views: 470

Using side images with custom names

Hi! I'm a bit of a noob, so I'm having some problems with using side images. I want the player character to have a side image and also a custom name that the player can type in. Side images work fine with the standard characters but when I try to make the character's name the input name, the side im...