I’ve been redesigning the GUI of School’s Out! and I finally have something that looks half decent. But I just can’t get it exactly the way I want it.
My problem is that I can’t figure out for the life of me how to change the text that is shown in the save slots. There are a few problems I’ve ran into that I’d like your help with:
1. Is it possible to use a different font in the Save/Load menu than you’re using in the textbox? Right now I’ve done this:
Code: Select all
## The file containing the default font.
style.default.font = "gui/Felt Regular.ttf"
## The default size of text.
style.default.size = 22
## The default color of the text
style.default.color = "5e798e"
2. Right now when I create a new save, renpy automatically assigns a number to it. Is there a way to stop it from doing that? It's not all that important, but I don't think it's pretty so I want to rid myself of it >.<
3. I’d like each save slot to show two different things. At the top, above the two lines, it should show the date and time the player created the safe. Luckily for me, it already does that (yay!). But as mentioned above, I’d like to edit it a little. First of all, remove the number. Secondly I’d like it to have a different font than the 2nd part (which I’ll describe below).
The second part that I’d like there to be should have a few words of text to show where the player is at in the game. Specifically this:
- The in game period (Morning, Afternoon or Evening)
- The in game location (example: School, Park or Town)
- The in game day (Mon – Sun)
- The in game date (April 23, March 07, etc.)
Here’s a picture of what I’d like the final version to look like: On a final note I’d like to clarify that I already have the save/load menu in place. The first picture (example 1) is a screenshot of what it currently looks like in game. So all I’m really looking for is a way to edit the fonts, placements and contents of what texts the game shows in the save slots.
Thank you all in advance for any help I’ll (hopefully) get!
Also, I hope I posted enough/not too much information for someone to tell me how I should do this
Xx
Chansel
