Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
-
felsenstern
- Regular
- Posts: 62
- Joined: Tue Jul 11, 2017 2:13 am
-
Contact:
#1
Post
by felsenstern » Fri Jan 22, 2021 10:55 am
Hiya,
after battling around with styles, definitions and re-definitions for weeks never knowing why something aligns strangely or where this or that background is coming from, I translated all gui definitions in all my rpy files into respective settings i.e.:
Code: Select all
style default:
properties gui.text_properties()
language "unicode"
I
V
style default:
color '#fffa'
font 'SourceSansPro-Regular.ttf'
size 28
and so on. I also already removed the gui.rpy file from my project and my game and all screens seemed to work fine without it, but since I am not entirely sure, I wanted to ask you guys if I can safely remove the gui.rpy file after translating and removing all gui definitions from the rest of my rpy files (the ones that are inside of the game folder)? Or if it's needed somehow by any Ren'py system things?
And if I may ask a second question here, I did almost the same with all the predefined images an I'm also about to delete the UI folder.
Last edited by
felsenstern on Fri Jan 22, 2021 6:55 pm, edited 1 time in total.
---
Yes, I've Read The F*cking Manual
Yes, I've used the f*cking search function
Yes, I've used a site search
No, I don't need a reminder that search functions exist
No, I don't need your astonished outbreak that I couldn't find the information
No, I don't need your answer if you can't just give it without all the BS around it
-
rayminator
- Miko-Class Veteran
- Posts: 754
- Joined: Fri Feb 09, 2018 12:05 am
- Location: Canada
-
Contact:
#2
Post
by rayminator » Fri Jan 22, 2021 1:35 pm
No you don't need it as long as you have your own style template on a different rpy file for the stuff you are using
renpy only needs option.rpy
-
felsenstern
- Regular
- Posts: 62
- Joined: Tue Jul 11, 2017 2:13 am
-
Contact:
#3
Post
by felsenstern » Fri Jan 22, 2021 9:40 pm
I really hope this works. It's unbelievable how hard it was to find every setting and how many nights I've spent digging through the source-code for the last little pieces. While I understand that this engine is free and open source, I can't understand why the creators are moving forward and adding features while cleaning the recent versions and making them a bit more transparent, would allow users to achieve so much more, who're often either giving up on their ideas or a lot of functionality of this engine while using strange workarounds, full of frustration after wasting weeks of trial error to no avail. Quite often even moving to another engine as I noticed after following several projects of people that asked unsolved questions here.
Just to be not ungrateful: I understand that this engine is free and open source, and driven by positive thoughts of contributing and sharing. So all my criticism aside, thanks a lot for providing this engine!
---
Yes, I've Read The F*cking Manual
Yes, I've used the f*cking search function
Yes, I've used a site search
No, I don't need a reminder that search functions exist
No, I don't need your astonished outbreak that I couldn't find the information
No, I don't need your answer if you can't just give it without all the BS around it
Users browsing this forum: No registered users