-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clickteam Fusion 2.5 #74
Comments
This runs only on filenames because steamdb doesn't download the games to run this scan. |
We can detect the last two formats but not the first. Single packed EXE's
are hard for us to detect, this makes us consistently undercount Construct,
Godot, GameMaker, and many other engines.
…On Mon, Aug 16, 2021 at 6:06 PM Trent Monahan ***@***.***> wrote:
This runs only on filenames because steamdb doesn't download the games to
run this scan.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#74 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFUN6AOVKEY7YM4DFLWQDTT5GKW5ANCNFSM5CIUMVNQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
--
www.fortressofdoors.com -- My design & business of game development blog
|
Okay here are the results, please confirm that these are all clickteam fusion: https://steamdb.info/app/248170/ Do you have examples of Chowdren exported format? |
I'm pretty sure these two are Chowdren exported, there's also Heart Forth Alicia, but it's not on Steam yet. |
From what I can tell there's no particularly identifying characteristics for those, so we won't be able to detect them. Best we can do is make a rule for the Are there any other filename-based signatures to look for? |
Hmmm I think one wasn't exported with Chowdren, at least for the PC version... This is not enough is it? |
It could be ... we certainly use something like that pattern for Godot games (matching an exe with a file of the same name but with the extension .pak) The trick is we need it to be a pattern that doesn't show up in other engines (false positives), and also it has to be a pattern that's showing up in enough of the MMF games we're currently missing by just looking for the dll. Best way to do that is just give me links to stuff. How many of the games that have that format are in your above list? |
I'm not sure if @xPaw is willing to maintain a list of hand-identified games for SteamDB, but I might be willing to do that on my side for Game Data Crunch. If he doesn't want that to be part of this repo, I'll spin up a repo of my own where I accept pull requests for hand-identified appids and start querying that for GameDataCrunch.com. |
Clickteam and I will be very glad if you guys can pull this off, cause it just feels bad to always see Clickteam Fusion not even appearing on top game engines, a lot of people think the engine is dead when it's not even close to the reality. |
If you give me some time and pardon my dust, I'll be happy to host hand-curated lists over at Game Data Crunch as long as I have some support to help keep it maintained. If @xPaw is okay with having those hand curated appid lists live in this repo, that's cool, but if he doesn't want that then I will spin up a new repo and make that my own separate project he doesn't have to worry about at all. |
Ideally of course I'd avoid this as much as possible, but if you really want to maintain such a thing If you're into the long con with this project, then go ahead. |
@xPaw Cool, works for me. To be 100% clear, do you want me to work on this in some sub folder HERE, or would you prefer I do this on my own repo so it stays entirely out of your face? |
So... Any updates on this? I'm sorry if I'm bothering |
Sorry I’ve been busy. Still interested, will get back to you in a bit.
On Sun, Sep 12, 2021 at 4:41 PM Julio Cesar Fernandes < ***@***.***> wrote:
So... Any updates on this? I'm sorry if I'm bothering
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#74 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFUN6E633SPWBAWSZOMARTUBUNBPANCNFSM5CIUMVNQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
www.fortressofdoors.com -- My design & business of game development blog
|
Some reference to the engine, such as the developer site or a wikipedia article.
Hi, I'm a moderator of the Clickteam community, I noticed that Clickteam Fusion never appears anywhere on Steam, meaning its apps/games aren't detected in any way.
I really would like to see it getting a bit more attention since there are amazing games made with it that people have no idea about it.
So if I can provide anything to help identifying Fusion games, I will be glad to help!
SteamDB links
https://steamdb.info/app/251130/
https://steamdb.info/app/252010/
https://steamdb.info/app/319480/
https://steamdb.info/app/298630/
https://steamdb.info/app/248310/
https://steamdb.info/app/1151620/
https://steamdb.info/app/736260/
https://steamdb.info/app/601810/
https://steamdb.info/app/350070/
https://steamdb.info/app/274270/
https://steamdb.info/app/207530/
https://steamdb.info/app/315610/
https://steamdb.info/app/319510/
https://steamdb.info/app/332800/
https://steamdb.info/app/354140/
https://steamdb.info/app/506610/
https://steamdb.info/app/237740/
https://steamdb.info/app/777670/
Possible way to detect it
I now you guys currently only operate in filenames, but unfortunately Fusion games are usually a single EXE, so I really hope you guys could make a exception to detect it.
For starters there's 3 kinds of Fusion games (well, if you don't count Multimedia Fusion 2 games)
The Packed EXE is the default one, it has a mmfs2.dll inside of the EXE.
(Probably Multimedia Fusion 2.0 games/apps will also have this same DLL inside)
The Unpacked EXE has a dat file with the same name as the exe and a "modules" folder, this folder can have different names, but it will always have the mmfs2.dll inside.
Chowdren exported is a bit different, I don't know much of it since it's a paid conversion, but it usually has a Assets.dat and a data folder...
The text was updated successfully, but these errors were encountered: