Skip to content

Commit

Permalink
added Dragon Ball Xenoverse 2 (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImperatorS79 authored and plata committed Nov 7, 2017
1 parent a6d8c62 commit 3f3570d
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Applications/Games/Dragon Ball Xenoverse 2/Steam/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
include(["Engines", "Wine", "QuickScript", "SteamScript"]);

new SteamScript()
.name("Dragon Ball Xenoverse 2")
.editor("QLOC, DIMPS")
.author("ImperatorS79")
.wineVersion(LATEST_STAGING_VERSION)
.wineDistribution("staging")
.wineArchitecture("amd64")
.appId(454650)
.preInstall(function(wine, wizard) {
wine.enableCSMT();
//might need dxfullsetup d3d11 and d3d_43 compiler, but test result is old (2.10)
})
.go();
7 changes: 7 additions & 0 deletions Applications/Games/Dragon Ball Xenoverse 2/Steam/script.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"scriptName": "Steam",
"compatibleOperatingSystems": ["MACOSX", "LINUX"],
"testingOperatingSystems": ["MACOSX", "LINUX"],
"free": false,
"requiresPatch": false
}
4 changes: 4 additions & 0 deletions Applications/Games/Dragon Ball Xenoverse 2/application.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Dragon Ball Xenoverse 2",
"description": "DRAGON BALL XENOVERSE 2 builds upon the highly popular DRAGON BALL XENOVERSE with enhanced graphics that will further immerse players into the largest and most detailed Dragon Ball world ever developed.<br><br>DRAGON BALL XENOVERSE 2 will deliver a new hub city and the most character customization choices to date among a multitude of new features and special upgrades."
}
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 3f3570d

Please sign in to comment.