Hi I hope this is the right place to ask, Im currently playing a game that only has 9 save pages but I would like more is there any way I can make so this game doesnt have a limit like most ren'py games?
As Anne says, the default UI has no limit.
You'd normally see
< A Q 1 2 3 4 5 6 7 8 9 >
. Press the ">" once (while showing page 9) and you'll get to page 10. Keep going and you'll soon reach 99 and well beyond.
It is possible to show more numbers than just 1-9 - but that requires a small code change.
Some games (like this one mentioned
here) occasionally rewrite the save/load UI so much that they end up breaking the "Page Forward" / "Page Backward" logic that the
<
and
>
buttons control. But even then, adding something like a keybind can often be a quick workaround.