Search found 49 matches

by Keul
Fri Jan 30, 2015 8:18 am
Forum: Development of Ren'Py
Topic: RAPT - Ren'Py Android Packaging Tool
Replies: 270
Views: 100821

Re: RAPT - Ren'Py Android Packaging Tool

You shouldn't edit the apk file.

Instead, check the debug output:
http://www.renpy.org/doc/html/android.h ... bug-output
by Keul
Fri Jan 02, 2015 12:49 pm
Forum: Development of Ren'Py
Topic: outline bug with specific font
Replies: 2
Views: 1357

Re: outline bug with specific font

That fixed the problem. Thanks.
I've also added the missing «…» character.

Now, I have to contact the author and see if we can get an exception for the Creative Common NC-ND.
by Keul
Fri Jan 02, 2015 11:57 am
Forum: Development of Ren'Py
Topic: outline bug with specific font
Replies: 2
Views: 1357

outline bug with specific font

Hello I have a bug with the outline of text with a specific font where the dots of the "!" and "?" are not outlined. The font can be downloaded here: http://www.dafont.com/fr/vinegar.font An a script.rpy testcase: define e = Character('Eileen', color="#c8ffc8") init pyt...
by Keul
Thu Oct 09, 2014 8:52 am
Forum: Works in Progress
Topic: Ten Years of Sleep [KN][free][sci-fi]
Replies: 7
Views: 2672

Re: Ten Years of Sleep [KN][free][sci-fi]

Hello, In the website/tumblr, you're showing a "screenshot from the iPad version in post-production". Will there be android and/or win/linux versions also? The interface seems to be like renpy but Ren'py don't work on IOS. What framework or language are you using? I like the chara design, ...
by Keul
Fri Aug 08, 2014 5:02 pm
Forum: Development of Ren'Py
Topic: Update performance graphics error message description
Replies: 1
Views: 770

Update performance graphics error message description

http://steamcommunity.com/sharedfiles/filedetails/?id=297732136 (screenshot is safe for work) Maybe it's time to work on this error message (as my friend said, saying that graphics are displayed slowly on high-end config seems strange). Maybe we should replace the first sentence with «there is a pe...
by Keul
Tue Jul 01, 2014 8:33 pm
Forum: Development of Ren'Py
Topic: RAPT - Ren'Py Android Packaging Tool
Replies: 270
Views: 100821

Re: RAPT - Ren'Py Android Packaging Tool

Hi. I was unable to install the SDK: I'm sorry, but an uncaught exception occurred. While running game code: File "launcher/game/android.rpy", line 569, in script python: File "launcher/game/android.rpy", line 571, in <module> rapt.install_sdk.install_sdk(AndroidInterface()) IOEr...
by Keul
Wed Apr 02, 2014 4:39 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Disable game progression until variable is set
Replies: 4
Views: 1799

Re: Disable game progression until variable is set

Thank you.

I haven't used the same code but with the "window show" and "Return("smthing")" it works
by Keul
Sat Mar 29, 2014 12:49 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Disable game progression until variable is set
Replies: 4
Views: 1799

Re: Disable game progression until variable is set

renpy.interact() doesn't exist.
ui.interact() exist but it show an empty screen like renpy.pause()

And how can I add a screen when in a python function? seems that there's no renpy.show_screen("screenname")
by Keul
Sat Mar 29, 2014 7:13 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Disable game progression until variable is set
Replies: 4
Views: 1799

[Solved] Disable game progression until variable is set

Hello, I've implemented a small notice message system and I'd like to block the game progression in she script while all notice message aren't read. When all message are read, the unread variable is set to False (this part works). The problem is that I'm in nvl_mode and I don't want to add dialog un...
by Keul
Sun Feb 02, 2014 7:25 pm
Forum: Development of Ren'Py
Topic: BUG with text_overflow.txt triggering on xmaximum
Replies: 9
Views: 2173

BUG with text_overflow.txt triggering on xmaximum

Step to reproduce: Create a new project with renpy 6.16.5 (english template, any theme) Download http://fichiers.keul.fr/renpy_bugged_script.zip and replace script.rpy in the game folder Launch Project Content of text_overflow.txt: ====================================================================...
by Keul
Tue Jan 28, 2014 11:08 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py and RAPT 6.16 Released
Replies: 70
Views: 15631

Re: Ren'Py and RAPT 6.16 Released

By the way, I'm a female. Oh, sorry. But Women/Girl wouldn't be more appropriate? More information: http://www.renpy.org/doc/html/android.html Thanks! You've helped me so much! I rarely checked Ren'Py Documentation/Cookbook since the last I checked it seems outdated. Lol. The old documentation was ...
by Keul
Tue Jan 28, 2014 4:29 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py and RAPT 6.16 Released
Replies: 70
Views: 15631

Re: Ren'Py and RAPT 6.16 Released

What's the problem with the save/load system? It should fundamentally work on Android the same way it does elsewhere. (And it has to work for the Android lifecycle to not give you problems.) And what hapens if he forgot to remove the save folder in the game folder before building the apk? :D By the...
by Keul
Mon Jan 27, 2014 6:55 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py and RAPT 6.16 Released
Replies: 70
Views: 15631

Re: Ren'Py and RAPT 6.16 Released

Sorry, I meant "give the source of the package" so I can try the compilation on my side to check if it's a compiling problem (with the system configuration) or if it's coming from the game. I'll PM you >__< Sorry for troubling you too much. OK, I've been able to make it work. Steps to che...
by Keul
Mon Jan 27, 2014 5:55 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py and RAPT 6.16 Released
Replies: 70
Views: 15631

Re: Ren'Py and RAPT 6.16 Released

You can also, if you want, give the package so I can check on my nexus4 and check if it's a system configuration problem or a problem in your game. Thanks! I'd be glad to. Here's the link of my game for Android. Sorry, I meant "give the source of the package" so I can try the compilation ...