Search found 266 matches

by Ivlivs
Tue May 31, 2011 2:24 pm
Forum: Ren'Py Questions and Announcements
Topic: Mousearea is broken
Replies: 1
Views: 394

Re: Mousearea is broken

Bump.
by Ivlivs
Wed May 25, 2011 9:36 pm
Forum: Ren'Py Questions and Announcements
Topic: Mousearea is broken
Replies: 1
Views: 394

Mousearea is broken

All right, I have code that looks like this: screen exper: $ renpy.show("selCursor", at_list=[framePlace]) screen cursor_screen: mousearea: area (0, 0, 40, 40) hovered Show("exper") unhovered Hide("exper") show DialogueFrame at dialoguePlace comm "Does this work?&q...
by Ivlivs
Fri Feb 11, 2011 12:28 am
Forum: Anime, Games, and Japan
Topic: Do you play as same or opposite gender?
Replies: 234
Views: 61142

Re: Do you play as same or opposite gender?

Despite being a straight male, I usually prefer to play as female characters because they're nice to look at.
by Ivlivs
Sat Dec 11, 2010 7:12 am
Forum: Ren'Py Questions and Announcements
Topic: Load game issue -- it loads a save screen [SOLVED]
Replies: 3
Views: 653

Re: Load game issue -- it loads a save screen [SOLVED]

I solved this problem long ago. Sorry I didn't indicate this earlier.
by Ivlivs
Mon Sep 27, 2010 1:33 pm
Forum: Ren'Py Questions and Announcements
Topic: Different screen with one button push
Replies: 2
Views: 510

Different screen with one button push

How do you make the program go to a different, user-defined screen with just the push of a button?
by Ivlivs
Sat Sep 25, 2010 8:00 pm
Forum: Ren'Py Questions and Announcements
Topic: What's the syntax for hovered and unhovered?
Replies: 2
Views: 451

Re: What's the syntax for hovered and unhovered?

Thanks -- I wish I knew this before!

This makes things a whole lot easier for me. :)
by Ivlivs
Sat Sep 25, 2010 3:46 pm
Forum: Ren'Py Questions and Announcements
Topic: What's the syntax for hovered and unhovered?
Replies: 2
Views: 451

What's the syntax for hovered and unhovered?

When creating an imagemap, how do you define what action to take when the hotspot is hovered or unhovered? The relevant Ren'py documentation isn't clear.
by Ivlivs
Fri Sep 24, 2010 5:49 pm
Forum: Ren'Py Questions and Announcements
Topic: Load game issue -- it loads a save screen [SOLVED]
Replies: 3
Views: 653

Load game issue -- it loads a save screen [SOLVED]

I have a point in my game where the save menu comes up automatically (within the game, the player cannot access it otherwise.) When I load a game from a save made at that screen, I am taken to the very save screen where the save took place, as opposed to the point after it. Is there any way to fix t...
by Ivlivs
Thu Sep 23, 2010 10:29 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Prevent the user from accessing the menu screen
Replies: 4
Views: 634

Re: Prevent the user from accessing the menu screen

I can prevent access to the menu screen easily enough, but how do I call up the save screen from within the programming?
by Ivlivs
Thu Sep 23, 2010 9:43 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Prevent the user from accessing the menu screen
Replies: 4
Views: 634

[SOLVED] Prevent the user from accessing the menu screen

How do I prevent access to the menu screen?

Also, how do I call it up through the programming?
by Ivlivs
Thu Sep 23, 2010 9:13 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Customizing the text in the save screens
Replies: 3
Views: 590

Re: Customizing the text in the save screens

Never mind, everything's solved now.
by Ivlivs
Thu Sep 23, 2010 5:52 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Customizing the text in the save screens
Replies: 3
Views: 590

Re: Customizing the text in the save screens

Now how do I center the numbers that denote the "pages" of save slots?
by Ivlivs
Thu Sep 23, 2010 10:53 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Customizing the text in the save screens
Replies: 3
Views: 590

[SOLVED] Customizing the text in the save screens

Is there a way I can customize text in the save screens? Instead of showing "%(time)s\n%(save_name)s", can I show something else?
by Ivlivs
Thu Sep 09, 2010 12:54 am
Forum: Ren'Py Questions and Announcements
Topic: An odd error -- renpy.exe.log
Replies: 2
Views: 431

Re: An odd error -- renpy.exe.log

I disabled quicksave -- maybe that has something to do with it.