Well, it was in traceback ,can't repeat (I'm deleted traceback yesterday:() for example everlasting summer (ver.1.1) and katawa shoujo intro's and videos at menu don't showing and close immediatly after startPyTom wrote:Can you post a screenshot of the read_video error?
Search found 3 matches
- Mon Mar 14, 2016 6:16 pm
- Forum: Development of Ren'Py
- Topic: multipersistent iOS
- Replies: 4
- Views: 975
Re: multipersistent iOS
- Sun Mar 13, 2016 4:36 am
- Forum: Development of Ren'Py
- Topic: multipersistent iOS
- Replies: 4
- Views: 975
Re: multipersistent iOS
Does Apple allow this for game save files. if enable itunes file sharing then folder Documents will be available..Itunes file sharing are appoved by apple and used by many apps such a video/music players etc .. So developer can make Documents are opened if he want. I guess closing Documents/Library...
- Sat Mar 12, 2016 7:25 am
- Forum: Development of Ren'Py
- Topic: multipersistent iOS
- Replies: 4
- Views: 975
multipersistent iOS
Why multipersistent does not supported at iOS? Found a resolving :
if renpy.ios:
files = [ os.path.expanduser("~/Documents/Renpy/persistent") ]
If settings for info.plist
<key>UIFileSharingEnabled</key>
<true/>
it also making saves files easy to get via itunes
if renpy.ios:
files = [ os.path.expanduser("~/Documents/Renpy/persistent") ]
If settings for info.plist
<key>UIFileSharingEnabled</key>
<true/>
it also making saves files easy to get via itunes