Different fonts (supporting utf8) might be added in the futureFirst, this is fascinating!
Is it hard to add support for utf-8 or offer a option which change the character set for String type? Game's author and I are not native speakers of English, so some value can be modified by delete all --> input while I can't quite see what I'm deleting or inputing though. These characters's amount count right, but they are visualy squares and X within them (☒).
If it's hard to change, then never mind and I still appreciate for your great work.
I think I might know what's happening. As of the latest version, when you click "don't warn me again" that choice is saved in the global settings (appdata). If for some reason it fails to save there (especially some Android port may prevent this) you will be greeted with the warning every timehmmm
i get the "warning" notification a lot since the last update
even if i started a game new/more than once , or open from the sidepanel button to full
is it a known issue?
do i have to delete somthing at the /appdata/renpy/0x52 folder to get rid of it?
So it's not about encoding stuff. That's quite familiar to me. I rename the font of the game to .../game/0x52-URM/framework/Roboto-Regular.ttf and then it works!Different fonts (supporting utf8) might be added in the future
I think I might know what's happening. As of the latest version, when you click "don't warn me again" that choice is saved in the global settings (appdata). If for some reason it fails to save there (especially some Android port may prevent this) you will be greeted with the warning every time
(so, deleting the appdata folder will make it even worse)
I fix change this behavior in the next update![]()
I'm pretty sure this kind of game isn't in the ballpark for URM -- it has no dialogues, no choices and such. It's just a "clicker game" made with Ren'Py, so something likeHow to make it work for the games like Tap 4 Sex.
From the FAQ just below the OP:Potential Bug:
The variable shown is not found when the character "." is entered in the following example, while this problem does not exist with other characters such as "-"
You don't have permission to view the spoiler content. Log in or register now.
I've definitely read this before but I absolutely forgot about it, as if I'm reading it for the first time!From the FAQ just below the OP:
View attachment 4612411
You are right, and searching the thread for "sunville" would have lead you to this answer:I read through previous comments. But was there anyone that seemed to figure out how to use the textbox with Milfs of Sunville? Or is just how because of how they handle their translations it just might be impossible?
Does that mean I won't have this bug anymore when I load a save after I uninstalled URM from the game? I didn't have this compability problem with version prior to 2.5. However who know it's quite rare that I uninstall URM after I started using it. SO it may hev started b4... I mostly do so when the game has a weird bug and I don't know I unistall everything (mods, cheats...)to test the waters. Unfortunately I've been unable to do so bc of this issue.Fix: Crash when gamesave doesn't contain a screenshot
In this game, the name of the MC in pop-up thoughts is saved in script.rpy as plain text and cannot be changed by changing variables.I want to change the MC's name in the game below
I've tried both methods of changing the name, namely the name replacement method and the text replacement method, several times, but neither worked
Is there anything specific about changing names in URM that I don't know? Thank You
https://f95zone.to/threads/phone-story-v0-5-taptus.236390/
I want to change the MC's name in the game below
I've tried both methods of changing the name, namely the name replacement method and the text replacement method, several times, but neither worked
Is there anything specific about changing names in URM that I don't know? Thank You
https://f95zone.to/threads/phone-story-v0-5-taptus.236390/
So, been using this mod for long time. Absolutely love the functions. It's like better cheat engine but works on renpy games.ALT+M works as it should
extract the 0x52_URM.rpa using unren tool
you get a new folder like in the screenshot
delete the 0x52_URM.rpa
View attachment 4449571
View attachment 4449572
Thanks for testing that out!
Were any logs generated inAndroid/data/com.dmf.thelewdesthouse/files?
log.txt, traceback.txt, or errors.txt
I'm researching some issues Ren'Py has had to see if anything else might help.
You must be registered to see the linkssays some older Androids (6-8 years) might be emulating OpenGL...
You must be registered to see the linkshad some interesting info about memory leaks with Android 11 and the size of the image cache.
Looked up some odd optimization settings. Let's see if this makes things better or worse... Sorry but only those that suffer can tell me if the 'cure' is working.
- Memory Management - Image Cache 300Mb, Texture Size (4096, 4096), Prediction 32
- Memory Housekeeping - Including script by
You must be registered to see the linksas some of the Ren'Py features might have been rendered obsolete like config.hw_video or config.gl2- Auto Save - Turned back on but only after choices, inputs, or closing the game.
- Deferred Translations - There seem to be a lot of languages in the tl folder so turning this on because what the hell, why not?
I knew chances where slim anyways.sry
i am not playing on adroid - cant help
Isn't it better to useextract attached .zip into the gamefolder (where the .exe is)
open namereplace.rpy with a editor (notepad++ eg)
change xxx to your desired name , save the file
View attachment 4620033
View attachment 4620034
if you want rename someone else - remove the # at the next line , put the original name and replacement in
View attachment 4620036
init 1090 python?That this line of code is executed earlier than the other one so that any text processed later will use this replacement functionwhy?
wellI am not a Ren'Py programmer, I'm trying to understand it better. When I searched, I found out that this line of code is executed earlier than the other one so that any text processed later will use this replacement function