-
Notifications
You must be signed in to change notification settings - Fork 45
Add Subnautica Below Zero #852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 10 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
254649c
Merge pull request #1 from PhoenicisOrg/master
Zemogiter 63f898c
Merge pull request #3 from PhoenicisOrg/master
Zemogiter 71cd3d8
Merge pull request #4 from PhoenicisOrg/master
Zemogiter 60c3cb5
Merge pull request #5 from PhoenicisOrg/master
Zemogiter 69e7bf2
Merge pull request #6 from PhoenicisOrg/master
Zemogiter 5bf56fe
Merge pull request #7 from PhoenicisOrg/master
Zemogiter 1c4fe31
Merge pull request #8 from PhoenicisOrg/master
Zemogiter 66bd276
Merge pull request #9 from PhoenicisOrg/master
Zemogiter 833a473
Add files via upload
Zemogiter 5e61335
Update script.js
Zemogiter 693a7a4
Update script.js
Zemogiter 9e3501c
Update script.js
Zemogiter 4efde05
Delete fix.reg
Zemogiter ec7f769
Update script.js
Zemogiter File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,37 @@ | ||
| include(["engines", "wine", "quick_script", "steam_script"]); | ||
| include(["engines", "wine", "plugins", "regedit"]); | ||
| include(["engines", "wine", "plugins", "virtual_desktop"]); | ||
| include(["engines", "wine", "verbs", "vcrun2013"]); | ||
| include(["engines", "wine", "verbs", "corefonts"]); | ||
| include(["engines", "wine", "verbs", "dxvk"]); | ||
| include(["utils", "functions", "apps", "resources"]); | ||
|
|
||
| var installerImplementation = { | ||
| run: function () { | ||
| new SteamScript() | ||
| .name("Subnautica Below Zero") | ||
| .editor("Unknown Worlds Entertainment") | ||
| .author("Zemogiter") | ||
| .applicationHomepage("https://unknownworlds.com/subnautica/") | ||
| .wineDistribution("upstream") | ||
| .wineVersion("4.0") | ||
| .wineArchitecture("amd64") | ||
| .appId(848450) | ||
| .preInstall(function (wine, wizard) { | ||
| wizard.message(tr("Please ensure you have the latest drivers (418.30 minimum for NVIDIA and mesa 19 for AMD) or else this game might not work correctly.")); | ||
|
Zemogiter marked this conversation as resolved.
Outdated
|
||
| wizard.message(tr("You can make the game smoother by using this: https://github.com/lutris/lutris/wiki/How-to:-Esync")); | ||
| wine.vcrun2013(); | ||
| wine.corefonts(); | ||
| wine.DXVK(); | ||
| var screenSize = java.awt.Toolkit.getDefaultToolkit().getScreenSize(); | ||
| wine.setVirtualDesktop(screenSize.width, screenSize.height); | ||
| var registrySettings = new AppResource().application([TYPE_ID, CATEGORY_ID, APPLICATION_ID]).get("fix.reg"); | ||
| wine.regedit().patch(registrySettings); | ||
| }) | ||
| .gameOverlay(false) | ||
| .go(); | ||
| } | ||
| }; | ||
|
|
||
| /* exported Installer */ | ||
| var Installer = Java.extend(org.phoenicis.scripts.Installer, installerImplementation); | ||
10 changes: 10 additions & 0 deletions
10
Applications/Games/Subnautica Below Zero/Steam/script.json
This file contains hidden or 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,10 @@ | ||
| { | ||
| "scriptName" : "Steam", | ||
| "id" : "steam", | ||
| "compatibleOperatingSystems" : [ | ||
| "LINUX" | ||
| ], | ||
| "testingOperatingSystems" : [], | ||
| "free" : false, | ||
| "requiresPatch" : false | ||
| } |
This file contains hidden or 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" : "Subnautica Below Zero", | ||
| "id" : "subnautica_below_zero", | ||
| "description" : "Below Zero is an underwater adventure game set on an alien ocean world. It is a new chapter in the Subnautica universe, and is currently in development by Unknown Worlds.<br/><b>Return to planet 4546B</b><br/>Dive into a freezing underwater adventure. Below Zero is set in an arctic region of planet 4546B. As a scientist posted to a research station on the planet's surface, you are tasked with studying alien artefacts. The Vesper space station orbits high above you, sending supplies, instructions, and receiving samples you launch from the surface. When disaster strikes the research station, you must improvise to survive: Construct habitats, scavenge for resources, hunt for food, and craft equipment.<br/><b>Explore new biomes</b><br/>Swim beneath the blue-lit, arching growth of Twisty Bridges. Navigate treacherous ice floes on the ocean surface. Clamber up snow covered peaks, and venture into icy caves. Maneuver between steaming Thermal Vents. Below Zero presents entirely new environments for you to survive, study, and explore. Discover new lifeforms in the icy depths of 4546B. Swim through the giant Titan Holefish, escape from the aggressive Brute Shark, and visit the adorable Pengwings. Some residents of the frozen ocean will help you, and some might try to harm you." | ||
| } |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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 @@ | ||
| REGEDIT4 | ||
|
|
||
| [HKEY_CURRENT_USER\Software\Wine\X11 Driver] | ||
| "UseTakeFocus"="N" | ||
|
Zemogiter marked this conversation as resolved.
Outdated
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.