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
12 changes: 12 additions & 0 deletions Applications/Games/The Elder Scrolls IV: Oblivion/Local/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
include(["Engines", "Wine", "QuickScript", "LocalInstallerScript"]);

new LocalInstallerScript()
.name("The Elder Scrolls IV: Oblivion")
.editor("Bethesda Softworks")
.applicationHomepage("https://elderscrolls.bethesda.net/en/oblivion")
.author("ImperatorS79")
.wineVersion("2.14")
.wineDistribution("staging")
.category("Games")
.executable("Oblivion.exe")
.go();
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"scriptName": "Local",
"compatibleOperatingSystems": ["LINUX"],
"testingOperatingSystems": [],
"free": false,
"requiresPatch": false
}
10 changes: 10 additions & 0 deletions Applications/Games/The Elder Scrolls IV: Oblivion/Steam/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
include(["Engines", "Wine", "QuickScript", "SteamScript"]);

new SteamScript()
.name("The Elder Scrolls IV: Oblivion")
.editor("Bethesda Game Studios")
.author("ImperatorS79")
.wineVersion("2.14")
.wineDistribution("staging")
.appId(22330)
.go();
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"scriptName": "Steam (GOTY)",
"compatibleOperatingSystems": ["LINUX"],
"testingOperatingSystems": [],
"free": false,
"requiresPatch": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "The Elder Scrolls IV: Oblivion",
"description": "The Elder Scrolls IV: Oblivion® presents one of the best RPGs of all time like never before. Step inside the most richly detailed and vibrant game-world ever created. With a powerful combination of freeform gameplay and unprecedented graphics, you can unravel the main quest at your own pace or explore the vast world and find your own challenges."
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.