Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Official tech helper in the discord here. 

From what I understand, the biggest problem the game has with Windows Defender is that it is an unlicensed .exe file, which Windows just intrinsically doesn't trust. We can't do anything about that; to get it licensed would cost a pretty decent amount of money. 

In addition to that, we have an update button within the game, which will download an update from the internet to replace files within the game. This looks a lot like trojan behavior to an antivirus, but in reality it isn't a threat. 

I will reiterate that our update was not what started triggering the antivirus. The game was fine for days after the Clangen update before Windows started freaking out about it. 

As sprout said, the game is open source; all the code is on Github (github link is further up on this page). You can scan through it if you want to be really sure that what you're downloading isn't a virus. 

If you don't want to get the game, that's okay. But you must understand that the current situation is out of our control. 

Okay, sorry. I don't understand how a lot of this works.

Not to mention that the program that we use to compile it - Pyinstaller - isn't very commonly used for distributed executable files in the scheme of things (pygame is more commonly used as a learning tool, than as a tool for making actual games, because it has a lot of limitations - those same limitations are the reason why there were so many complications with the web version of the game & other complications), so this file looks very unfamiliar to windows. If you are not convinced about the safety of the game, you can view the source code on github, run it from source, or you can download the releases directly from github (these are the same files that are copied over to itch.io to distribute). Those those are the same files as here on itch.io, though, and will likely get flagged as well.  https://github.com/ClanGenOfficial/clangen/releases

This game has been triggering antiviruses for a while, as long as I've been working on it, but to get this software signed is pretty expensive, and because this is a fan game and we don't own the warriors cat IP, it's all done by volunteers and we can't accept payments. Even the server that runs the auto-updater service is just run out of one of the developer's own pockets.