Search found 7 matches

by deadwarrior63
Sat Sep 21, 2013 3:35 am
Forum: Demos & Beta Testing
Topic: Sukoshi Hakucho [Early Alpha]
Replies: 10
Views: 1842

Re: Sukoshi Hakucho [Early Alpha]

Thanks for the translator link but I can't seem to understand it as is in Japanese. When I'm back home I'll try using Google chrome 's page translation tool to see if I can work out what I'm doing. I will look into the names and hopefully sort them out so they actually make more sense. As I've said ...
by deadwarrior63
Fri Sep 20, 2013 3:40 pm
Forum: Ren'Py Questions and Announcements
Topic: Custom transition problem
Replies: 3
Views: 2556

Re: Custom transition problem

Try http://www.renpy.org/doc/html/transitions.html#MultipleTransition Thanks for that but the supplied code didn't work.. all I did was change the image name and the name of the transition.. I'm sorry, but an uncaught exception occurred. While executing init code: File "game/script.rpy", line 2, in...
by deadwarrior63
Fri Sep 20, 2013 2:35 pm
Forum: Demos & Beta Testing
Topic: Sukoshi Hakucho [Early Alpha]
Replies: 10
Views: 1842

Re: Sukoshi Hakucho [Early Alpha]

Notes while playing: Like the music. Though it's going on for too long imo. Sad, dramatic music doesn't really fit the scene when they arrive at the academy. Ash - Katashi? A bit confusing. Imho too much text into the textbox. Zhangshai? That's some culturally diverse setting. It has a chinese name...
by deadwarrior63
Fri Sep 20, 2013 2:20 pm
Forum: Demos & Beta Testing
Topic: Sukoshi Hakucho [Early Alpha]
Replies: 10
Views: 1842

Re: Sukoshi Hakucho [Early Alpha]

Sorry about the link. Worked for me so I stupidly assumed it would work for everybody else. As for the title, since none of us speak Japanese we were forced to use google translate, resulting in: http://translate.google.com/#en/ja/little%20swans . On to the file.. Try this.. (I will also update the...
by deadwarrior63
Fri Sep 20, 2013 2:01 pm
Forum: Demos & Beta Testing
Topic: Sukoshi Hakucho [Early Alpha]
Replies: 10
Views: 1842

Re: Sukoshi Hakucho [Early Alpha]

Sorry about the link. Worked for me so I stupidly assumed it would work for everybody else. As for the title, since none of us speak Japanese we were forced to use google translate, resulting in: http://translate.google.com/#en/ja/little%20swans . On to the file.. Try this.. (I will also update the ...
by deadwarrior63
Fri Sep 20, 2013 1:39 pm
Forum: Demos & Beta Testing
Topic: Sukoshi Hakucho [Early Alpha]
Replies: 10
Views: 1842

Sukoshi Hakucho [Early Alpha]

Hello guys, this is my first attempt at building a VN. This game is so early on in development even the introduction I will be introducing shortly isn't finished. This game is in Alpha (V. 0.0.1.0) however everything works as intended (on my system anyway). We (Me, Tyler and Sam (neither Tyler nor S...
by deadwarrior63
Fri Sep 20, 2013 10:59 am
Forum: Ren'Py Questions and Announcements
Topic: Custom transition problem
Replies: 3
Views: 2556

Custom transition problem

I am trying to make a custom transition similar to the "eyes closing" one in Katawa Shoujo for my VN but for the life of me, I cannot work out how to do it. I've tried these three possibilities: define eyeshut = wipeup(1.0), wipedown(1.0) define eyeshut = wipeup(1.0) wipedown(1.0) define eyeshut = w...