Search found 115 matches

by vlint
Sat Aug 29, 2009 3:17 am
Forum: Ren'Py Questions and Announcements
Topic: problem importing Python packages
Replies: 1
Views: 486

Re: problem importing Python packages

When I import a package, for some reason it makes me put the parent directory of the package as part of the import path (while in regular Python the import path for items in a package starts at the package level). Is there a way to do it the regular way? I need to use it the regular way because I al...
by vlint
Sat Aug 29, 2009 2:13 am
Forum: Ren'Py Questions and Announcements
Topic: problem importing Python packages
Replies: 1
Views: 486

problem importing Python packages

See my next post: the error I had here was the wrong one (I'm replying with an answer instead of putting it here so that anyone watching the thread will notice there has been another post). The error I had posted seemed to come because I had a copy of Ren'Py in the folder of my project—but I have an...
by vlint
Tue Aug 11, 2009 1:33 am
Forum: Ren'Py Questions and Announcements
Topic: scrollbars
Replies: 4
Views: 914

Re: scrollbars

vlint wrote:I wouldn't mind them being there all the time so much if there wasn't a slight flash on them every time I put new text in the viewport (i.e. the scrollbars being called again or something, I guess).
I found a way to get rid of the flashing thing—I just set the spacing to 0 and now it's fine.
by vlint
Tue Aug 11, 2009 1:12 am
Forum: Ren'Py Questions and Announcements
Topic: scrollbars
Replies: 4
Views: 914

Re: scrollbars

Thanks! Haven't tried it out yet, but it looks doable, or like something else can be worked out if it turns to be troublesome. All right, I've tried it and it works. Now, I have another problem: Is there a way to determine if the scrollbars are needed? If not, is there a way to return an integer of...
by vlint
Tue Aug 11, 2009 12:17 am
Forum: Ren'Py Questions and Announcements
Topic: Circumventing the main menu
Replies: 2
Views: 586

Re: Circumventing the main menu

PyTom wrote:Yes. Write:

Code: Select all

label main_menu:
    return
Awesome. Thanks!
by vlint
Mon Aug 10, 2009 9:02 pm
Forum: Ren'Py Questions and Announcements
Topic: Circumventing the main menu
Replies: 2
Views: 586

Circumventing the main menu

Is there a way to skip or remove the main menu and just go straight into the story?
by vlint
Fri Jul 31, 2009 9:56 pm
Forum: General Discussion
Topic: Girls don't fight: fact or fiction?
Replies: 43
Views: 5432

Re: Girls don't fight: fact or fiction?

*launches a flying kick at sciencewarrior* Does that answer your question? ^_^; Seriously, though - i'm curious... do guys enjoy getting into fights? i mean, i can't speak for all girls, but i don't enjoy fighting. But it's happened, and when it has, i don't back down and i certainly don't like to ...
by vlint
Sat Jul 25, 2009 7:34 pm
Forum: Ren'Py Questions and Announcements
Topic: scrollbars
Replies: 4
Views: 914

Re: scrollbars

Thanks! Haven't tried it out yet, but it looks doable, or like something else can be worked out if it turns to be troublesome.
by vlint
Sat Jul 25, 2009 3:40 am
Forum: Ren'Py Questions and Announcements
Topic: scrollbars
Replies: 4
Views: 914

scrollbars

How do I get scrollbars for text through Python code? I'm using ui.text(). I suspect it's done with styles, somehow, but I don't really know how to implement styles properly.
by vlint
Sat Jun 13, 2009 5:07 am
Forum: Ren'Py Questions and Announcements
Topic: Suggested development
Replies: 1
Views: 572

Suggested development

I just wanted to suggest adding the ability to customize the default style. I mean, you customize it once (except for the name), and then it's like that thereafter every time you use it. It might be nice if you could redefine it, or parts of it, part-way through the story if you wanted (although eve...
by vlint
Sat May 09, 2009 6:18 am
Forum: Completed Games
Topic: Eidolon
Replies: 37
Views: 36220

Re: Eidolon

I just noticed that the download links (even for the mirror) aren't working. Any plans to put them back up? Thanks for the VN, by the way. I've played it in the past; I liked it. I tried some things to get a download. Archive.org failed me—fortunately, however, Google cached it in this page: http:/...
by vlint
Sat May 09, 2009 6:03 am
Forum: Completed Games
Topic: Eidolon
Replies: 37
Views: 36220

Re: Eidolon

I just noticed that the download links (even for the mirror) aren't working. Any plans to put them back up?

Thanks for the VN, by the way. I've played it in the past; I liked it.
by vlint
Mon Mar 30, 2009 9:41 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py Launcher issue with jEdit in Linux
Replies: 3
Views: 830

Re: Ren'Py Launcher issue with jEdit in Linux

Ack, I was wrong. It works fine with that version. It does not, however, work fine with the version that comes with Ubuntu Jaunty Jackalope (the 64-bit beta version). I think I know how to fix it, though.
by vlint
Mon Mar 30, 2009 9:23 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py Launcher issue with jEdit in Linux
Replies: 3
Views: 830

Ren'Py Launcher issue with jEdit in Linux

All right, so I've decided to try out jEdit and perhaps use it more instead of SciTE for visual novels. Now, I've set up my Java and all. Java works fine, even from the command-line (and I did download it directly from sun.java.com since I don't use the restricted modules that may have copyright/leg...
by vlint
Sat Mar 28, 2009 2:13 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py for 64 bit Linux and widescreens
Replies: 6
Views: 1166

Re: Ren'Py for 64 bit Linux and widescreens

For most games, you should just have to install the ia32-libs package, then click on the .sh file that came with the game. This might not work with some older games, though. Thanks for the tip. It works well. I've found a way to play the older games, too. Just use the Windows versions through Wine ...