VN Ren'Py School Heroes [v0.1] [Typiconart]

2.00 star(s) 1 Vote

Skeltom

Engaged Member
Oct 9, 2017
2,627
3,142
THX :giggle:

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. :giggle:
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.

Python:
init 999:
     define gui.text_color = "#ffffff"
     define gui.name_text_outlines = [ (2, "#000") ]
     define gui.dialogue_text_outlines = [ (2, "#000") ]
 

BrandonX13

Member
Aug 7, 2019
194
89
Was going to play this then saw you can't change the mc name and of all names it's a meme name carl lol i mean it made me laugh at least
 
2.00 star(s) 1 Vote