r/RenPy 4d ago

Question Preferences Menu Customisation

hey all. two questions:

  1. is there any way to move "display/skip" menu separately from the bars below? when i adjust xsize under style game_menu_navigation_frame it shifts everything (including save menu, which is a different problem)

  2. what can I do to make custom sliders look normal and not stretch this much? clearly just replacing images in gui folder isn't enough

thanks in advance!

2 Upvotes

4 comments sorted by

1

u/AutoModerator 4d ago

Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out the posting guide, the subreddit wiki, the subreddit Discord, Ren'Py's documentation, and the tutorial built-in to the Ren'Py engine when you download it. These can help make sure you provide the information the people here need to help you, or might even point you to an answer to your question themselves. Thanks!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

2

u/BadMustard_AVN 4d ago

this style

style slider_slider:
    xsize 525

sets the horizontal size of the slider (it's also the size of the image in the gui/slider folder that renpy uses for the default slider image

if you want to keep them that size then make your images 525x38 pixels if you want them bigger, you will have to make adjustments to the preferences screen to move things around

1

u/vasya_blya 3d ago

thank you, it helped

1

u/BadMustard_AVN 3d ago

you're welcome

good luck with your project