-
Notifications
You must be signed in to change notification settings - Fork 90
Add 001 game creator #338
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
Add 001 game creator #338
Conversation
Pull this. |
After running changed rules in this pull request (this bot only tests rules.ini changes): Changed technologies: Engine.001GameCreator These apps now match: (78) 347400 469980 499960 515880 574810 581000 596690 619520 631530 658890 666910 677770 689220 699570 710520 714900 731870 740100 776240 819130 845480 856460 873120 884170 1054120 1082990 1111810 1125250 1140410 1175950 1181010 1222840 1225870 1233380 1265490 1267200 1272200 1274160 1284760 1335910 1351970 1392280 1422240 1470730 1477060 1511950 1542670 1551830 1565900 1572320 1574800 1669090 1690360 1761420 1782970 1798480 1826920 1879790 1881670 1886270 1914680 1944000 2013640 2013670 2105880 2107170 2112160 2180750 2319100 2442690 2442710 2458580 2494710 2523090 2639590 2652030 2692010 2837810 Please confirm that all these changed apps are correct. |
@@ -31,6 +31,7 @@ VSWAP = (?:^|/)vswap\. ; idTech0 | |||
WAD = \.wad$ ; idTech1 | |||
|
|||
[Engine] | |||
001GameCreator = ^data\.1rc$ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
001GameCreator = ^data\.1rc$ | |
001GameCreator = (?:^|/)data\.1rc$ |
Co-authored-by: NintenHero <[email protected]>
merged in 1b4529c |
SteamDB app page links to a few games using this
https://steamdb.info/app/658890/
https://steamdb.info/app/731870/
https://steamdb.info/app/1222840/
https://steamdb.info/app/1272200/
https://steamdb.info/app/1511950/
https://steamdb.info/app/1551830/
https://steamdb.info/app/1572320/
https://steamdb.info/app/1574800/
https://steamdb.info/app/1886270/
https://steamdb.info/app/2105880/
https://steamdb.info/app/2107170/
https://steamdb.info/app/2442710/
Brief explanation of the change
Find 001 game creator by it's 1RC file type.