-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f3871b1
commit f96dd46
Showing
4 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.