Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Virustotal

A topic by IRQ3 created 26 days ago Views: 45 Replies: 3
Viewing posts 1 to 4

Hey,

Its really interesting game, and I would like to play it but there is one problem. Many antiviruses called it as a virus.

https://www.virustotal.com/gui/file/0953bfca0f36d442ecee39fd34640c432cadb8591a7a...

Would you like to make it open source or anything?

Developer

It's probably NOT that interesting, but thanks! And those are false positives in VirusTotal.

The game itself was unfortunately made in Clickteam Fusion 2.5, a game engine without written code, but the logic itself can still be translated into written code.

I don't use that engine anymore, but the game was made with that a few years ago. I say unfortunately because the engine is quite expensive and very limited. You'd have it easier developing something like my game in Godot.

So, I could give the source "code", but you probably won't be able to check it unless you have this ancient engine. Or I could tell you whatever you're interested in?

Anyway here's the source if you really want: https://umalwerunity.com/deles/deles_source.zip

Thank you for your response and for your clarity ;D I was interested in the concept of this game, where you explore the world and save it to a database. 

Btw I was expecting that there were false positves in VirusTotal, but no offense but your profile looks a little bit  suspicious so I wanted to be fully sure that this game is safe.  

Thanks again for your time to explain it

Developer

The database is essentially just a REST API, with most of the code being on the server in form of a PHP script, so no need for the game code. It's actually very simple, you could probably replicate this in a few days with no prior knowledge.