[Solved] UI settings are not adapted for mobile devices?

In this forum we discuss the future of Ren'Py, both bug fixes and longer-term development. Pre-releases are announced and discussed here.
Post Reply
Message
Author
Don-A
Newbie
Posts: 2
Joined: Wed Sep 15, 2021 11:52 am
Discord: Don-A#0824
Contact:

[Solved] UI settings are not adapted for mobile devices?

#1 Post by Don-A »

Hello.
I would like to ask for help in explaining the situation / or even just report the problem (if it really exists) in the form of feedback for finding a solution. This is due to the adaptation of the UI display.

I will immediately note that I am not a developer, but an ordinary intusiast, so I will describe everything in simple words and a large number of screenshots - I will publish the link below, if possible. But if you need any files, I can attach them.
So.

A. Starting the game on the PC both with the missing (default option) and with the present line

Code: Select all

define config.variants = [ "pc", "large", "android", "tablet", None ]
in the options file.rpy:
everything works normally, for example - in the main menu there is the "Exit" button (screenshot 01), the game has a configuration UI (screenshot 02), which is used and works (03-05);

B. Running the game on Android with the missing line

Code: Select all

define config.variants = ["pc", "large", "android", "tablet", None ]
in the options.rpy file:
just the same problems begin, for example - in the main menu, the "Exit" button is already disappearing (06), the UI settings are not applied, its appearance looks like one black line (07-08, 09-10, 11-12);

C. Running the game on Android (and even on a PC (important to note)) if the line is present

Code: Select all

define config.variants = ["android", "pc", "large", "tablet", None ]
in the options.rpy file:
the situation does not change (06-12);

D. Running the game on Android (and even on PC (important to note)) if the line is present

Code: Select all

define config.variants = ["android", None]
in the options.rpy file:
the situation does not change (06-12);

E. Starting the game on Android with the present line

Code: Select all

define config.variants = ["pc", "large", "android", "tablet", None]
everything starts working in normal mode (01-05) (!)

In short, a possible problem (?) is that some UI settings are not adapted for mobile devices (and even, perhaps, for other devices / screen options). What do you recommend to fix it or is it some kind of error Renpy?

If I published it in an unnecessary place, I apologize.
Thanks.
Last edited by Don-A on Wed Sep 22, 2021 2:11 am, edited 2 times in total.

User avatar
PyTom
Ren'Py Creator
Posts: 16088
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: UI settings are not adapted for mobile devices?

#2 Post by PyTom »

I'd suggest contacting the game's developer, rather than asking for support here.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

Don-A
Newbie
Posts: 2
Joined: Wed Sep 15, 2021 11:52 am
Discord: Don-A#0824
Contact:

Re: UI settings are not adapted for mobile devices?

#3 Post by Don-A »

Okay, so the problem is still on his side. It's a pity that no one will help with it. Thanks.

Post Reply

Who is online

Users browsing this forum: No registered users