Search found 4060 matches

by jack_norton
Tue Jul 02, 2019 3:26 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 7.3.2 Released
Replies: 24
Views: 16538

Re: Ren'Py 7.3.2 Released

Since I've updated, I'm getting a strange error never seen before: I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/RPG framework/rpg_misc.rpy", line 533: a non-constant keyword argument like 'action (SetField(party,"...
by jack_norton
Mon May 27, 2019 8:58 am
Forum: Development of Ren'Py
Topic: Ren'Py for the web browser
Replies: 94
Views: 27397

Re: Ren'Py for the web browser

Here with Firefox was running super-smooth! Not sure if depends also on the hardware.
by jack_norton
Mon May 27, 2019 7:37 am
Forum: Development of Ren'Py
Topic: Ren'Py for the web browser
Replies: 94
Views: 27397

Re: Ren'Py for the web browser

Sounds good. BTW I tried to export my old RPG, I wanted to try with something more complex than a simple visual novel:
https://www.newgrounds.com/portal/view/731979
and I must say it's working really well. I played it for a bit, and seems good :)
by jack_norton
Sun May 26, 2019 2:43 pm
Forum: Development of Ren'Py
Topic: Ren'Py for the web browser
Replies: 94
Views: 27397

Re: Ren'Py for the web browser

Ah OK, maybe you could pick another name to use as image in root folder, like for Android. Like web-presplash or something :)
by jack_norton
Sun May 26, 2019 12:14 pm
Forum: Development of Ren'Py
Topic: Ren'Py for the web browser
Replies: 94
Views: 27397

Re: Ren'Py for the web browser

How do I change the "loading" screen image ? I thought was the same image used for Android, but I changed it and didn't work. Thanks :)
by jack_norton
Thu May 23, 2019 2:43 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 7.2.2 Released
Replies: 7
Views: 2568

Re: Ren'Py 7.2.2 Released

Cool, awesome then! thanks
by jack_norton
Wed May 22, 2019 11:02 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 7.2.2 Released
Replies: 7
Views: 2568

Re: Ren'Py 7.2.2 Released

Thanks, yes I know about the icon and indeed I'm already doing the icons with the new standard, however I'm not sure how I can do the 64-bit version. Rememeber that I just use Ren'Py, I don't build the APK from the Android development IDE :)
by jack_norton
Sun May 12, 2019 4:46 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 7.2.2 Released
Replies: 7
Views: 2568

Re: Ren'Py 7.2.2 Released

Hi, have a question. I tried to build for Android, but when I submitted I got this warning: This release is not compliant with the Google Play 64-bit requirement The following APKs or App Bundles are available to 64-bit devices, but they only have 32-bit native code: 10000. From August 1, 2019 all r...
by jack_norton
Sun May 05, 2019 1:04 pm
Forum: Completed Games
Topic: Corona Borealis [GxB,GxG, commercial)
Replies: 0
Views: 1992

Corona Borealis [GxB,GxG, commercial)

Official webpage: https://www.winterwolves.com/coronaborealis.htm I'm pleased to announce Corona Borealis, my latest visual novel/dating sim. This is a game by Jill Harris, I only helped her finish it :) Description June Pinegar is forced to spend the summer working at her father’s quaint country ca...
by jack_norton
Fri Apr 26, 2019 3:14 am
Forum: Development of Ren'Py
Topic: Ren'Py for the web browser
Replies: 94
Views: 27397

Re: Ren'Py for the web browser

Ah interesting thanks! Though sadly doing a port for switch has a lot of issues/costs, and talking with some devs I know, it's probably not worth it anymore. Cool to know though :)
by jack_norton
Wed Apr 24, 2019 6:14 pm
Forum: Development of Ren'Py
Topic: Ren'Py for the web browser
Replies: 94
Views: 27397

Re: Ren'Py for the web browser

I remember time ago there was a tool to convert HTML5 to .exe, not sure if can be done to other platforms, I should look around. But basically Construct uses HTML5 I think and exports to consoles ? maybe I'm wrong :D
by jack_norton
Wed Apr 24, 2019 2:38 am
Forum: Development of Ren'Py
Topic: Ren'Py for the web browser
Replies: 94
Views: 27397

Re: Ren'Py for the web browser

Hello, just found out about this now. Great job. I had a question: are you somehow "translating" the games into HTML5, or using a chrome plug-in to run .exes? (I'm not a big expert about web stuff). If you're somehow translating the renpy games to HTML5 that's great since it could open the...
by jack_norton
Mon Apr 01, 2019 6:58 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py OS 19.04.01 - Released
Replies: 21
Views: 5069

Re: Ren'Py OS 19.04.01 - Coming Soon

I've already ported all my games to that platform!
by jack_norton
Sun Mar 17, 2019 4:28 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 7.2.1 Released
Replies: 9
Views: 2185

Re: Ren'Py 7.2.1 Released

Yes OK, but the != operator always worked in the last 10 years (since when I'm using Ren'Py in practice lol), so if this is a change in how Ren'Py handles the != , then would break all past games :shock: so I suppose is not that way it should work ?
by jack_norton
Sun Mar 17, 2019 3:36 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 7.2.1 Released
Replies: 9
Views: 2185

Re: Ren'Py 7.2.1 Released

I think the menu are broken now. I have config.menu_include_disabled = True, so the button below should show but disabled. $test_menu=None menu: "Leave": jump mainloop "Talk with Jacob" if test_menu!=None: "This shouldn't show, but it does"