Search found 6 matches

by qsvgxn
Wed Oct 23, 2013 11:24 am
Forum: Ren'Py Questions and Announcements
Topic: Lost RPY files? Restore them from RPYC!
Replies: 47
Views: 30129

Re: Lost RPY files? Restore them from RPYC!

I don't know much about international copyright laws, but I do know that in the US it's the other way around. if you distribute your rpyc files without a license agreement specifically saying they can't decompile them, then the user is free to view them. the thing about copyright laws is that they ...
by qsvgxn
Wed Sep 25, 2013 3:23 pm
Forum: Development of Ren'Py
Topic: Ren'Py Gripes
Replies: 556
Views: 576460

Re: Ren'Py Gripes

another av gripe: Videos don't loop properly. There is a very noticeable jitter each time the video loads again to reloop. For example if I wanted this video ( http://www.mediafire.com/download/lvj45ps6uchqs26/video.mkv ) to be the background of some cutscene I would just say show movie behind [list...
by qsvgxn
Tue Sep 17, 2013 2:10 am
Forum: Development of Ren'Py
Topic: Ren'Py Gripes
Replies: 556
Views: 576460

Re: Ren'Py Gripes

I think it would be great if you could apply image manipulations to multiple images, especially in conjunction with game states, instead of having to declare the function you've assigned them to every time you want to use them. e.g. if you had an image matrix like: im.matrix([ -1, 0, 0, 0, 1, 0, -1,...
by qsvgxn
Sat Aug 31, 2013 4:58 pm
Forum: Ren'Py Questions and Announcements
Topic: Seamless Character Expression Transition
Replies: 3
Views: 1283

Re: Seamless Character Expression Transition

Ah, got it fixed. Just had to remove "alpha 0.0" in "on replace".
by qsvgxn
Sat Aug 31, 2013 2:51 pm
Forum: Ren'Py Questions and Announcements
Topic: Seamless Character Expression Transition
Replies: 3
Views: 1283

Re: Seamless Character Expression Transition

Oh man that's the answer! Having some trouble properly replicating the dissolve transition in atl though. I tried out your code and it's close but for about have the duration of the linear value the character sorta ghosts out due to the sprite being replaced having an alpha of .5 and the replacing s...
by qsvgxn
Fri Aug 30, 2013 5:32 pm
Forum: Ren'Py Questions and Announcements
Topic: Seamless Character Expression Transition
Replies: 3
Views: 1283

Seamless Character Expression Transition

Hi everyone I'm completely new to making VNs and I'm having some trouble getting a certain (yet simple) effect going. Basically, I want to have a character's expression change while they are in the middle of speaking. Something like after a comma or a short fragment sentence. I can do this with the ...