desperately seeking a text size mod for this game.
I tried an old universal .rpy but it only removes the text box.
		
		
	 
	
		
	
	
		
		
			You can use 
URM for such purposes.
- Extract it on game folder.
- Since it's a universal mod -which people often use for cheats-, you can add it to nearly any Ren'Py game. I suggest you keep the .zip file and then extract the file to whatever game so it's easier later on.
 
- After loading your save, press Alt + M to open the menu.
- In "Textboxes", select "Enabled" and then "Add"
- Now you can start customising your textbox to your heart's content.
- Mind you: the font won't be the exact same as the game intended (ArefRuqaa-Regular), since it's not available as an option. Your mileage may vary.
 
 
Or, if you're literally just looking to change the text size and don't want to change the look, etc., you can edit the gui file. With the game closed, in the "game" folder, open "gui.rpy" (you need notepad++ or a similar editor). Scroll down a bit until you find the text sizes, the ones you probably most need to look at are these, which are for names and dialogue (example taken from another game):
	
	
	
		Code:
	
	
			define -2 gui.text_size = 44
define -2 gui.name_text_size = 60
	 
 Just change the numbers (trial and error), save the file, and reload the game.