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

2.00 star(s) 1 Vote

Skeltom

Engaged Member
Oct 9, 2017
2,927
3,614
419
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") ]
 

Saint Blackmoor

It's Symbolic Of Course
Donor
Oct 26, 2017
7,019
20,916
960
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.
I would think the answer is obvious.
 

BrandonX13

Member
Aug 7, 2019
321
198
150
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
 

Typiconart

Newbie
Game Developer
Aug 14, 2024
92
187
43
Does the dev add sounds in future to his games or..?
Already added to Star Warrior and Space Girls 0.3

The game is good, only things I wish were that you could choose the MC's name and I wish there was a pubic hair option
Not sure right now about it.

needs widowmaker and ntr
We will see about how the updated game will go.

Personally, not a fan of the other 2 games but what you said makes sense. I mean it's better if a dev does focus on 1 game at a time than to burn themselves out by working on multiple projects at once. And I'd be glad if the Dev focus on this project first as it looks good.
If sales of School Heroes 0.1.5 will be low, then I will concentrate to Star Warrior and Space Sex Slaves and after them I will return to School Heroes and will remake it.

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") ]
I fixed that.

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
That's the point.
 

raffi33

Newbie
Dec 5, 2023
30
9
141
How to romance with Mercy? I can only romance with Dva in 2 way - i fuck her, or send to fuck with other guys but no option for Mercy or Tracer
 
2.00 star(s) 1 Vote