Mod Summertime Saga: Big Font "MOD" 0.20.8

Keitaro420

Member
Apr 17, 2018
414
903
I will leave a mod that changes the font of the game, I use it for a mod in which I translate the game in spanish :p but this part of the code is only to change the font. It works with version 0.20.8

You don't have permission to view the spoiler content. Log in or register now.

Download the file and put in the "Game" folder



SummerBig.png
 
Last edited:

Seipherwood

Member
Sep 8, 2017
413
107
Does this still work? ive tried it on 17.1 and 17.5 and text is still tiny =( even tried renaming it to Font.rpy instead of with #s before it.
 

Seipherwood

Member
Sep 8, 2017
413
107
211818_Font2.rpy
211818_Font2.rpyc

Are both suppose to show up in game folder right? Also, im not suppose to UnRen the game to get this to work right?
 

Sothyr

Active Member
May 26, 2019
886
935
I wish to put the text little higher and remove the stupid box which darkens the area. Sadly the mods for this I know about don't work. :-(

I tried to change the font to size 24. But it goes to deep outside the box.
 

Keitaro420

Member
Apr 17, 2018
414
903
I wish to put the text little higher and remove the stupid box which darkens the area. Sadly the mods for this I know about don't work. :-(

I tried to change the font to size 24. But it goes to deep outside the box.
Take this man
just put the "font.rpy" in game folder.
you can edit the file if you want
to change font size, change the 22 to another number
Python:
    style say_dialogue:
        size 22 # Dialogue font sieze xD
for transparency changes 0.3 to a number between 0.0 and 1.0
Python:
background Frame(im.Alpha("boxes/dialogue_chatbox.png", 0.3), 1, 1) ## the 0.3 is the opaciti
sorry for my bad english xD
 

Sothyr

Active Member
May 26, 2019
886
935
Thanks, I never understand why darken the text area. It is far better without it.

I'm thinking for a while already to learn the Ren'py language to find such issues by myself, but still missing the motivation to try it. :)
 

liegad

Newbie
Jun 11, 2017
72
71
Works well,
but the text files in the phone are unreadable,
can only remove the .rpy and .rpyc files from the game,
save load, read and close again,
.rpy and .rpyc back in,
awkward but I don't need a magnifying glass in the game
use Font3.rpy and font.rpy
Thanks
 
  • Like
Reactions: Keitaro420

Sothyr

Active Member
May 26, 2019
886
935
Take this man
just put the "font.rpy" in game folder.
you can edit the file if you want
to change font size, change the 22 to another number
Python:
    style say_dialogue:
        size 22 # Dialogue font sieze xD
for transparency changes 0.3 to a number between 0.0 and 1.0
Python:
background Frame(im.Alpha("boxes/dialogue_chatbox.png", 0.3), 1, 1) ## the 0.3 is the opaciti
sorry for my bad english xD
It is not working anymore. Could you help with an update?