Ren'Py How to change save\load screen.

Syploore

Newbie
Jun 14, 2020
92
69
Hi everybody. Perhaps the question is banal and was answered earlier on the forum, but I did not find such a topic. The problem is this: I want to change the save\load window, but I can't figure out how to do it. I tried to change the parameters in screen and gui .rpy but nothing helps.

I need to: change the position of the slots to save
I need to: change their number.


Can you explain to me, a fool, how to do this?
 
  • Like
Reactions: Riken120

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
10,369
15,285
I tried to change the parameters in screen and gui .rpy but nothing helps.
Hmm ? It's how you do what you want to achieve, so it's surprising that nothing changed.


I need to: change their number.
Change the gui.file_slot_cols and gui.file_slot_rows values ; the number of slots being gui.file_slot_cols * gui.file_slot_rows.