Search found 50 matches
- Sun Sep 10, 2017 2:10 am
- Forum: Ren'Py Questions and Announcements
- Topic: [SOLVED] Changing The Quick Menu Text
- Replies: 2
- Views: 302
[SOLVED] Changing The Quick Menu Text
Hi everyone! I'm trying to change the Quick Menu Text that appears under the textbox due to it blending in with the colour of my textbox. I want to re-colour it so players can see it. How would I do this? I did a bit of research of styles but I'm not sure how they work. I hope someone can help, than...
- Wed Aug 09, 2017 7:56 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Issues With Modifying The Save Screen
- Replies: 8
- Views: 1647
Re: Issues With Modifying The Save Screen
The solution was so simple... Thank you so much for your help! However, none of the hotspots are working and the save-images don't show up. This is the code set up for the hotspots This is probably why (I have two theories:) I think you blocked yourself from the hotspots. First is this code here in...
- Wed Aug 09, 2017 3:55 am
- Forum: Ren'Py Questions and Announcements
- Topic: Issues With Modifying The Save Screen
- Replies: 8
- Views: 1647
Re: Issues With Modifying The Save Screen
The solution was so simple... Thank you so much for your help! However, none of the hotspots are working and the save-images don't show up. This is the code set up for the hotspots screen file_picker: imagemap: ground "gui/slground.png" idle "gui/slidle.png" hover "gui/slhover.png" selected_idle "gu...
- Tue Aug 08, 2017 4:41 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Issues With Modifying The Save Screen
- Replies: 8
- Views: 1647
Issues With Modifying The Save Screen
Yesterday I began re-doing the menu using imagemaps with https://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=14237 this tutorial. It was going very well up until I began the save/load menu. Here is the code I'm using: screen load_save_slot(): $ file_name = FileSlotName(i, columns * rows) $ file_t...
- Tue Aug 08, 2017 4:09 am
- Forum: Ren'Py Cookbook
- Topic: [Tutorial] Crash course in screen language/UI design
- Replies: 45
- Views: 61284
Re: [Tutorial] Crash course in screen language/UI design
I'm 4 years late, but I used this code to begin creating a menu. (It worked wonderfully for the main menu) I'm currently trying to create the Save/Load Menu, however whenever I run the project and click on Load, I get an error. I AM using the new Ren'Py GUI so I'm unsure if that is the error. I'm st...