Hi both,
Please elaborate. New games are infected? May I have some details on this topic?
No, they are not infected. But steam binaries unpacked will always get flagged by Windows. But for general safety and disk space saving, you can always just use a single, safe official nwjs build to play all your RPGM games. Blocking internet just for stopping javascript from doing malicious stuff like downloading files to your pc and executing them.
Example shortcut:
E:\Games\Others\RPGMakerCommon\Game.exe --user-data-dir=.\profile --nwapp=..\SuccubusConnect
Replace "..\SuccubusConnect" with path to your game's folder containing package.json. You need to add a name to the json if it's an empty string.
Most of the time it's the www folder in the game folder.
To block outbound, you just add a rule in your advanced windows firewall settings. I don't just block the nwjs exe though. On my own OS, I block all by default and only allow a few to access the internet.