Search found 128 matches

by uyjulian
Sun Sep 22, 2019 2:13 am
Forum: Development of Ren'Py
Topic: Ren'Py homebrew port to Nintendo Switch
Replies: 61
Views: 42216

Re: Ren'Py homebrew port to Nintendo Switch

Version 1.4 has been released. Please check out the changelog and binaries. https://github.com/uyjulian/renpy-switc ... s/tag/v1.4
by uyjulian
Wed Sep 18, 2019 4:47 pm
Forum: Development of Ren'Py
Topic: Ren'Py homebrew port to Nintendo Switch
Replies: 61
Views: 42216

Re: Ren'Py homebrew port to Nintendo Switch

Autosave does work.

Threading... not so much. Leaked resources? Not sure.

On line 511 of loadsave.py, change

Code: Select all

def force_autosave(take_screenshot=False, block=False):
to

Code: Select all

def force_autosave(take_screenshot=False, block=True):
by uyjulian
Tue Sep 17, 2019 1:56 am
Forum: Development of Ren'Py
Topic: Ren'Py homebrew port to Nintendo Switch
Replies: 61
Views: 42216

Re: Ren'Py homebrew port to Nintendo Switch

Before porting your Ren'Py project using this project... check to make sure that it works with mainline Ren'Py 7.3.2. If it doesn't work there, it probably won't work here.

Next release will probably be when I upstream touch event code.
by uyjulian
Mon Sep 16, 2019 1:07 pm
Forum: Development of Ren'Py
Topic: Fixing the lag while in-game?
Replies: 2
Views: 7650

Re: Fixing the lag while in-game?

How fast did you click? Sometimes the pre-loading of assets do not catch up to the user action if you do actions too fast.
by uyjulian
Sat Sep 14, 2019 7:03 pm
Forum: Development of Ren'Py
Topic: Ren'Py homebrew port to Nintendo Switch
Replies: 61
Views: 42216

Re: Ren'Py homebrew port to Nintendo Switch

To reduce the amount of data aborts, set "config.autosave_frequency" to "None" and "config.autosave_on_choice" to "False". I'm working on figuring out why data abort occurs when using Album override with nx-hbmenu v3.1.1. I'm working on figuring out why data a...
by uyjulian
Tue Sep 03, 2019 1:27 am
Forum: Development of Ren'Py
Topic: Ren'Py homebrew port to Nintendo Switch
Replies: 61
Views: 42216

Re: Ren'Py homebrew port to Nintendo Switch

Version 1.3 is now out. Please download from https://github.com/uyjulian/renpy-switc ... s/tag/v1.3 . The port has been rebased on top of Ren'Py 7.3.2, and more modules have been added.
by uyjulian
Sat Aug 24, 2019 1:58 pm
Forum: Development of Ren'Py
Topic: Ren'Py homebrew port to Nintendo Switch
Replies: 61
Views: 42216

Re: Ren'Py homebrew port to Nintendo Switch

Note about launching taking a couple of minutes: Compile your py and rpy files before you package them up in romfs.
by uyjulian
Tue Aug 20, 2019 12:24 am
Forum: Development of Ren'Py
Topic: Ren'Py homebrew port to Nintendo Switch
Replies: 61
Views: 42216

Re: Ren'Py homebrew port to Nintendo Switch

Version 1.2 is now out. Please download from https://github.com/uyjulian/renpy-switc ... s/tag/v1.2 . Threading support and exiting the game are now fixed. Python is now built with optimizations. Building documentation has improved.
by uyjulian
Mon Aug 19, 2019 12:32 am
Forum: Ren'Py Cookbook
Topic: [Tutorial] How to save space in your Ren'Py game
Replies: 6
Views: 7167

Re: [Tutorial] How to save space in your Ren'Py game

libavif seems to be progressing well: https://github.com/AOMediaCodec/libavif

I may work o loading images using ffmpeg instead of sdl2_image.
by uyjulian
Thu Aug 15, 2019 1:24 am
Forum: Development of Ren'Py
Topic: Ren'Py homebrew port to Nintendo Switch
Replies: 61
Views: 42216

Re: Ren'Py homebrew port to Nintendo Switch

Threading support is now available, and documentation is improved. I'll make a release on Monday.
by uyjulian
Thu Jul 18, 2019 10:03 am
Forum: Development of Ren'Py
Topic: Virus detected in exe file for game
Replies: 4
Views: 9379

Re: Virus detected in exe file for game

There are some crypters you can use to make the exe "fully undetectable" from Anti-virus. Amber is a nice one to use.
by uyjulian
Fri Jun 21, 2019 12:48 pm
Forum: Development of Ren'Py
Topic: Ren'Py homebrew port to Nintendo Switch
Replies: 61
Views: 42216

Re: Ren'Py homebrew port to Nintendo Switch

Andredron wrote: Thu Jun 20, 2019 6:01 pm
uyjulian wrote: Wed Jun 12, 2019 2:41 pm It seems like "Ratalaika Games" has an official port of Ren'Py to the Nintendo Switch, so you might ask there if you are interested in submission to the Nintendo eShop.
And who is it?
https://www.google.com/search?q=Ratalaika+Games
by uyjulian
Wed Jun 12, 2019 2:41 pm
Forum: Development of Ren'Py
Topic: Ren'Py homebrew port to Nintendo Switch
Replies: 61
Views: 42216

Re: Ren'Py homebrew port to Nintendo Switch

It seems like "Ratalaika Games" has an official port of Ren'Py to the Nintendo Switch, so you might ask there if you are interested in submission to the Nintendo eShop.
by uyjulian
Wed Jun 05, 2019 7:57 pm
Forum: Development of Ren'Py
Topic: Will Ren'Py VNs Become Compatible with Nintendo Switch?
Replies: 17
Views: 7352

Re: Will Ren'Py VNs Become Compatible with Nintendo Switch?

Renpy games can be played https://github.com/uyjulian/renpy-switch/releases Sample game there too. And here other port http://tapochek.net/viewtopic.php?t=220790 If I understand correctly, this requires a homebrew be installed on the switch? It's a step forward, but still not quite what everyone is...
by uyjulian
Wed Jun 05, 2019 1:32 am
Forum: Development of Ren'Py
Topic: Ren'Py homebrew port to Nintendo Switch
Replies: 61
Views: 42216

Re: Ren'Py homebrew port to Nintendo Switch

Version v1.1 has been released. Various bugs have been fixed. https://github.com/uyjulian/renpy-switc ... s/tag/v1.1