WineHQ
Category: Main Games Adventures Astroneer Steam

Astroneer

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!

Test Results

Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results

What works

  • Installing, launching, general play (played about 3 hours solo)
  • Multiplayer, joining through Steam Friend's list (played about 2 hours with a friend)

What does not

  • Performance is not as good as Windows. This game doesn't have an OpenGL implementation, so you're stuck with DirectX.
  • Occasional flickering on volume textures (e.g. clouds)
  • Setting the 'Tether' key to any special character (like semicolon ';') - may be a bug in the game for Windows or something specific to xserver configuration.

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

  • Interplanetary travel
  • Activating Teleportation/Alien nodes

Hardware tested

Graphics:

  • GPU: Nvidia
  • Driver: proprietary

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):

https://appdb.winehq.org/objec...

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentUbuntu 16.04 "Xenial" amd64 (+ variants like Kubuntu)Feb 15 20194.1-stagingYes Yes YesSilverRoyce Remer 
ShowDebian GNU/Linux Unstable "Sid" x86_64Jul 22 20172.12-stagingYes Yes NoBronzeAmos Jeffries 
ShowDebian GNU/Linux Unstable "Sid" x86_64Jun 16 20172.10-stagingYes Yes NoSilverAmos Jeffries 
ShowFedora 24 x86_64Dec 21 20162.0-rc1Yes Yes NoBronzeDarren Poulson 
ShowArch Linux x86_64Dec 16 20162.0-rc1Yes Yes NoGarbageJinks 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back