1. How do I change the font on Renpy. I don't want the regular one and would like to use one I downloaded online, but I don't know how.
When you open your script with the editor, it opens two files. script.rpy and options.rpy
There is a part in options.rpy that says
# style.default.font = "DejaVuSans.ttf"
You need to put the name of the font that you want to be used in the game between the ""
And remove the # from before it.
2. How do I get music to play during the main screen of my game?
There is a part in options.rpy that says
# config.main_menu_music = ""
You need to put the name of the music that you want to be heard in the main menu between the "" and remove the # from before it.
3. I would like to change the image of my text box, but I'm not even sure how do go about that.
To tell the truth, I don’t know the answer, but only because I haven’t yet tried to change that. Anyway, you probably will find an answer to this in the
Tutorials or the
Cookbook.
But as I know the others, they will reply to this post in no time.
4. Oh yeah, and I'd like to make a load screen.
Showing a Quick Splashscreen While Ren'Py is Loading
Showing a Fancy Splashscreen After Ren'Py has Loaded