- Aug 7, 2021
- 548
- 1,218
From where did you download it? Itch.io or Google Drive link?tried 0.1 and now 0.12 both deleted by antivirus, reason: trojan
mega here then google drive from your PatreonFrom where did you download it? Itch.io or Google Drive link?
i´ve got the same warningmega here then google drive from your Patreon
View attachment 2992024
got this warning!
mega here then google drive from your Patreon
i´ve got the same warning
Also got the Trojan warning.
Trojan:Win32/Wacatac.B!ml
Cause it's some pattern analysis which can get stuff hilariously wrong - we had an archive here before that was a hotfix whose only content was a single javascript file which updated a single array (in-game journal entries) which still triggered a false positive.You must be registered to see the links
False Positive. Here is the VirusTotal. I think i have found the problem. if i use a custom icon for executable, defender detects it as a trojan, no idea why. I have updated the files on itch.io and google drive.
elif renpy.windows:
# if 'APPDATA' in os.environ:
# return os.environ['APPDATA'] + "/RenPy/" + save_directory
# else:
# rv = "~/RenPy/" + renpy.config.save_directory
# return os.path.expanduser(rv)
return "game/saves"
Great writeup!Here's a safer way to play Ren'Py games if you don't want to risk running suspicious executables:
- Download the game from F95 links but do not execute or extract it.
- Just look inside the archive for game\script_version.txt using WinRar of 7zip and view it to take a note of the Ren'Py version number it was made with (e.g. 8.0.3).
- Go to
You must be registered to see the linksand download the SDK executable of the version (e.g. 8.0.3) above and then delete the .exe extension and leave it as .7z and open it using Winrar or 7zip as an archive.- Create a new folder e.g. C:\Game and then inside it, create another folder as lib.
- Extract renpy.exe and renpy.py from the SDK archive into the Game folder.
- Extract the necessary library folders from the SDK archive that matches your platform (usually something like lib\python3.9 and lib\py3-windows-x86_64 should be enough for 64-Bit Windows) into Game\lib\ folder.
- Once you've done with the SDK archive you should have the following files and directories:
Game\renpy.exe
Game\renpy.py
Game\lib\py3-windows-x86_64\(bunch of DLLs and EXEs)
Game\lib\python3.9\(.pyc files)- Now, from the game archive you downloaded from F95 only extract the game and renpy folders into the Game\ folder. There should be no .EXE, .DLL, .BAT files inside them or any file other than .TXT, .PY, .RPY, .RPYC. You now should have a complete playable Ren'Pygame inside C:\Game.
- Run renpy.exe to play the game.
- You may later delete Game\game and Game\renpy folders once you've finished the game and use the remaining files to play another game made with the same Ren'Py version (or potentially an earlier version).
It depends on what you're looking for in this game. A quick fap? Not the good game. A story that it's setting the pace to become somehow a "corruption" story, maybe. Be aware, some part of the game have long pieces of text.Renders on the first page look great but I'm still waiting for more pages of comments to see if I should try it out now or in a few updates as I already have a backlog of games.