Search found 27 matches
- Sat Aug 24, 2019 1:50 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Textbox won't fit text.
- Replies: 4
- Views: 473
Re: Textbox won't fit text.
You need to resize the text dialogue and the name text. (found in gui.rpy.) I would suggest you do not make the textbox smaller, just make it medium so that the text fits. Also, i saw that your textbox is not transparent, make it transparent so the white background wont replace its background place...
- Sat Aug 24, 2019 12:06 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Error.
- Replies: 4
- Views: 493
Re: Error.
Thanks! It worked!rayminator wrote: ↑Sat Aug 24, 2019 10:55 amokay I do see one thing is wrong
you have it like this take the S out of xalign=0.5SCode: Select all
background Image("gui/textbox1.png", xalign=0.5S, yalign=1.0)
- Sat Aug 24, 2019 2:21 am
- Forum: Ren'Py Questions and Announcements
- Topic: Textbox won't fit text.
- Replies: 4
- Views: 473
Re: Textbox won't fit text.
https://prnt.sc/owuj90 Please help! You need to resize the text dialogue and the name text. (found in gui.rpy.) I would suggest you do not make the textbox smaller, just make it medium so that the text fits. Also, i saw that your textbox is not transparent, make it transparent so the white backgrou...
- Sat Aug 24, 2019 1:47 am
- Forum: Ren'Py Questions and Announcements
- Topic: Textbox won't fit text.
- Replies: 4
- Views: 473
- Sat Aug 24, 2019 1:25 am
- Forum: Ren'Py Questions and Announcements
- Topic: Error.
- Replies: 4
- Views: 493
Re: Error.
have you change anything before that line? make sure is indented properly it as to line with ysize gui.textbox_height it should look like this style namebox is default style namebox_label is say_label style window: xalign 0.5 xfill True yalign gui.textbox_yalign ysize gui.textbox_height background ...
- Fri Aug 23, 2019 9:39 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Error.
- Replies: 4
- Views: 493
Error.
Code: background Image("gui/textbox1.png", xalign=0.5S, yalign=1.0) Error: I'm sorry, but an uncaught exception occurred. After initialization, but before game start. File "renpy/common/00start.rpy", line 79, in _init_language renpy.change_language(language) SyntaxError: invalid syntax (game/screens...
- Fri Aug 23, 2019 9:10 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Error.
- Replies: 6
- Views: 798
Re: Error.
Thanks. I solved it!+ ali3nn + wrote: ↑Fri Aug 23, 2019 8:47 pmyou have to fix the indentation, check all the other lines to make sure it matches up.
- Fri Aug 23, 2019 8:30 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Error.
- Replies: 6
- Views: 798
Error.
Error:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
File "game/options.rpy", line 99: indentation mismatch.
Ren'Py Version: Ren'Py 6.17.7.521
Code:
Please help me!
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
File "game/options.rpy", line 99: indentation mismatch.
Ren'Py Version: Ren'Py 6.17.7.521
Code:
Code: Select all
style.window.background = Frame("textbox1.png", 25, 25)- Thu Aug 22, 2019 9:47 pm
- Forum: Ren'Py Questions and Announcements
- Topic: VN Ideas?
- Replies: 6
- Views: 655
Re: VN Ideas?
Its up to you, for what kind of VN would you like, Kinetic novel is only for readers that choices is not present, makes the game easier. While Visual novel is a great and most common that can be used in many ways. The genre, the plot, the characters, and etc.. Its up to you what kind of story that ...
- Wed Aug 21, 2019 11:21 pm
- Forum: Ren'Py Questions and Announcements
- Topic: VN Ideas?
- Replies: 6
- Views: 655
Re: VN Ideas?
Its up to you, for what kind of VN would you like, Kinetic novel is only for readers that choices is not present, makes the game easier. While Visual novel is a great and most common that can be used in many ways. The genre, the plot, the characters, and etc.. Its up to you what kind of story that ...
- Wed Aug 21, 2019 4:38 pm
- Forum: Ren'Py Questions and Announcements
- Topic: VN Ideas?
- Replies: 6
- Views: 655
Re: VN Ideas?
I'm looking to write a Drama/Detective VN. Where the player is a Detective and needs to find out who did whatever.
- Wed Aug 21, 2019 12:17 am
- Forum: Ren'Py Questions and Announcements
- Topic: Character Art
- Replies: 1
- Views: 390
Character Art
Does anyone have free sprites/character art I can use?
- Tue Aug 20, 2019 1:22 pm
- Forum: Ren'Py Questions and Announcements
- Topic: VN Ideas?
- Replies: 6
- Views: 655
VN Ideas?
I'm looking for VN ideas, do you all have any?
- Sun Aug 18, 2019 5:14 pm
- Forum: Ren'Py Questions and Announcements
- Topic: How do you use renpy?
- Replies: 6
- Views: 1256
How do you use renpy?
Hi, I'm new. I wanted to make a VN months ago but I couldn't do it. I was wondering if any of you could teach me? Thanks.
- Fri Jun 14, 2019 8:24 pm
- Forum: I am a Programmer, Director, or Other
- Topic: Closed
- Replies: 4
- Views: 743
Re: [Free] new ren'py programmer for experience
I'm new too, I suggest you look at forums that have been answered or Ren'Py Documents!