Search found 6 matches

by bchan009
Wed Aug 29, 2012 12:05 am
Forum: Ren'Py Questions and Announcements
Topic: Disappearing CTC icon?! D:
Replies: 2
Views: 714

Re: Disappearing CTC icon?! D:

Thanks for the quick reply! I got it all working! =)
by bchan009
Tue Aug 28, 2012 4:45 am
Forum: Ren'Py Questions and Announcements
Topic: Disappearing CTC icon?! D:
Replies: 2
Views: 714

Disappearing CTC icon?! D:

Hi! I made an animated ctc icon using this code: image ctc_icon: "ui/ctc_icon.png" easein 1.0 alpha 0.0 easeout 1.0 alpha 1.0 pause 2.0 repeat Then I put it inside the character line like so: define m = Character('Mie', ctc="ctc_icon", window_background = "ui/window-purple.p...
by bchan009
Fri Jul 11, 2008 4:54 pm
Forum: Ren'Py Questions and Announcements
Topic: Performance issues?
Replies: 0
Views: 648

Performance issues?

Hi! Has anyone had problems running Ren'Py games under Mac OS X? I tried playing Comiket Adventure, and noticed that performance was quite bad in fullscreen mode. It was much better in Windowed mode, but still a bit slower than I would have expected. I'm running Mac OS 10.5.4 on a Macbook Pro, so I ...
by bchan009
Wed Jul 09, 2008 8:43 pm
Forum: Ren'Py Questions and Announcements
Topic: Protecting my assets / resource management
Replies: 2
Views: 1326

Re: Protecting my assets / resource management

Thanks a lot for the prompt reply! :mrgreen:
by bchan009
Wed Jul 09, 2008 8:22 pm
Forum: Skill Development
Topic: Sakurazaki's Random Doodles of Awesomness
Replies: 66
Views: 11649

Re: Sakurazaki's Random Doodles of Awesomness

Nice job on those! The face on the last one seems a little bit lopsided though. =D
by bchan009
Wed Jul 09, 2008 8:20 pm
Forum: Ren'Py Questions and Announcements
Topic: Protecting my assets / resource management
Replies: 2
Views: 1326

Protecting my assets / resource management

Hey! I've always had fun playing visual novels and now that I have some time I figured I'd try my hand at making one for fun. However, I've got some important questions first... 1) Is there any way to protect my assets? Having a bunch of images in a folder is great, but if I plan to distribute this ...