Search found 8 matches

by heavensdeviant
Wed Jul 10, 2013 6:00 pm
Forum: Old Threads (– September 2014)
Topic: composer available | open for commission
Replies: 3
Views: 809

Re: composer available | open for commission

I'm making a vn that's still in the early stages of development. Could I commission 2 or 3 songs for what I have so far and contact you again when it's closer to completion if you're still available for commissions?
Also how much would you commission for?
by heavensdeviant
Thu May 30, 2013 8:23 pm
Forum: Ren'Py Questions and Announcements
Topic: Narration issues (solved)
Replies: 10
Views: 1409

Re: Narration issues (solved)

The narrator is a special character: define narrator = Character(None, window_left_padding=160) label start: "This text uses the narrator character to define how it looks." bob "This text uses the bob character to define how it looks." return Hmm, This may have been my problem t...
by heavensdeviant
Wed May 29, 2013 6:03 pm
Forum: Ren'Py Questions and Announcements
Topic: Narration issues (solved)
Replies: 10
Views: 1409

Re: Narration issues

Something to consider; padding and margins are additive . -- If you already have the margins & padding set in options.rpy -- options.rpy ## Margin is space surrounding the window, where the background ## is NOT drawn. style.window.left_margin = 6 style.window.right_margin = 6 style.window.top_m...
by heavensdeviant
Wed May 29, 2013 10:37 am
Forum: Ren'Py Questions and Announcements
Topic: Narration issues (solved)
Replies: 10
Views: 1409

Re: Narration issues

I could change the dialogue and give it a frame just fine but when I try to change the look of the narration it doesn't work. I already deleted what I was using for the narration alignment since it wasn't working properly so it's not jumping any more, it's just not aligned to the text box.
by heavensdeviant
Tue May 28, 2013 10:23 pm
Forum: Ren'Py Questions and Announcements
Topic: Narration issues (solved)
Replies: 10
Views: 1409

Re: Narration issues

But that would change the look of the dialogue when I just want to fix the narration.
by heavensdeviant
Tue May 28, 2013 7:03 pm
Forum: Ren'Py Questions and Announcements
Topic: Narration issues (solved)
Replies: 10
Views: 1409

Re: Narration issues

I tried learning screen language but trying to apply it to the narration in the screens file wont work at all. The narration looks the same.
by heavensdeviant
Tue Apr 30, 2013 10:49 am
Forum: Ren'Py Questions and Announcements
Topic: Narration issues (solved)
Replies: 10
Views: 1409

Narration issues (solved)

First of all I have the code for two separate text boxes but It only shows the dialogue one. In my script I have it written as $ narrator = Character(None, window_background="frame2.png") just like the cookbook says but with my file name. 2nd of all I've tried adjusting various things to m...
by heavensdeviant
Tue Mar 19, 2013 11:43 am
Forum: Ren'Py Questions and Announcements
Topic: two lines of input on one screen and hiding the textbox.
Replies: 0
Views: 291

two lines of input on one screen and hiding the textbox.

1. For the first screen of my VN I want it to look like this First name? _________ Last Name? _________ 2. I tried looking this up and tried different things but how do I hide the textbox and quick menu at certain parts? I'd also like to have a quick menu button that hides it but that's not really i...