Search found 104 matches

by Lightworker
Thu Dec 17, 2015 10:55 pm
Forum: Ren'Py Questions and Announcements
Topic: Android Screen Problem [solved]
Replies: 22
Views: 3195

Re: Android Screen Problem

Holy crap. That makes so much sense now. Ohhh.... What exactly is RAPT and how do I emulate an andriod environment?
by Lightworker
Thu Dec 17, 2015 12:56 am
Forum: Ren'Py Cookbook
Topic: [Tutorial] Customizing the Textbox
Replies: 132
Views: 117560

Re: [Tutorial] Customizing the Textbox

Thanks! This was exactly what I needed.
by Lightworker
Thu Dec 17, 2015 12:45 am
Forum: Ren'Py Questions and Announcements
Topic: Android Screen Problem [solved]
Replies: 22
Views: 3195

Re: Android Screen Problem

The problem is that nothing changed; I am back at square one. Originally it just keep crashing because in the original code, there was no preference_page without a phone variant. When I fixed that, the game appears the same way as though I did not use akakyouryuu's code at all. I grabbed his screens...
by Lightworker
Wed Dec 16, 2015 8:22 pm
Forum: Ren'Py Questions and Announcements
Topic: Android Screen Problem [solved]
Replies: 22
Views: 3195

Re: Android Screen Problem

Something does not make sense. The game is launches as though I never changed anything. I added your code to screens.rpy however, it does not look like https://www.youtube.com/watch?v=RxtCK3pO6vQI have no idea what's going on with this code.
by Lightworker
Wed Dec 16, 2015 6:16 pm
Forum: Ren'Py Questions and Announcements
Topic: Android Screen Problem [solved]
Replies: 22
Views: 3195

Re: Android Screen Problem

Oh I see, I have it done in the first one. How do I fix it?
by Lightworker
Wed Dec 16, 2015 4:08 pm
Forum: Ren'Py Questions and Announcements
Topic: Android Screen Problem [solved]
Replies: 22
Views: 3195

Re: Android Screen Problem

I added your code and got this error. I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/screens.rpy", line 215: screen expects a non-empty block. screen preference_page: ^ Ren'Py Version: Ren'Py 6.99.6.739 What does this m...
by Lightworker
Tue Dec 15, 2015 11:07 pm
Forum: Ren'Py Cookbook
Topic: [Tutorial] Customizing the Textbox
Replies: 132
Views: 117560

Re: [Tutorial] Customizing the Textbox

:D Awesome thanks, Just one last question. How can I enlarge the character name to push down the text in this textbox?
by Lightworker
Tue Dec 15, 2015 10:55 pm
Forum: Ren'Py Questions and Announcements
Topic: Android Screen Problem [solved]
Replies: 22
Views: 3195

Re: Android Screen Problem

How do I rename the "preferences" screen to "preference_page"? Is the file in my library?
by Lightworker
Tue Dec 15, 2015 3:40 pm
Forum: Ren'Py Questions and Announcements
Topic: Android Screen Problem [solved]
Replies: 22
Views: 3195

Android Screen Problem [solved]

So... I borrowed code from akakyouryuu http://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=26257 ############################################################################## # These screens are for "phone". # These work in ren'py 6.17 or later. # This file is in the public domain. ...
by Lightworker
Tue Dec 15, 2015 3:26 pm
Forum: Ren'Py Questions and Announcements
Topic: How to adjust character name?
Replies: 1
Views: 365

How to adjust character name?

How do you I make the Character's name bigger so I can push the dialogue text down some? Also, how can center each character name so it can fit the name box properly?
by Lightworker
Mon Dec 14, 2015 6:08 pm
Forum: Ren'Py Cookbook
Topic: [Tutorial] Customizing the Textbox
Replies: 132
Views: 117560

Re: [Tutorial] Customizing the Textbox

Thanks for your help :) , but I have a new problem. How do I change the character dialogue color NOT the name to another color. define m = Character('Marcus', color="#FFFFFF", window_background="orange.png", say_thought.color="#FFb448" ) define a = Character('Alexis', c...
by Lightworker
Sun Dec 13, 2015 10:32 pm
Forum: Creative Commons
Topic: Bits and pieces (free GUI elements)
Replies: 2
Views: 7317

Re: Bits and pieces (free GUI elements)

I might use the glass one for my little project. Thanks!
by Lightworker
Sun Dec 13, 2015 10:06 pm
Forum: Ren'Py Cookbook
Topic: [Tutorial] Customizing the Textbox
Replies: 132
Views: 117560

Re: [Tutorial] Customizing the Textbox

Am I doing this correctly? style.window.background = Frame("sport.png", 12, 12) $ m = Character('Marcus', window_background="orange.png") $ narrator = Character(None, window_background="bubbly.png") Every time I put it in it says syntax error. Why is there a "$&quo...
by Lightworker
Sun Dec 13, 2015 9:49 pm
Forum: Ren'Py Cookbook
Topic: Screens for Android phone
Replies: 2
Views: 4690

Re: Screens for Android phone

Hey. I got this error when I downloaded and tested your code. I'm sorry, but an uncaught exception occurred. After initialization, but before game start. File "game/screens.rpy", line 265, in prepare_screen screen preference2: File "game/screens.rpy", line 265, in prepare screen ...