- Oct 9, 2017
- 2,631
- 3,175
Why is there so much unused code in that? I made a simple rpy with four lines of code that changes the text color to white and adds outlines, seems to work for every game I've used it on.THX
Here is a file that will put an outline around the font so you can read the dialogue.
The English dialogue is not great.
Close the Game, Unzip the file, and put "y_outline" in the "game" folder. Then, reopen the game.
Python:
init 999:
define gui.text_color = "#ffffff"
define gui.name_text_outlines = [ (2, "#000") ]
define gui.dialogue_text_outlines = [ (2, "#000") ]