Search found 32 matches

by fk1995
Thu Mar 08, 2018 2:57 pm
Forum: Development of Ren'Py
Topic: RAPT - Ren'Py Android Packaging Tool
Replies: 270
Views: 97310

Re: RAPT - Ren'Py Android Packaging Tool

Thank you, I will check it out.
by fk1995
Tue Mar 06, 2018 10:56 pm
Forum: Development of Ren'Py
Topic: RAPT - Ren'Py Android Packaging Tool
Replies: 270
Views: 97310

Re: RAPT - Ren'Py Android Packaging Tool

Hi Pytom, I am wondering when RAPT will support Android 8.0.
by fk1995
Wed May 13, 2015 2:15 pm
Forum: Ren'Py Questions and Announcements
Topic: Weird bug in 6.99.3.403 but not in 6.99.0.299
Replies: 2
Views: 494

Re: Weird bug in 6.99.3.403 but not in 6.99.0.299

This code simulates a system of indexed images on the screen, so the first parameter is the id of the image and the second parameter is the file name. It has some mask application inside it but I don't think that may cause any bugs. The problem here is that the image does not show up in certain circ...
by fk1995
Wed May 13, 2015 12:31 am
Forum: Ren'Py Questions and Announcements
Topic: Weird bug in 6.99.3.403 but not in 6.99.0.299
Replies: 2
Views: 494

Weird bug in 6.99.3.403 but not in 6.99.0.299

The following code is not seemingly working correctly in Ren'Py 6.99.3, but it works in 6.99.0.299 label gl(id, filename): if len(filename.split("|")) == 2: $filename, mask = filename.split("|") else: $mask = "" python: try: persistent.cg[filename] = True except: pass i...
by fk1995
Tue Mar 24, 2015 11:57 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 6.99 Prereleases
Replies: 137
Views: 22714

Re: Ren'Py 6.99 Prereleases

Thanks for your help!:)
by fk1995
Tue Mar 24, 2015 11:42 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 6.99 Prereleases
Replies: 137
Views: 22714

Re: Ren'Py 6.99 Prereleases

Thanks for update, Pytom, maybe it's a very random bug and I am glad that you fix the latter one. I have another question: is it possible to hide status bar on iOS? It feels weird to have it above the game...
by fk1995
Tue Mar 24, 2015 6:34 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 6.99 Prereleases
Replies: 137
Views: 22714

Re: Ren'Py 6.99 Prereleases

%s%s%s%s %sTraceback (most recent call last): File "C:\Users\fangkai\Desktop\renpy-6.99.0-sdk\renpy\bootstrap.py", line 287, in bootstrap renpy.main.main() File "C:\Users\fangkai\Desktop\renpy-6.99.0-sdk\renpy\main.py", line 347, in main if not renpy.arguments.post_init(): File ...
by fk1995
Fri Mar 20, 2015 5:12 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 6.99 Prereleases
Replies: 137
Views: 22714

Re: Ren'Py 6.99 Prereleases

Samu-kun, I'd need to see what's going on with the traceback to know what's going wrong. Offhand, I think your fix might have a problem, because seen_labels won't be saved if it's created in the init block. But didn't I give you code that creates it after label start? fk1995, I'm unable to repeat t...
by fk1995
Thu Mar 19, 2015 1:42 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 6.99 Prereleases
Replies: 137
Views: 22714

Re: Ren'Py 6.99 Prereleases

Hi Pytom, I noticed that 6.99 renpy games on android sometimes become unresponsive in the game menu after locking and unlocking the device. This is easily reproducable by simply running any game on android, go to the game menu and lock-unlock.
by fk1995
Thu Mar 12, 2015 11:20 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 6.99 Prereleases
Replies: 137
Views: 22714

Re: Ren'Py 6.99 Prereleases

CoreFoundation = 847.210000 running /var/mobile/Applications/A6939AAF-CEDF-44AE-9C25-856FDD2FCC49/tutorial.app/base/main.py iOS device idiom 1 AttributeError("'pyobjus.pyobjus.ObjcMethod' object has no attribute 'UTF8String'",) Full traceback: File "/private/var/mobile/Applications/A...
by fk1995
Wed Feb 18, 2015 5:37 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 6.99 Prereleases
Replies: 137
Views: 22714

Re: Ren'Py 6.99 Prereleases

Email has been sent.
by fk1995
Wed Feb 18, 2015 4:17 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 6.99 Prereleases
Replies: 137
Views: 22714

Re: Ren'Py 6.99 Prereleases

OK, here are more details. My script is like: e "Hi! My name is Eileen, and I'd like to welcome you to the Ren'Py tutorial." $renpy.movie_cutscene("ttnclip1.mp4") show eileen happy And the movie is not played at all. Nothing shows up. In the log window of Xcode, there is a line: ...
by fk1995
Wed Feb 18, 2015 11:52 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 6.99 Prereleases
Replies: 137
Views: 22714

Re: Ren'Py 6.99 Prereleases

I tried to play mp4 files on iOS and failed many time... the log said
failed to open audio stream of a.mp4
i'm using 44.1khz 56kbps aac
by fk1995
Tue Feb 17, 2015 8:45 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 6.99 Prereleases
Replies: 137
Views: 22714

Re: Ren'Py 6.99 Prereleases

Looks awesome!!! Can't wait for the official release!
by fk1995
Tue Feb 17, 2015 7:10 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 6.99 Prereleases
Replies: 137
Views: 22714

Re: Ren'Py 6.99 Prereleases

BTW, can you simply talk about how to use gesture on iOS and Android?