Difference between revisions of "AGIdentify"
Line 2: | Line 2: | ||
| Software = AGIdentify | | Software = AGIdentify | ||
| image = <!-- [[Image:.png|thumb|<div align="center"> Screenshot</div>]] --> | | image = <!-- [[Image:.png|thumb|<div align="center"> Screenshot</div>]] --> | ||
− | | Developers = [[User:Cold Turkey]] | + | | Developers = [[User:Cold Turkey|Cold Turkey]] |
| Language = [[w:C#|C#]] | | Language = [[w:C#|C#]] | ||
| Version = 1.0 | | Version = 1.0 | ||
Line 12: | Line 12: | ||
<div align="center"><span style="font-size: 22pt">AGIdentify</span><br /> | <div align="center"><span style="font-size: 22pt">AGIdentify</span><br /> | ||
− | ''Author: [[User:Cold Turkey]]''<br /> | + | ''Author: [[User:Cold Turkey|Cold Turkey]]''<br /> |
03/23/14</div> | 03/23/14</div> | ||
Line 49: | Line 49: | ||
== <br />Credits == | == <br />Credits == | ||
− | * [[User:Cold Turkey]] | + | * [[User:Cold Turkey|Cold Turkey]] |
== <br />See Also == | == <br />See Also == |
Revision as of 16:22, 28 November 2014
Description
I took the ScummVM (sierragi.txt). People can add new games to the file without changing the programs code!
The source code is in C# .NET 2.0 for compatibility. The class for detection can be used by any other code you have, and can return a struct instead of just printing to the console. This should be useful to those wanting to do detection from their programs.
I really don't know anything about .NET dependencies, so if this doesn't run on your Windows, maybe you need to install a .NET runtime?
Why?AGInfo is old, and there didn't seem to be anything else. I also wrote getVerA2 which decodes strings in AGI games looking for the version number (AGI 2 only at this time). The idea was "pure" in the sense that it doesn't require external data. What was unfortunate is that sierra didn't use a standard for encoding version strings in their games, so the tool could miss something. It also couldn't find the date, since this was arbitrarily encoded into the game data, if it even existed at all.
Download
- ZIP File AGIdentify (ZIP file) [3.43 KB]
Usage
agidentify "pathToGameDirectory" *
* Remember to put quotes surrounding the path if it has spaces. If you don't, this program will fail!!
Known issues
Credits
See Also