Search found 284 matches

by EvilDragon
Tue Apr 07, 2009 5:22 am
Forum: Ren'Py Questions and Announcements
Topic: Music hacks from script?
Replies: 7
Views: 1069

Re: Music hacks from script?

http://lemmasoft.renai.us/forums/viewto ... lit=volume

This is for your first question.

For the second I think the answer is it's not possible.
by EvilDragon
Mon Apr 06, 2009 4:11 pm
Forum: Ren'Py Questions and Announcements
Topic: Code question: Moving mists
Replies: 19
Views: 3989

Re: Code question: Moving mists

OK; let's bring this fog issue further, until GL Renpy comes which will probably be able to use volumetric fog effects and stuff like that. I would like to do the following: * have several (around 10 or so) fog particles of different sizes in width and height chosen at random with slightly varying a...
by EvilDragon
Sun Apr 05, 2009 1:53 pm
Forum: Ren'Py Questions and Announcements
Topic: Code question: Moving mists
Replies: 19
Views: 3989

Re: Code question: Moving mists

Ok, then, I should probably halve the number of particles, but then raise the opaqueness of the PNG image to get the same fog thickness (I find this image bit too light and too transparent for something I had in mind). Could you please tutor me on how did you get that particle anyways, in Photoshop,...
by EvilDragon
Sun Apr 05, 2009 1:25 pm
Forum: Ren'Py Questions and Announcements
Topic: Code question: Moving mists
Replies: 19
Views: 3989

Re: Code question: Moving mists

And we create thicker fog by increasing the number of particles? Also, is it possible to somehow make TWO of those particle effects run at the same time, going in adjacent directions and at different speeds? I assume that would really create a dense and realistic fog, right? Yes, and Yes. To set up...
by EvilDragon
Sun Apr 05, 2009 12:57 pm
Forum: Ren'Py Questions and Announcements
Topic: Code question: Moving mists
Replies: 19
Views: 3989

Re: Code question: Moving mists

And we create thicker fog by increasing the number of particles? (I like particle solution too). Also, is it possible to somehow make TWO of those particle effects run at the same time, going in adjacent directions and at different speeds? I assume that would really create a dense and realistic fog,...
by EvilDragon
Fri Apr 03, 2009 10:29 am
Forum: Ren'Py Questions and Announcements
Topic: If Statements
Replies: 24
Views: 2360

Re: If Statements

It's an indentation error.

See those two vertical gray lines before "jump"? Delete the one closest to "jump" and try again.
by EvilDragon
Fri Apr 03, 2009 8:42 am
Forum: Ren'Py Questions and Announcements
Topic: If Statements
Replies: 24
Views: 2360

Re: If Statements

goto is a reserved word I think. Try some other words instead.
by EvilDragon
Fri Apr 03, 2009 8:11 am
Forum: Ren'Py Questions and Announcements
Topic: If Statements
Replies: 24
Views: 2360

Re: If Statements

Yes, you can't have a label and a variable with the same name. I think. Change the name of label to something different.
by EvilDragon
Fri Apr 03, 2009 7:18 am
Forum: Ren'Py Questions and Announcements
Topic: If Statements
Replies: 24
Views: 2360

Re: If Statements

This may seem ridiculous, but try this for if statement:

if goto_class==True:

This is out on a limb, though, because if goto_class: should do the same.
by EvilDragon
Fri Apr 03, 2009 6:06 am
Forum: Ren'Py Questions and Announcements
Topic: Editra Support
Replies: 18
Views: 2330

Re: Editra Support

I'd agree with most of the people above, really - the ideal, as far as I can see, would be three separate SDKs each with just their binaries of the editor in but capable of building for the other two platforms as well. Failing that, one distributable for Ren'Py and three separate ones for the edito...
by EvilDragon
Fri Apr 03, 2009 6:04 am
Forum: Ren'Py Questions and Announcements
Topic: If Statements
Replies: 24
Views: 2360

Re: If Statements

You need to define variable before you use it. Do you by any chance have

goto_class = True

somewhere before that if statement occurs?
by EvilDragon
Fri Apr 03, 2009 5:24 am
Forum: Ren'Py Questions and Announcements
Topic: If Statements
Replies: 24
Views: 2360

Re: If Statements

No, just some lines before and after the row which causes error.
by EvilDragon
Fri Apr 03, 2009 4:54 am
Forum: Ren'Py Questions and Announcements
Topic: If Statements
Replies: 24
Views: 2360

Re: If Statements

Can you post the code in question too?
by EvilDragon
Thu Apr 02, 2009 8:04 pm
Forum: Ren'Py Questions and Announcements
Topic: Editra Support
Replies: 18
Views: 2330

Re: Editra Support

In these times of broadband Internet, I think it's not a problem to DL a 60 MB SDK. Although you can alleviate this with: If file size is a major concern, you could always make separate packages for different target operating systems. No problems with 3 SDK versions: one for Win, one for Mac, one fo...
by EvilDragon
Wed Apr 01, 2009 3:42 am
Forum: Ren'Py Questions and Announcements
Topic: I can has alt-enter?
Replies: 3
Views: 738

Re: I can has alt-enter?

Can we even use alt and ctrl as a modifier when adding new shortcuts to ui.keymap? I know we can use shift...