-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added Dragon Ball Xenoverse 2 (#455)
- Loading branch information
1 parent
a6d8c62
commit 3f3570d
Showing
4 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
Applications/Games/Dragon Ball Xenoverse 2/Steam/script.js
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,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(); |
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,7 @@ | ||
{ | ||
"scriptName": "Steam", | ||
"compatibleOperatingSystems": ["MACOSX", "LINUX"], | ||
"testingOperatingSystems": ["MACOSX", "LINUX"], | ||
"free": false, | ||
"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,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.