Mobile Script - Out Now!
Heya everyone, apologies for the radio silence. I have some IRL stuff that cannot be put aside, but here we go. The long-awaited script to support the mobile version is here!
Just like the previous scripts, you just have to unpack the files into your project folder, but there is a big catch. Unfortunately, I could not find a more straightforward, less headache-inducing way to make the script a complete "plug and play". The default Ren'Py code for the mobile version is a bit too complicated to break down without causing some conflicts. Hence, I decided the best way to use the script is to remove the mobile version configuration from the default "screens.rpy" and "gui.rpy".
"Wait, you can just make adjustments and change some values there, can't you?"
Yes, you absolutely can. But that will defeat the purpose of this script to make things "plug & play" and beginner-friendly. You have to hunt down the exact variables you need to change, and at that point, if you know what you are doing, I don't think you really need this script. You may only need the other script to streamline your development progress.
"So what do I do if I want to use the script?"
Glad you asked! There are 2 ways to use the script:
1) Overwrite the default "screens.rpy" and "gui.rpy" with the ones I provide here. Of course, you would lose any changes you made to those files if you have any. You have to apply those changes again to these files in the package.
2) Manually delete the "Mobile Version" section from both "screens.rpy" and "gui.rpy".
"screens.rpy"
Open the file and search for the section "Mobile Variants", then delete the whole code block. This includes all the "styles" even the "screen quick menu()" with the "variant 'touch' version, basically EVERYTHING. By default, this part ends at the end of the script, so you should not miss it.

"gui.rpy"
Same thing. Open the file and search for the section "Mobile devices", then delete the whole code block. By default, this part also ends at the end of the script, so you really should not miss it.
"Are you sure? That seems... a little too excessive..."
Yes, I'm sure. And yes, that might be a little too excessive. Don't worry, you can make mobile version adjustments in the "mobile_ver.rpy" from the package. Deleting these code blocks from "screens.rpy" and "gui.rpy" will not interfere with your non-mobile variant of the project.
Keep in mind, my script might still need more refining. Anyone who has a better idea to streamline the code, or has any questions about using the code is welcome to shoot me a message!
That's pretty much it for the update. Do let me know if you use my asset for your project, I'll be interested to see them and maybe think of new improvements.
See ya when I see ya~
Files
Get Instant GUI Customize!
Instant GUI Customize!
A Ren'py GUI overhaul plugin. Bypass the tedious coding, quickly implement your custom design now!
Status | Released |
Category | Assets |
Authors | ErebusWulfe, Cardigan |
Genre | Visual Novel |
Tags | Asset Pack, Graphical User Interface (GUI), Ren'Py |
More posts
- Plugin Instructions97 days ago
- Plugin Walkthrough97 days ago
Leave a comment
Log in with itch.io to leave a comment.