Search found 6 matches

by zardaxian
Fri May 26, 2023 7:26 am
Forum: Ren'Py Questions and Announcements
Topic: Can't return to main menu from the submenus
Replies: 3
Views: 104

Re: Can't return to main menu from the submenus

Damn, never mind, you were right, I should have added a "tag menu" in one of those first lines, now it works... Thank you very much my good sir.
by zardaxian
Fri May 26, 2023 7:25 am
Forum: Ren'Py Questions and Announcements
Topic: Can't return to main menu from the submenus
Replies: 3
Views: 104

Re: Can't return to main menu from the submenus

You have deleted tag menu from your main menu (and possibly others). Standard menus kinda rely on that tag existence. I checked in screens.rpy and I find 7 results for "tag menu". They all seem to be there just fine. Should the tag menu be in other places as well? Other than screens.rpy? ...
by zardaxian
Fri May 26, 2023 5:07 am
Forum: Ren'Py Questions and Announcements
Topic: Can't return to main menu from the submenus
Replies: 3
Views: 104

Can't return to main menu from the submenus

I have been looking for a fix for hours and can't seem to find one so I decided to ask my question here. The problem that I am having is that I'm trying to add a video file to the main menu, it works nicely except from when going to a submenu like "Options", when clicking "Return"...
by zardaxian
Thu May 25, 2023 12:50 pm
Forum: Ren'Py Questions and Announcements
Topic: Hide/show special colors in choices depending on variables
Replies: 1
Views: 496

Hide/show special colors in choices depending on variables

Hello, I am having a hard time figuring this out. I am trying to add color to choices depending on a variable that can alternate between 1 and 0. If my variable is 1 then it works like a charm, the same way goes for when the variable is 0. But this is only on the first try where I set my "if&qu...
by zardaxian
Fri Mar 26, 2021 5:29 am
Forum: Ren'Py Questions and Announcements
Topic: Android build - Only universal release? Can it be done?
Replies: 2
Views: 560

Re: Android build - Only universal release? Can it be done?

Hey! In your ren'py sdk folder, go to the \rapt\project\app folder You'll find a file called 'build'. Open in it a text editor, and look for the lines: include "x86_64", "armeabi-v7a", "arm64-v8a" universalApk true And edit it so it looks like this: // include "x8...
by zardaxian
Thu Mar 25, 2021 3:05 am
Forum: Ren'Py Questions and Announcements
Topic: Android build - Only universal release? Can it be done?
Replies: 2
Views: 560

Android build - Only universal release? Can it be done?

Hello, I have been struggling with this for a while now, each time I am building an android release I get more than one file, which is all fine except when you're testing the app and said app is over 2GB in size. As you can imagine writing 8GB with every test is ridiculous, time consuming and very s...