File tree Expand file tree Collapse file tree 4 files changed +27
-0
lines changed
Applications/Games/Fall Of The New Age Expand file tree Collapse file tree 4 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ const OnlineInstallerScript = include ( "engines.wine.quick_script.online_installer_script" ) ;
2
+
3
+ new OnlineInstallerScript ( )
4
+ . name ( "Fall Of The New Age" )
5
+ . editor ( "GameTop" )
6
+ . applicationHomepage ( "https://gametop.com" )
7
+ . author ( "Starcommander" )
8
+ . url ( "https://cdn.gametop.com/free-games-download/Fall-of-the-New-Age.exe" )
9
+ . checksum ( "7cfcddde5e7a21dc1badce54ec29201c23012143" )
10
+ . category ( "Games" )
11
+ . executable ( "game.exe" ) ;
Original file line number Diff line number Diff line change
1
+ {
2
+ "scriptName" : " Online" ,
3
+ "id" : " applications.games.fall_of_the_new_age.online" ,
4
+ "compatibleOperatingSystems" : [
5
+ " MACOSX" ,
6
+ " LINUX"
7
+ ],
8
+ "testingOperatingSystems" : [],
9
+ "free" : true ,
10
+ "requiresPatch" : false
11
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " Fall Of The New Age" ,
3
+ "id" : " applications.games.fall_of_the_new_age" ,
4
+ "description" : " Fall Of The New Age is a singleplayer adventure/puzzle game. It is hosted on gametop.com"
5
+ }
You can’t perform that action at this time.
0 commit comments