Search found 6 matches

by Dingieberry
Sat Oct 31, 2020 8:25 am
Forum: Ren'Py Questions and Announcements
Topic: [Help] Error encountered when uploading renpy game onto itch.io
Replies: 0
Views: 450

[Help] Error encountered when uploading renpy game onto itch.io

I'm trying to upload my renpy game onto itch.io but I keep getting this error 'cannot find application entry point (main.py) invalid filesystem image'? How can I resolve this? For a bit more context, I was able to upload my game onto newgrounds, just don't know why it doesn't work on itch.io. :? Any...
by Dingieberry
Fri Oct 23, 2020 8:15 am
Forum: Ren'Py Questions and Announcements
Topic: [Help] Renpy game to HTML5?
Replies: 8
Views: 649

Re: [Help] Renpy game to HTML5?

Hello again! I've tried to 'Build and Open in Browser' and was given this link http://127.0.0.1:8042/index.html but I'm only able to open it in my computer, my friends aren't able to access the game via the link when I sent it to them. What am I doing wrong? Is there any way other people can play it...
by Dingieberry
Fri Oct 23, 2020 3:27 am
Forum: Ren'Py Questions and Announcements
Topic: [Help] Renpy game to HTML5?
Replies: 8
Views: 649

Re: [Help] Renpy game to HTML5?

PyTom wrote: Fri Oct 23, 2020 1:50 am At least right now, the HTML5 build doesn't support video.
Ah I see, no worries, thanks for the reply!
by Dingieberry
Fri Oct 23, 2020 3:27 am
Forum: Ren'Py Questions and Announcements
Topic: [Help] Renpy game to HTML5?
Replies: 8
Views: 649

Re: [Help] Renpy game to HTML5?

I only assumed you were trying to access it via a mobile device due to the error message you received, but that does not seem to be the case. There should be no need to use the pythonic method in this case, but as I have never used the beta web export, I am unable to say why you are receiving this ...
by Dingieberry
Thu Oct 22, 2020 11:50 pm
Forum: Ren'Py Questions and Announcements
Topic: [Help] Renpy game to HTML5?
Replies: 8
Views: 649

Re: [Help] Renpy game to HTML5?

On mobile devices, movies are limited to fullscreen, so you can't use the Movie() method, instead you'll need to use the renpy pythonic method. https://www.renpy.org/doc/html/movie.html#renpy.movie_cutscene Thanks for your reply! If I only want to run my game in HTML5 on computer and not on mobile ...
by Dingieberry
Thu Oct 22, 2020 12:12 pm
Forum: Ren'Py Questions and Announcements
Topic: [Help] Renpy game to HTML5?
Replies: 8
Views: 649

[Help] Renpy game to HTML5?

Hello there, total renpy noob here. How can I convert/export my renpy game to html5? I've tried to 'Build and Open in Browser' but keep getting this error 'Exception: Movie(channel='movie') doesn't work on mobile when config.hw_video is true. (Use a different channel argument)'? How can I resolve th...