Search found 57 matches

by cyrus_zuo
Fri Feb 11, 2011 6:02 pm
Forum: Completed Games
Topic: Matches & Matrimony: A Pride and Prejudice Tale
Replies: 36
Views: 14214

Matches & Matrimony: A Pride and Prejudice Tale

My game is done! After 2+ years it is finished! (I'm usually working on several projects at once, and have released quite a few games in the interim so it certainly wasn't 2 years straight :wink: ) I had this crazy idea to make a long Visual Novel/Dating Sim with the player being inside a story crea...
by cyrus_zuo
Mon Dec 27, 2010 8:30 pm
Forum: Ren'Py Questions and Announcements
Topic: Next and Back Buttons
Replies: 2
Views: 4038

Next and Back Buttons

Hi, I've been working with Ren'Py for some time and am currently in beta for my game (expected to be commercial). I am not a programmer... I love Ren'Py! I'm trying to add Next/Back buttons and have been somewhat successful using help from the wiki . However I have two issues: 1. My 'Next' button I ...
by cyrus_zuo
Mon Jun 08, 2009 11:59 am
Forum: Ren'Py Questions and Announcements
Topic: TransitionAnimation - facial transitions?
Replies: 10
Views: 1406

Re: TransitionAnimation - facial transitions?

Hmm...so LiveComposite doesn't work with transanimation (or blink) timelines correctly? Is that by intent PyTom, or is it a bug? I think not using LiveComposite is going to make doing what I want impossible, but I'll try it a few different ways and see what I can turn up. If this is not the expected...
by cyrus_zuo
Fri Jun 05, 2009 4:27 pm
Forum: Ren'Py Questions and Announcements
Topic: TransitionAnimation - facial transitions?
Replies: 10
Views: 1406

Re: TransitionAnimation - facial transitions?

Thanks! (back from E3 now) So that is how I'd put it in before, and it isn't working. I applied it to each of the images, and I'm still at the same place. On the first time I do a show of 'f ok pl' it shows the transition from f_ok.png to f_pl.png, the next time I do a show of 'f ok pl' it starts at...
by cyrus_zuo
Tue Jun 02, 2009 10:33 pm
Forum: Ren'Py Questions and Announcements
Topic: TransitionAnimation - facial transitions?
Replies: 10
Views: 1406

Re: TransitionAnimation - facial transitions?

Oh, give Animation or TransitionAnimation the anim_timebase=False argument. By default, animations run from when something with the same tag was first shown. Will give it a go, I had tried that earlier today, and it didn't seem to work, but I only applied it to one image, perhaps I need to apply it...
by cyrus_zuo
Tue Jun 02, 2009 6:56 pm
Forum: Ren'Py Questions and Announcements
Topic: TransitionAnimation - facial transitions?
Replies: 10
Views: 1406

Re: TransitionAnimation - facial transitions?

Right, but then when I call the animation again it is paused at the second frame, meaning I can't repeat the animation. So if I have someone start with a smile, then stop smiling, the next time I try to load the smile to stop smiling animation I get get the character already stopped and no animation...
by cyrus_zuo
Tue Jun 02, 2009 6:26 pm
Forum: Ren'Py Questions and Announcements
Topic: TransitionAnimation - facial transitions?
Replies: 10
Views: 1406

Re: TransitionAnimation - facial transitions?

So...I've been reading the forums all afternoon, and there seems to be a few other times where somone noted the problem, that I believe is the same one I have: "Animations don't stop." I've tried playing around with anim_timebase, but I don't think it is applicable in this case. What I rea...
by cyrus_zuo
Tue Jun 02, 2009 2:03 pm
Forum: Ren'Py Questions and Announcements
Topic: TransitionAnimation - facial transitions?
Replies: 10
Views: 1406

Re: TransitionAnimation - facial transitions?

In implementing this into the game I ran into a problem. The hide command doesn't clear the image, so it in effect only transitions the first time (or blinks back and forth if the time is set low). When the image comes back for the second time around it doesn't do the transition as it is usually sit...
by cyrus_zuo
Mon Jun 01, 2009 7:01 pm
Forum: Ren'Py Questions and Announcements
Topic: TransitionAnimation - facial transitions?
Replies: 10
Views: 1406

TransitionAnimation - facial transitions?

So I'll start the post saying I'm a newbie and not a programmer... I wanted to transition from one facial expression to the next. It's not a 'real' animation, but will have are more animated feel in doing it than in replacing out the full character would have. Additionally, I'm trying to decrease th...
by cyrus_zuo
Wed Mar 18, 2009 11:56 am
Forum: Ren'Py Questions and Announcements
Topic: seen_image > Persistent
Replies: 10
Views: 1634

Re: seen_image > Persistent

The 'sample' was just code from my actual game, which is really just what you gave me to begin with...thanks goes back to you :).

A really big thanks for this update and addressing the issue I ran into, I truly appreciate it!
by cyrus_zuo
Tue Mar 17, 2009 4:43 pm
Forum: Ren'Py Questions and Announcements
Topic: seen_image > Persistent
Replies: 10
Views: 1634

Re: seen_image > Persistent

Added :)

Thanks for taking the time to look at it!
by cyrus_zuo
Tue Mar 17, 2009 3:03 pm
Forum: Ren'Py Questions and Announcements
Topic: seen_image > Persistent
Replies: 10
Views: 1634

Re: seen_image > Persistent

So I've figured out the specifics, but I'm still struggling to figure it out. I have a layout.imagemap that works fine on the main menu, but this imagemap isn't working properly. Only the bottom 30 pixels of each hover image is showing up. Does it have to do with the subpixel change? I looked throug...
by cyrus_zuo
Fri Mar 13, 2009 5:57 pm
Forum: Ren'Py Questions and Announcements
Topic: seen_image > Persistent
Replies: 10
Views: 1634

Re: seen_image > Persistent

This code seems to have stopped working with the update to 6.9. I stared at it and wandered around the Wiki for awhile looking at the changes individually, but I'm not sure what has changed to cause it to fail. Mouse over no longer shows the selected image (it does briefly if you move your mouse a l...
by cyrus_zuo
Fri Nov 21, 2008 5:34 pm
Forum: Ren'Py Questions and Announcements
Topic: seen_image > Persistent
Replies: 10
Views: 1634

Re: seen_image > Persistent

Thank you so much, this is awesome and seems to do everything I could hope :)