Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions Applications/Games/Totally Accurate Battlegrounds/Steam/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
include(["engines", "wine", "quick_script", "steam_script"]);

var installerImplementation = {
run: function () {
new SteamScript()
.name("Totally Accurate Battlegrounds")
.editor("Landfall")
.author("Plata")
.appId(823130)
.wineArchitecture("amd64")
.go();
}
};

/* exported Installer */
var Installer = Java.extend(org.phoenicis.scripts.Installer, installerImplementation);
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"scriptName" : "Steam",
"id" : "steam",
"compatibleOperatingSystems" : [
"LINUX"
],
"testingOperatingSystems" : [],
"free" : false,
"requiresPatch" : false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name" : "Totally Accurate Battlegrounds",
"id" : "totally_accurate_battlegrounds",
"description" : "Totally Accurate Battlegrounds is a parody of the Battle Royale genre. A bunch of physics-based weirdos fight it out on an island, everything is silly and possibly a bit buggy."
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.