Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

yo quick question, how did you turn your renPy project to an exe? Did you use pyinstaller by any chance? Because I just got word from a discord dm that someone had their antivirus flag my game as spyware. The only similarity that both your game and my game have in common is that we both used pygame to make our projects (renPy was built using pygame). I just wanna know what the process is for turning a renPy game to an exe cuz the tool i used, Pyinstaller, has a method of packaging a python project to an exe that has most antiviruses flag it as shady malware.

(+1)

I’m assuming the flag was from Windows Defender too?

I use the [Build Distribution] button on RenPy.

The engine uses a build script here: https://github.com/renpy/renpy/blob/master/launcher/game/distribute.rpy

There is an archive on Renpy’s repos which used pyinstaller (renpy-dep), but I don’t think it’s used anymore.

I didn’t have the issue with your game on Win10.

For my game, the antivirus flag came up on a Win11 PC.

(+1)

Looked into it a bit more, and i feel kinda dumb now lol. The archived Renpy Repository did in fact seem to have PyInstaller, which was meant for a tool they were making called "RenPython", but I cant seem to find that tool inside of the current RenPy repository, or at least I cant find any file/folder labeled "RenPython". So I'll just assume that this tool was probably canned. Also, I didnt get flagged by Windows Defender. I think it was from MalwareBytes. If I tossed my game's exe file (not the game's zip file), it would get flagged by 4 out of 70 antiviruses as malicious, which one of them also happened to be MalwareBytes. And tbh this is expected since pyinstaller is pretty much known for getting lots of false flags for pygame projects. hell, I once had Norton delete a quick test build of an entry I made for last year's cozy autumn jam lmao.

So im gonna conclude that RenPy has probably developed its own method to distribute RenPy projects, and your situation of getting flagged is pretty different to mine. So uh yeah, sorry about bothering ya and I wish ya the best of luck on the results when the rating period ends!

The best to you too!