View attachment 772098
What the hell is this about? First Defender throws a warning about an installer which could easily have been made a zip, and in fact can be unpacked as such by 7zip. Now for what reason should an RPGM game (tagged as "Other" for some reason,) need internet access?
Hey man, sorry this game does require internet access. The main game file itself is stored
You must be registered to see the links
. I won't spit out too much programming jargon, but the game is creating a private server on your computer when it launches because HTML games require a server to load assets. You can't just tell a .html file to load X Y Z images anymore unless you change one of the default flags on Chrome. Heck, if you're skeptical, I actually have the raw .html file and assets
You must be registered to see the links
as well. Try opening that file in Chrome and see if it works yourself. It shouldn't, unless you have that flag on Chrome switched on or if you're using a browser that supports local files. The firewall pop up isn't important, just hit cancel.
And yeah idk don't make up stuff now, this game is made using
You must be registered to see the links
. RPGM is outdated and RenPy is for visual novels so I chose to use Phaser and modify it to fit my needs. Defender has been throwing warnings for the game since Day 1, I'm assuming it's because i use Node.js and I really do not have any idea why that happens to some people. It doesn't happen to me on any computer I use.
Do you have any other questions because I'm not a douche developer, I'll tell you exactly what the game is running on and heck I even let people mod the game so they have 99% of the code.