Search found 113 matches

by Ace94
Thu Oct 26, 2017 1:22 pm
Forum: Ren'Py Questions and Announcements
Topic: Vscrollbar in Text History
Replies: 12
Views: 3875

Re: Vscrollbar in Text History

The new gui doesn't seem to make this code work. Anyone know a way to make it work? I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00gamemenu.rpy", line 173, in script $ ui.interact() File "renpy/common/00gamemenu.rpy", line 173, in <mo...
by Ace94
Mon Oct 23, 2017 12:00 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]name and namebox alignment
Replies: 1
Views: 579

[Solved]name and namebox alignment

Hi. I am trying to align the namebox to be little above the textbox in the top left corner (images provided). And it worked, but once I add other character names in the mix the box moves it's xpos depending on the character's name length. For example Jack will be perfect fit, but Peter will get the ...
by Ace94
Sun Oct 22, 2017 12:43 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Is it possible to use nav_eff on the menu choices?
Replies: 2
Views: 406

Re: Is it possible to use nav_eff on the menu choices?

Nevermind I figured it out, I think! Sorry, I am using an example gui and the screen itself was labeled nav_eff it was basically an easein.
by Ace94
Sun Oct 22, 2017 11:54 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Is it possible to use nav_eff on the menu choices?
Replies: 2
Views: 406

[Solved]Is it possible to use nav_eff on the menu choices?

I really haven't found any guide on the nav_eff, so I'd appreciate any help. I am using the standard code that comes with the new Ren'Py gui.rpy: define gui.choice_button_width = 1185 define gui.choice_button_height = None define gui.choice_button_tile = False define gui.choice_button_borders = Bord...
by Ace94
Sat Oct 21, 2017 10:01 am
Forum: Ren'Py Questions and Announcements
Topic: <<Solved>> Can I make a yes/no prompt before the main screen?
Replies: 7
Views: 4434

Re: Can I make a yes/no prompt before the main screen?

edit: nvm it seems it did work!!! Thank you so much! I clicked Yes and it remembered my choice next time I launched the project. Can I test this again somehow? I tried deleting the code, saving and then pasting it back in, but it still remembers my choice. Any idea how I can test this again? This is...
by Ace94
Sat Oct 21, 2017 6:57 am
Forum: Ren'Py Questions and Announcements
Topic: <<Solved>> Can I make a yes/no prompt before the main screen?
Replies: 7
Views: 4434

Re: Can I make a yes/no prompt before the main screen?

Thank you. I managed to do it with your help, guys. I just have one last question which is important for me: Can I make the screen appear only once when the user starts the game for the very first time? Of course it won't appear again if he clicks Yes or Confirm, but if he clicks No it will appear a...
by Ace94
Fri Oct 20, 2017 4:50 pm
Forum: Ren'Py Questions and Announcements
Topic: <<Solved>> Can I make a yes/no prompt before the main screen?
Replies: 7
Views: 4434

<<Solved>> Can I make a yes/no prompt before the main screen?

Is this possible? Something the user has to click yes or no and if he clicks no the game closes automatically. I checked the guide on the yes/no prompt, but I didn't see an option for before the main screen.
by Ace94
Sun Oct 15, 2017 12:39 pm
Forum: Ren'Py Questions and Announcements
Topic: How to move menu buttons?
Replies: 26
Views: 4185

Re: How to move menu buttons?

Please don't laugh too much. I managed to figure it out myself with a lot of headbanging and it was actually super simple.... I was just looking for guides everywhere and no one did it exactly the same way that I was looking for. This is the end code that seem to be working flawlessly: screen file_p...
by Ace94
Sun Oct 15, 2017 11:46 am
Forum: Ren'Py Questions and Announcements
Topic: How to move menu buttons?
Replies: 26
Views: 4185

Re: How to move menu buttons?

Ok. I need help again haha. I am on the save/load screen right now and I am struggling with something. I want to make 3 columns with 2 rows and with 1-9 pages (I think I can do the pages easily), but for some reason it's not letting me make the full 2 rows. It only makes the columns. I am using the ...
by Ace94
Sun Oct 08, 2017 12:48 pm
Forum: Ren'Py Questions and Announcements
Topic: How to move menu buttons?
Replies: 26
Views: 4185

Re: How to move menu buttons?

I just wanted to update you guys on this. I actually started working by following Uncle Mugen's GUI guide and replaced it with my own buttons and xpos and ypos and so far it worked wonderful, without any problems. And I restarted my computer from last time I tried to do what you guys helped me do be...
by Ace94
Fri Oct 06, 2017 1:23 pm
Forum: Ren'Py Questions and Announcements
Topic: How to move menu buttons?
Replies: 26
Views: 4185

Re: How to move menu buttons?

I just made a brand new project and only had the 4 images. I changed the font and made a brand new image called TEST to see if that was the problem and it still didn't appear, then I started a new game and I had my other vertical buttons (back, save, load, prefs, etc.) so I clicked on Save... and ch...
by Ace94
Fri Oct 06, 2017 12:32 pm
Forum: Ren'Py Questions and Announcements
Topic: How to move menu buttons?
Replies: 26
Views: 4185

Re: How to move menu buttons?

It still doesn't show for me. Maybe the picture itself has some sort of problem with it that I don't see? Here are the Load and Start buttons and how the ingame menu looks and when I start the game there's no text buttons there either on the side (save,history,load etc.): I also tried adding differe...
by Ace94
Fri Oct 06, 2017 10:56 am
Forum: Ren'Py Questions and Announcements
Topic: How to move menu buttons?
Replies: 26
Views: 4185

Re: How to move menu buttons?

Your explanation totally makes sense, but I just tried it and it still showed only the Start button for some odd reason.

I triple checked if the files are the same size/name and in the right folder (images) and they are. So I am really clueless why this is happening.
by Ace94
Fri Oct 06, 2017 9:41 am
Forum: Ren'Py Questions and Announcements
Topic: How to move menu buttons?
Replies: 26
Views: 4185

Re: How to move menu buttons?

screen navigation(): hbox: style_prefix "navigation" xpos gui.navigation_xpos spacing gui.navigation_spacing if main_menu: imagebutton idle "start_idle.png" hover "start_hover.png" focus_mask True action ShowMenu("start") else: imagebutton idle "load_idl...
by Ace94
Thu Oct 05, 2017 10:20 pm
Forum: Ren'Py Questions and Announcements
Topic: How to move menu buttons?
Replies: 26
Views: 4185

Re: How to move menu buttons?

You are trying to use two imagebuttons, delete one. Thank you for the reply! Your suggestion worked and the button appeared, however, after I add a Start imagebutton, I try to add another imagebutton, for example the Load one in the else statement and nothing appears other than the Start imagebutto...