Skip to content

Commit f96dd46

Browse files
Add Fall Of The New Age (#1223)
1 parent f3871b1 commit f96dd46

File tree

4 files changed

+27
-0
lines changed

4 files changed

+27
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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");
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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+
}
234 KB
Loading

0 commit comments

Comments
 (0)