Application Details:
Version: | Steam |
License: | Retail |
URL: | http://astroneer.space/ |
Votes: | 2 |
Latest Rating: | Silver |
Latest Wine Version Tested: | 4.1-staging |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
What does not
Workarounds
In general, Unreal Engine 4 overrides for other games help, but a notable performance boost can be had by appending to drive_c/users/{user}/Local Settings/Application Data/Astro/Saved/Config/WindowsNoEditor/Engine.ini:
[/Script/Engine.RenderSettings]
r.AmbientOcclusionLevels=0
What was not tested
Hardware tested
Graphics:
Additional Comments
This is my setup.
#!/bin/bash
#
# Create a wineprefix for this game
#
DIR="$(dirname $(readlink -m ${0}))"
unset WINEARCH
export WINEPREFIX="${DIR}/.winebottle"
export WINEDEBUG=-all
export __GL_THREADED_OPTIMIZATIONS=1
mkdir -p "${WINEPREFIX}"
# this is mostly https://appdb.winehq.org/objectManager.php?sClass=version&iId=19444
winetricks -q winxp
wine reg.exe ADD "HKEY_CURRENT_USER\Software\Wine\AppDefaults\Steam.exe" /v "Version" /t "REG_SZ" /d "winxp64" /f
wine reg.exe ADD "HKEY_CURRENT_USER\Software\Wine\AppDefaults\steamwebhelper.exe" /v "Version" /t "REG_SZ" /d "winxp64" /f
wget "https://steamcdn-a.akamaihd.net/client/installer/SteamSetup.exe"
wine SteamSetup.exe
More generally, follow the Steam AppDB entry (if you don't go with WindowsXP, networking code doesn't work):
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Ubuntu 16.04 "Xenial" amd64 (+ variants like Kubuntu) | Feb 15 2019 | 4.1-staging | Yes | Yes | Yes | Silver | Royce Remer | |
Show | Debian GNU/Linux Unstable "Sid" x86_64 | Jul 22 2017 | 2.12-staging | Yes | Yes | No | Bronze | Amos Jeffries | |
Show | Debian GNU/Linux Unstable "Sid" x86_64 | Jun 16 2017 | 2.10-staging | Yes | Yes | No | Silver | Amos Jeffries | |
Show | Fedora 24 x86_64 | Dec 21 2016 | 2.0-rc1 | Yes | Yes | No | Bronze | Darren Poulson | |
Show | Arch Linux x86_64 | Dec 16 2016 | 2.0-rc1 | Yes | Yes | No | Garbage | Jinks |
Bug # | Description | Status | Resolution | Other apps affected |
Comments for this application have been disabled because there are no maintainers.