Search found 16 matches

by Zephie-chan
Mon Jun 23, 2008 10:03 am
Forum: Ren'Py Questions and Announcements
Topic: I'm New to Ren'Py Questions
Replies: 35
Views: 7678

Re: I'm New to Ren'Py Questions

First off, I must apologize for reviving a dead thread, but making a new topic like, "I'm Now to Ren'Py Questions: The Redux" seemed a bit much. Forgive me. Secondly, after about a year of not doing anything due to getting my real life situated, and getting a new team together to finish th...
by Zephie-chan
Fri Sep 07, 2007 11:14 pm
Forum: Ren'Py Questions and Announcements
Topic: I'm New to Ren'Py Questions
Replies: 35
Views: 7678

Re: I'm New to Ren'Py Questions

Okay: all of my trial and error attempts today failed -- but I did get really close! Only had one error (expected statement at the end of a line, which I can't figure out). I consider that a feat beyond my capabilities, so I must be getting a little better. However, that I still doesn't help me get ...
by Zephie-chan
Thu Sep 06, 2007 9:44 pm
Forum: Ren'Py Questions and Announcements
Topic: I'm New to Ren'Py Questions
Replies: 35
Views: 7678

Re: I'm New to Ren'Py Questions

Okay, how is this for a question with a lot of detailed examples of what I'm talking about?: Say I take the code from the Quick Save and Load section in the Cookbook, and I delete everything except for the bare bone framework: label _quick_save: call _enter_menu_without_scene from __call__enter_menu...
by Zephie-chan
Wed Sep 05, 2007 10:13 pm
Forum: Ren'Py Questions and Announcements
Topic: Limits/Features of Ren'Py
Replies: 10
Views: 3913

Re: Limits/Features of Ren'Py

From personal experience in using both ONScripter and, to a more limited degree, NScripter, I have to tell you that NScripter actually does have menubar support (it comes standard in a lot of Japanese games that use it), but ONScripter doesn't. I do not know why this is, actually. I never bothered t...
by Zephie-chan
Wed Sep 05, 2007 9:38 pm
Forum: Ren'Py Questions and Announcements
Topic: I'm New to Ren'Py Questions
Replies: 35
Views: 7678

Re: I'm New to Ren'Py Questions

Ah, okay. I mistook the "self" listed in the reference section as the first function addressed (zero). But after reading your reply and then looking at the reference section again, I note that self isn't listed in the command explanation. Makes sense now. :) Thanks! Edit: Zero seconds will...
by Zephie-chan
Wed Sep 05, 2007 7:10 pm
Forum: Ren'Py Questions and Announcements
Topic: I'm New to Ren'Py Questions
Replies: 35
Views: 7678

Re: I'm New to Ren'Py Questions

I tried that, actually. Here's the code, copied and pasted from the demo with edits to point to my own images (this is how it shows up in my game): show logo_boent_symbol at RotoZoom(0, 360, 5, 0, 1.0, 1.0, rot_repeat=True, rot_anim_timebase=True, opaque=False, xalign=0.25, yalign=0.5) behind logo_b...
by Zephie-chan
Wed Sep 05, 2007 6:14 pm
Forum: Ren'Py Questions and Announcements
Topic: I'm New to Ren'Py Questions
Replies: 35
Views: 7678

Re: I'm New to Ren'Py Questions

I still haven't figured out any of the above, and I cannot find an example I can make sense of to make it happen, but I'm still continuing to try in my free time. Which is very little with college assignments (long five page essays and ten page research papers) being shove into my every orifice. But...
by Zephie-chan
Tue Jun 19, 2007 7:37 am
Forum: Ren'Py Questions and Announcements
Topic: I'm New to Ren'Py Questions
Replies: 35
Views: 7678

monele wrote:"$" in front of ui.interact ^^
Yep! But I'm still getting the same error even when I add "$ ui.interact()". There's no change in the error, either.
by Zephie-chan
Tue Jun 19, 2007 2:48 am
Forum: Ren'Py Questions and Announcements
Topic: I'm New to Ren'Py Questions
Replies: 35
Views: 7678

This is the error that pops up when it tries to load/open the game: I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. On line 36 of E:\Program Files\Ren'Py\mygame/game/bookmark.rpy: expected statement. ui.textbutton(_("Save Bookmark 1&quo...
by Zephie-chan
Tue Jun 19, 2007 1:46 am
Forum: Ren'Py Questions and Announcements
Topic: I'm New to Ren'Py Questions
Replies: 35
Views: 7678

Okay, so between normal dramas of daily life, I have come back with an extremely unorthodox coded "Bookmark" feature that pretty much explains I have no idea what the hell I am doing. This is my "bookmark.rpy", which is basically a total rip from the cookbook. Yes, I mangled it i...
by Zephie-chan
Sat May 05, 2007 7:11 pm
Forum: Ren'Py Questions and Announcements
Topic: I'm New to Ren'Py Questions
Replies: 35
Views: 7678

Okay, so I've removed the Preferences option from the main menu! Yay~! Thanks, chisa-chan! But... If it is save / load, then you must modify the scratch. Hard work, I know, but try it ^^ Modify the scratch? I'm sorry, I don't know what that means. ^_^;; But aside from that, I'd also like to try crea...
by Zephie-chan
Fri May 04, 2007 1:11 am
Forum: Ren'Py Questions and Announcements
Topic: I'm New to Ren'Py Questions
Replies: 35
Views: 7678

Okay, so I've been lazy and haven't been working on my kinetic novel very much, but lately I've gotten back into it and I have a few more questions. Before I start though, I want to say that I'm sure most, of not all of them are answered in the code references section, but it's just so confusing to ...
by Zephie-chan
Sat Jan 06, 2007 10:31 am
Forum: Ren'Py Questions and Announcements
Topic: I'm New to Ren'Py Questions
Replies: 35
Views: 7678

Thank you, EwanG! You're incredibly awesome. :D
by Zephie-chan
Sat Jan 06, 2007 7:01 am
Forum: Ren'Py Questions and Announcements
Topic: I'm New to Ren'Py Questions
Replies: 35
Views: 7678

Thanks to the expert ministrations of PyTom, I've made excellent progress for my kinetic novel. I started wanting to put together a distribution package of my progress so far, mimicking what the official release would be like, for my friends to test on other operating systems to make sure that it wo...
by Zephie-chan
Tue Jan 02, 2007 1:36 am
Forum: Ren'Py Questions and Announcements
Topic: I'm New to Ren'Py Questions
Replies: 35
Views: 7678

Yes, thank you! That's exactly what I needed! Having moved on a bit into the dialog and story of the game since last, I've run into another problem. It's probably rather newb-ish, and addressed somewhere in the reference manual, so forgive me, but while I have you here... :wink: My kinetic novel is ...