Skip to content

Commit

Permalink
Add Fall Of The New Age (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
Starcommander authored Jun 23, 2020
1 parent f3871b1 commit f96dd46
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Applications/Games/Fall Of The New Age/Online/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const OnlineInstallerScript = include("engines.wine.quick_script.online_installer_script");

new OnlineInstallerScript()
.name("Fall Of The New Age")
.editor("GameTop")
.applicationHomepage("https://gametop.com")
.author("Starcommander")
.url("https://cdn.gametop.com/free-games-download/Fall-of-the-New-Age.exe")
.checksum("7cfcddde5e7a21dc1badce54ec29201c23012143")
.category("Games")
.executable("game.exe");
11 changes: 11 additions & 0 deletions Applications/Games/Fall Of The New Age/Online/script.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"scriptName" : "Online",
"id" : "applications.games.fall_of_the_new_age.online",
"compatibleOperatingSystems" : [
"MACOSX",
"LINUX"
],
"testingOperatingSystems" : [],
"free" : true,
"requiresPatch" : false
}
5 changes: 5 additions & 0 deletions Applications/Games/Fall Of The New Age/application.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name" : "Fall Of The New Age",
"id" : "applications.games.fall_of_the_new_age",
"description" : "Fall Of The New Age is a singleplayer adventure/puzzle game. It is hosted on gametop.com"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f96dd46

Please sign in to comment.