Search found 297 matches

by Lotus
Sun Jul 17, 2011 3:41 pm
Forum: Ren'Py Questions and Announcements
Topic: A Few Questions - SOLVED!!
Replies: 21
Views: 2121

Re: A Few Questions

DERP. I made a mistake in my first revision of this post. It's because you have # The background of the main menu. window: style "mm_root" # The main menu buttons. frame: style_group "mm" xalign .98 yalign .98 still in your main menu code. Here's my main menu code: screen main_m...
by Lotus
Sun Jul 17, 2011 3:30 pm
Forum: Ren'Py Questions and Announcements
Topic: A Few Questions - SOLVED!!
Replies: 21
Views: 2121

Re: A Few Questions

Woo! : D

Sorry 'bout making you do an imagemap instead, but since your project is due tomorrow and I have a feeling using imagebuttons would be a lot of hassle since it's hard to find documentation on it, it's probably for the best. That also solves your frame problem!
by Lotus
Sun Jul 17, 2011 3:18 pm
Forum: Ren'Py Questions and Announcements
Topic: A Few Questions - SOLVED!!
Replies: 21
Views: 2121

Re: A Few Questions

You could pause that scene to wait until the sound effect stops? That's the only thing I can think of. label start: stop music scene bg park entrance with fade window hide $ renpy.pause(2.0)##this makes the current scene pause for 2 seconds, then continues play music "parkbm.mp3" play soun...
by Lotus
Sun Jul 17, 2011 2:44 pm
Forum: Ren'Py Questions and Announcements
Topic: A Few Questions - SOLVED!!
Replies: 21
Views: 2121

Re: A Few Questions

Yep, as I expected you have a frame in there. I'm not sure how you would remove it, I'll have to look up customizing the main menu again (I've never used imagebuttons before, imagemaps are easier to me). #6 That code should work (I use it a lot). What version of Ren'py are you using? You just put th...
by Lotus
Sun Jul 17, 2011 1:30 pm
Forum: Ren'Py Questions and Announcements
Topic: A Few Questions - SOLVED!!
Replies: 21
Views: 2121

Re: A Few Questions

For #1, can we see the rest of your code for the main menu? I think it may be a frame or something. #4, I'm assuming you mean where the speaker's name is in a box by itself. Find this code in your options.rpy ## This is the minimum height of the window, including the margins ## and padding And then ...
by Lotus
Sat Jul 16, 2011 3:54 pm
Forum: General Discussion
Topic: SAI or Photoshop?
Replies: 14
Views: 4319

Re: SAI or Photoshop?

Personally, I use Gimp so I'm not much help here ^^;

I would like to warn that while MyPaint is an absolutely wonderful painting program (I use it myself), it's just that - a painting program. You can't even resize images in it.
by Lotus
Fri Jul 15, 2011 6:37 pm
Forum: Ren'Py Questions and Announcements
Topic: input text color? (solved)
Replies: 7
Views: 805

Re: input text color?

You can set the default color and for input text by using $ style.input.color = "#FF0000" # set input text to be red $ style.input.size = 72 # set input text to be size 72 in an init block . Change the color and size to what you want them to be and that's it. So that means: init: $ style....
by Lotus
Fri Jul 15, 2011 4:04 pm
Forum: Ren'Py Questions and Announcements
Topic: Possible to integrate choice menu with NVL text?
Replies: 2
Views: 514

Re: Possible to integrate choice menu with NVL text?

I -think- what you're looking for is NVL menu? http://www.renpy.org/wiki/renpy/doc/reference/NVL_Mode

Code: Select all

init:
    $ menu = nvl_menu

That's pretty much it. Declare menus the same way, though I would use a NVL clear after menus.
by Lotus
Wed Jul 13, 2011 12:54 pm
Forum: Creator Discussion
Topic: Erros.. yay..
Replies: 3
Views: 658

Re: Erros.. yay..

I think your problem is that your labels have spaces in them. Try replacing the spaces with underscores (i.e., label gaap_hell instead of label gaap hell).
by Lotus
Sun Jul 10, 2011 12:11 pm
Forum: Skill Development
Topic: BG images/random art, Music, Videos (HELP!)
Replies: 81
Views: 7742

Re: BG images/random art, Music, Videos (HELP!)

I did what I dub a "redshading" :B When shading, don't be afraid of going too dark; the whole purpose of shading is make the form look 3D by using a light source, and if shading is too light you can't get a good fix on where the light source is and thus the form looks less 3D. I also added...
by Lotus
Sun Jul 10, 2011 3:28 am
Forum: Skill Development
Topic: What kind of drawing tablets do you guys use?
Replies: 60
Views: 6374

Re: What kind of drawing tablets do you guys use?

I have a Bamboo Pen (which I think was only like $70?) with a drawing area of around 4 x 6 inches (so not all that big) and it works wonderfully. It didn't come with Photoshop Elements but I'm cool with that since a lot of freeware painting programs are suited for tablets. I think the only differenc...
by Lotus
Sat Jul 09, 2011 3:14 pm
Forum: Ren'Py Questions and Announcements
Topic: End Game (Solved by Lotus <3)
Replies: 5
Views: 383

Re: End Game

I'm sorry, but what does OP mean? ^^; Opening something?

I'd imagine it would work, so long as you get rid of the "label credit" bit.
by Lotus
Sat Jul 09, 2011 2:48 pm
Forum: Ren'Py Questions and Announcements
Topic: End Game (Solved by Lotus <3)
Replies: 5
Views: 383

Re: End Game

I would personally put it at the end of the script to not confuse yourself, but since it's a label it can go pretty much anywhere in the script.
by Lotus
Sat Jul 09, 2011 2:13 pm
Forum: Ren'Py Questions and Announcements
Topic: End Game (Solved by Lotus <3)
Replies: 5
Views: 383

Re: End Game

One way of doing credits is making a really long image with the credits and scrolling it. Personally I'm just doing something simple. The {w=7} means it waits for 7 seconds; I think {nw} means it advances to the next line. Edit: Just put it wherever in the script, it's a label :B label credit : scen...
by Lotus
Tue Jul 05, 2011 8:50 pm
Forum: Ren'Py Questions and Announcements
Topic: Title Screen[Solved]
Replies: 5
Views: 608

Re: Title Screen[Solved]

Sorry! I have not yet developed my psychic powers so I had to rely on text alone to ascertain your gender, and that is a fairly difficult thing to do. ^^;