Search found 12 matches

by exaltedexoskeleton
Mon May 05, 2014 4:28 am
Forum: Ren'Py Questions and Announcements
Topic: Displaying screen over dialogue box, help? (SOLVED)
Replies: 5
Views: 1144

Re: Displaying screen over dialogue box, help?

*headdesk*
Well, that's the issue. I was changing the zorder for the stat screen and not the screen I was calling that *used* that stat screen.
Thank you so much for your patience and sorry for the trouble.
by exaltedexoskeleton
Mon May 05, 2014 1:52 am
Forum: Ren'Py Questions and Announcements
Topic: Displaying screen over dialogue box, help? (SOLVED)
Replies: 5
Views: 1144

Re: Displaying screen over dialogue box, help?

Here's my code: screen cc_stuff: use quick_menu modal True zorder 1 imagebutton: pos (160,920) idle "mirror_button.png" hover "mirror_button.png" action Show("mirror")#empty imagebutton: pos (310,920) idle "cafrec_button.png" hover "cafrec_button.png" action Show("cr_pg1") imagebutton: pos (460,920)...
by exaltedexoskeleton
Sun May 04, 2014 10:56 pm
Forum: Ren'Py Questions and Announcements
Topic: Displaying screen over dialogue box, help? (SOLVED)
Replies: 5
Views: 1144

Displaying screen over dialogue box, help? (SOLVED)

I want one of my screens (a stat screen that will be there the whole game) to display over the dialogue box. I've tried using zorder and I've tried to figure out how to use overlay, but nothing's worked. I'm sure I'm missing something really simple, but I'm totally stumped.

Help?
by exaltedexoskeleton
Sun Sep 01, 2013 5:10 pm
Forum: Ren'Py Questions and Announcements
Topic: Renpy in Browser?
Replies: 7
Views: 1417

Re: Renpy in Browser?

For me, it would be. I don't always want to deal with the hassle of download, especially for a demo but honestly for free games too. I also spend a lot of time on computers I can't download on. Like if I'm on a school computer and I'm just taking a few minutes away from homework, I'd love to play a ...
by exaltedexoskeleton
Sun Sep 01, 2013 12:21 am
Forum: Ren'Py Questions and Announcements
Topic: Renpy in Browser?
Replies: 7
Views: 1417

Renpy in Browser?

I know there was a thread a while ago on this topic ( http://lemmasoft.renai.us/forums/viewtopic.php?f=32&t=10328 ) but as near as I could tell it didn't work out. Is there any way to play a renpy game in an internet browser? There are programs to use python code in a browser, so maybe using one of ...
by exaltedexoskeleton
Tue Mar 05, 2013 4:02 pm
Forum: Creator Discussion
Topic: Discussion: Protagonists and showing them?
Replies: 25
Views: 3567

Re: Discussion: Protagonists and showing them?

I agree with Pyonkotchi, I get confused when the main character is on screen. I also like side images, though I prefer if some other symbol is used when other people are talking because otherwise a) we see the protagonist next to someone else's nametag and that's confusing, or b) the image vanishes ...
by exaltedexoskeleton
Tue Mar 05, 2013 3:54 pm
Forum: Creator Discussion
Topic: How obvious should choices be?
Replies: 6
Views: 937

How obvious should choices be?

Well, I've hit my first snag with my NaNoRenO. I wanted to create a game where you have the choice to be nice or nasty to people and the game starts turning against you if you're nasty. But as I'm writing it, it's all really obvious which choice is which, and what player would choose nasty and purpo...
by exaltedexoskeleton
Sat Mar 02, 2013 12:17 am
Forum: WiP: NaNoRenO
Topic: Flour Quest, a friendship/adventure game [NaNoRenO 2013]
Replies: 1
Views: 847

Flour Quest, a friendship/adventure game [NaNoRenO 2013]

Alanis just wanted to borrow a cup of flour from the local hedgewitch. Yo didn't plan on being challenged by a gung-ho squire. Or having the hedgewitch ask yo to gather some herbs to trade for the flour. And then the wood sprite in charge of the herbs wanted something too... Can Alanis get everybody...
by exaltedexoskeleton
Thu Feb 28, 2013 7:49 pm
Forum: Ren'Py Questions and Announcements
Topic: Navigation Imagemap problem (Solved!)
Replies: 2
Views: 501

Re: Navigation Imagemap problem (Solved!)

It works perfectly now, thanks!
by exaltedexoskeleton
Wed Feb 27, 2013 10:53 pm
Forum: Ren'Py Questions and Announcements
Topic: Navigation Imagemap problem (Solved!)
Replies: 2
Views: 501

Navigation Imagemap problem (Solved!)

I've been able to successfully use an imagemap to customize the navigation menu. However, I'm getting one really bizarre error. This is the code I'm using: screen navigation: window: style "gm_root" imagemap: ground "Images/Interface/nav_m_test.png" # This should be the image your text sits on. alph...
by exaltedexoskeleton
Tue Feb 26, 2013 9:49 pm
Forum: Development of Ren'Py
Topic: Bug in the Load Saves screen? (Solved by switching to 6.14)
Replies: 1
Views: 662

Re: Bug in the Load Saves screen?

Okay, I downloaded 6.14 and I'm not getting that error no matter how many times I go through the process above. Guess it was a 6.13 bug. Though if anyone knows, I'm still curious as to what it was.
by exaltedexoskeleton
Tue Feb 26, 2013 9:02 pm
Forum: Development of Ren'Py
Topic: Bug in the Load Saves screen? (Solved by switching to 6.14)
Replies: 1
Views: 662

Bug in the Load Saves screen? (Solved by switching to 6.14)

Ack, my first post is a bug question. Guess that's how it goes. I launched the game, right clicked to get to the saves screen, then clicked the exit. When it asked me if I was sure, I clicked no (I'm still getting used to renpy, so I was kind of messing around). Instead of taking me to the saves scr...