Ren'Py Renpy Menu button alignment issue

Romalous

Active Member
Sep 13, 2020
506
2,460
I was trying to get the menu's out of the way as quickly as possible so i could get back to Daz3d since i don't like coding so yes i did rush it this time around two years ago i spent 2 days learning the basics but i stopped altogether after 2 to 3 days of using renpy so i can't remember even half it i need to go back to basics


What I'm seeing since the start of the thread is that Romalous is clearly starting his first Ren'Py game from the wrong end, biting a chunk too large for him to swallow or even chew through.

Romalous
When you are such a beginner that you don't seem to understand some programming basics like comments/remarks and clearly have no idea about what the code you are just basically copying from others actually does, you shouldn't waste your time trying to completely redesign Ren'Py UI.
Ren'Py has a highly functional default UI that you can redesign or if you are really ready, replace later on, when you already have some idea about what you are doing. But right now what it looks like to me is that you have removed the default UI and its image files and you are trying to create your own just by following a "tutorial" made by someone who also has no idea what he's doing.

If you really want to get started with Ren'Py and create your game in Ren'Py, start from creating the game content instead. Writing a linear or mostly linear game script in Ren'Py is much easier and gives you a chance to start from the easier tasks, get acquainted to programming basics and Ren'Py documentation and other Ren'Py games. Try to read default Ren'Py files in the game subfolder with the help of Ren'Py documentation, try to understand what is happening in there. And use those files as a base for your own design later as others already suggested.

You don't seem to be ready for the task at hand at the moment. Learn to sail before you try to design your own sail boat without any previous knowledge of sailing.
[/QUOTE
What I'm seeing since the start of the thread is that Romalous is clearly starting his first Ren'Py game from the wrong end, biting a chunk too large for him to swallow or even chew through.

Romalous
When you are such a beginner that you don't seem to understand some programming basics like comments/remarks and clearly have no idea about what the code you are just basically copying from others actually does, you shouldn't waste your time trying to completely redesign Ren'Py UI.
Ren'Py has a highly functional default UI that you can redesign or if you are really ready, replace later on, when you already have some idea about what you are doing. But right now what it looks like to me is that you have removed the default UI and its image files and you are trying to create your own just by following a "tutorial" made by someone who also has no idea what he's doing.

If you really want to get started with Ren'Py and create your game in Ren'Py, start from creating the game content instead. Writing a linear or mostly linear game script in Ren'Py is much easier and gives you a chance to start from the easier tasks, get acquainted to programming basics and Ren'Py documentation and other Ren'Py games. Try to read default Ren'Py files in the game subfolder with the help of Ren'Py documentation, try to understand what is happening in there. And use those files as a base for your own design later as others already suggested.

You don't seem to be ready for the task at hand at the moment. Learn to sail before you try to design your own sail boat without any previous knowledge of sailing.
 

moskyx

Forum Fanatic
Jun 17, 2019
4,005
12,960
I highly doubt a simple change of font could fix all that was wrong in your code, I'd guess you somehow restored the default main menu screen with its textbuttons and then applied the font change, but if you say it was the just the font who am I to say otherwise
 
  • Like
Reactions: anne O'nymous