Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Explore the game's files, enter the 'game' directory, and create a file called "textbox.rpy". Edit this file with notepad, and copy the following into it:
If you want it even lower, you can change the 4th line to any value between 0.0 and 1.0 With 0.0 being entirely transparent, and 1.0 being the default.
If you start the game and decide to change this value afterward, you have to restart the game for it to take effect.
I created a *txt file under the C:\Program Files (x86)\Steam\steamapps\common\Returning To Mia\game and named this *txt file as "textbox.rpy". I opened it in notepad and pasted the codes as you mentioned above. But nothing changed.
Shouldn't I define this "textbox.rpy" file somewhere? How does the game realize it?
The game automatically loads every *.rpy file in the game folder when it starts, so initialization isn't necessary.
In the game-folder, do you have a textbox.rpyc file? This would mean that textbox.rpy was loaded in correctly. If textbox.rpyc doesn't exist, can you open textbox.rpy again with notepad, pick "save as", and make sure it's not saved as textbox.rpy.txt ?
And, to remove any doubt of the code working, can you change the 4th line to say 0.0 instead of 0.5?
I'll doublecheck things on my end as well, and get back to you.
Seeing that it works on an entirely new game means it should work for an existing game as well.
A screenshot: https://steamcommunity.com/sharedfiles/filedetails/?id=3374613323
As you said, it has been saved as *txt file. But as you suggest, I used "save as", then it has changed to *rpy file. It works now, thanks a lot :)