Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Love the story & the graphics!

But even tho Renpy runs just fine on Wine; a Linux build would be appreciated!

Oh, it's true we didn't think about a linux built, but I think renpy allow it, so we will try to add it ! Thanks for bringing it to our attention <3

That's kind! TY!

(1 edit)

Hi again ! While I was struggling to upload a linux build (itchio doesn't seem to like the  extension), I noticed  a renpy statement "PC : windows and linux." 

Could you try to run the 1.7 PC build (the second one) to see if it works properly on linux ? I can't check myself >.< 

If so I will just add the linux icon to it so people can see they can use it directly on linux ! 

EDIT : I also managed to add the linux special, but I don't know which one is the best tho.

(3 edits)

Hey, again! After some studying, I found out that Renpy can properly but not natively support Linux on windows platforms. Renpy hasn't made an official native execution system for the ELF platform yet, neither do I think they will.

In simpler words, The Windows executable is just the same thing as the .sh file provided with both the Windows and the Linux builds. The difference is that the Linux build supports x64, x86, and x86-64 Linuxes while basic Windows exports only support i686 Linuxes. i686 executables can be run on nearly every x64, x86, and x86-64 Linux operating system. Judging from this fact, the Linux build is omitable, since the .sh file that comes with the Windows build is pretty flexible when it comes to portability.

In Even Simpler words, The Linux build is just a slight speed optimization for linuxes, and just a little bit more native, compared to the Windows executable.

During this study, I found out that running the .exe file with WINE was the wrong thing to do, and the proper ( And more obvious ) way to execute the Windows build on Linux was to run the .sh file provided alongside the .exe file.

Thanks for providing the builds, and I'm sorry for making You guys go through the trouble of making a Linux export.

Good Luck!

EDIT: Wow this is a long comment!

Don't worry, it was useful since we learn ! Thank you to take the trouble to look over this <3