Search found 614 matches

by wyverngem
Sat Oct 06, 2012 9:56 am
Forum: Ren'Py Questions and Announcements
Topic: Lip Animation Error [Solved]
Replies: 7
Views: 1623

Re: Lip Animation Error

Okay, this script doesn't crash anymore at the start-up, but now she won't move her lips at all... Does it have something to do with this code conflicting with the defined characters at the top? $ nadine = Character("Nadine", callback=speaker("nadine")) Full modified script. defi...
by wyverngem
Wed Oct 03, 2012 11:18 pm
Forum: Ren'Py Questions and Announcements
Topic: Lip Animation Error [Solved]
Replies: 7
Views: 1623

Re: Lip Animation Error

Yeah, I get that too, I don't understand.
by wyverngem
Tue Oct 02, 2012 12:03 pm
Forum: Ren'Py Questions and Announcements
Topic: Lip Animation Error [Solved]
Replies: 7
Views: 1623

Lip Animation Error [Solved]

I'm using the recipe from the cookbook with the newest version of Renpy and I keep getting this strange error everytime I try to use the lip flap animation. I'm sorry, but an uncaught exception occurred. While executing init code: File "game/script.rpy", line 128, in script File "game...
by wyverngem
Sat Sep 29, 2012 11:05 pm
Forum: I am a Musician, Sound Editor, or Video Editor
Topic: [Z♪assan Workshop] Composing music for your stories
Replies: 79
Views: 11239

Re: [Z♪assan Summer] Piano & Musicbox songs (free queue full

Your deadline being more around december I finished tracks for people who needed it more quickly, I hope you understand. :) No problem, just wanted to check. I love all your music so I like hearing the new songs that you compose as well. As for the most recent track I personally can't get anything....
by wyverngem
Sat Sep 29, 2012 11:02 pm
Forum: Creator Discussion
Topic: Joystick Anyone?
Replies: 4
Views: 1100

Re: Joystick Anyone?

Maybe I need to rephrase the question.

1. Do you use the joystick to play renpy game?

2. Do you like playing renpy games on the computer with a joystick?
by wyverngem
Sat Sep 29, 2012 10:29 am
Forum: Ren'Py Questions and Announcements
Topic: Input Name Custom Character Textbox [SOLVED]
Replies: 1
Views: 1071

Re: Input Name Custom Character Textbox [SOLVED]

Figure it out. Under Input in screens.rpy you need to add a style_group in the window. ############################################################################## # Input # # Screen that's used to display renpy.input() # http://www.renpy.org/doc/html/screen_special.html#input screen input: window...
by wyverngem
Sat Sep 29, 2012 10:25 am
Forum: Creator Discussion
Topic: Joystick Anyone?
Replies: 4
Views: 1100

Joystick Anyone?

How popular is the joystick/gamepad for VN's? I know I have one, but I never thought to use one for the a VN. Is it a useful function?
by wyverngem
Thu Sep 27, 2012 8:42 pm
Forum: Ren'Py Questions and Announcements
Topic: Input Name Custom Character Textbox [SOLVED]
Replies: 1
Views: 1071

Input Name Custom Character Textbox [SOLVED]

$ Nadine = renpy.input("What's her name?") $ Nadine = Nadine.strip() if Nadine == "": $ Nadine="Nadine" nthink "[Nadine], what are you doing here?" How do I make it so that instead of using the default input the first line uses my predfined "nthink"...
by wyverngem
Mon Aug 27, 2012 6:50 pm
Forum: Works in Progress
Topic: The Pirate Mermaid [GxB][Fantasy] - New Demo Out!
Replies: 344
Views: 165079

Re: The Pirate Mermaid [GxB][Fantasy]

:) Who gives about if she is historically accurate. >.> Mermaids don't exist either, (popping bubbles). I think it's a great idea for a game and hope you finish it! It doesn't have to be complex with multiple bachelors. Hope it goes well.
by wyverngem
Mon Aug 27, 2012 10:36 am
Forum: Ren'Py Questions and Announcements
Topic: Has anyone created a pdf file of the Renpy tutorials / info?
Replies: 11
Views: 5628

Re: Has anyone created a pdf file of the Renpy tutorials / i

You can do this yourself with the Ren'py Help. Everything in the file is up to date and easy enough to print off. You can find more examples at the wiki, though not all the code there is up to date. That's what I would recommend.
by wyverngem
Mon Aug 27, 2012 10:25 am
Forum: General Discussion
Topic: Foreign Languages
Replies: 111
Views: 15238

Re: Foreign Languages

Native English speaker, I didn't have need for any another language that's why my French is rusty and my Japanese is nearly non-existent. My great-grandparents were German immigrants, though their language was snuffed out in the last World War so all I know is what it means when my grandfather would...
by wyverngem
Sat Aug 25, 2012 1:08 am
Forum: Works in Progress
Topic: White Days [GxB] [Romance, Angst, Slice of Life] - HIATUS
Replies: 8
Views: 3791

Re: White Days [GxB] [Romance, Angst, Slice of Life]

I'm actually kind of interested in the story for this project. Hope it goes well for you. There are a few errors in your sentence wording, but it's not too bad. Will Kihara's illness be named in the game or is it just general health problems?
by wyverngem
Fri Aug 24, 2012 1:58 pm
Forum: Ren'Py Questions and Announcements
Topic: How to call labels/screens in one script to main one? SOLVED
Replies: 4
Views: 998

Re: How to call labels/screens in one script to main one? SO

RunicV - The "from" is for the menu choice option. If I left it out it would run the whole label and I just want to menu choice. Solved now though, thanks anyways though.
by wyverngem
Fri Aug 24, 2012 1:47 pm
Forum: Creator Discussion
Topic: Time Management
Replies: 19
Views: 2290

Re: Time Management

I think my style is more soft deadlines and the I'm going to work on this till I'm tired of it. Though I've been getting more and more into an outline of what needs to be done. I was shocked how much I could crank out to be honest. I've already got all but one system coded in my game as well as a lo...