Search found 27 matches

by lilurz
Sat Aug 24, 2019 1:50 pm
Forum: Ren'Py Questions and Announcements
Topic: Textbox won't fit text.
Replies: 4
Views: 560

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...
by lilurz
Sat Aug 24, 2019 12:06 pm
Forum: Ren'Py Questions and Announcements
Topic: Error.
Replies: 4
Views: 588

Re: Error.

rayminator wrote: Sat Aug 24, 2019 10:55 am okay I do see one thing is wrong

you have it like this take the S out of xalign=0.5S

Code: Select all

background Image("gui/textbox1.png", xalign=0.5S, yalign=1.0)
Thanks! It worked!
by lilurz
Sat Aug 24, 2019 2:21 am
Forum: Ren'Py Questions and Announcements
Topic: Textbox won't fit text.
Replies: 4
Views: 560

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...
by lilurz
Sat Aug 24, 2019 1:47 am
Forum: Ren'Py Questions and Announcements
Topic: Textbox won't fit text.
Replies: 4
Views: 560

Textbox won't fit text.

by lilurz
Sat Aug 24, 2019 1:25 am
Forum: Ren'Py Questions and Announcements
Topic: Error.
Replies: 4
Views: 588

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 ...
by lilurz
Fri Aug 23, 2019 9:39 pm
Forum: Ren'Py Questions and Announcements
Topic: Error.
Replies: 4
Views: 588

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 ...
by lilurz
Fri Aug 23, 2019 9:10 pm
Forum: Ren'Py Questions and Announcements
Topic: Error.
Replies: 6
Views: 958

Re: Error.

+ ali3nn + wrote: Fri Aug 23, 2019 8:47 pm
lilurz wrote: Fri Aug 23, 2019 8:30 pmFile "game/options.rpy", line 99: indentation mismatch.
you have to fix the indentation, check all the other lines to make sure it matches up.
Thanks. I solved it!
by lilurz
Fri Aug 23, 2019 8:30 pm
Forum: Ren'Py Questions and Announcements
Topic: Error.
Replies: 6
Views: 958

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: style.window.background = Frame("textbox1.png", 25, 25) Please help me!
by lilurz
Thu Aug 22, 2019 9:47 pm
Forum: Ren'Py Questions and Announcements
Topic: VN Ideas?
Replies: 6
Views: 780

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 ...
by lilurz
Wed Aug 21, 2019 11:21 pm
Forum: Ren'Py Questions and Announcements
Topic: VN Ideas?
Replies: 6
Views: 780

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 ...
by lilurz
Wed Aug 21, 2019 4:38 pm
Forum: Ren'Py Questions and Announcements
Topic: VN Ideas?
Replies: 6
Views: 780

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.
by lilurz
Wed Aug 21, 2019 12:17 am
Forum: Ren'Py Questions and Announcements
Topic: Character Art
Replies: 1
Views: 440

Character Art

Does anyone have free sprites/character art I can use?
by lilurz
Tue Aug 20, 2019 1:22 pm
Forum: Ren'Py Questions and Announcements
Topic: VN Ideas?
Replies: 6
Views: 780

VN Ideas?

I'm looking for VN ideas, do you all have any?
by lilurz
Sun Aug 18, 2019 5:14 pm
Forum: Ren'Py Questions and Announcements
Topic: How do you use renpy?
Replies: 6
Views: 1450

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.
by lilurz
Fri Jun 14, 2019 8:24 pm
Forum: I am a Programmer, Director, or Other
Topic: Closed
Replies: 4
Views: 903

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!