Star Citizen is a space simulation MMORPG currently under development in alpha state.
Get it here : https://robertsspaceindustries...
On their website is all informations to the game, the state of development and the Linux Users Group.
Application Details:
Version: | 3.4.3 |
License: | Retail |
URL: | https://robertsspaceindustries... |
Votes: | 0 |
Latest Rating: | Bronze |
Latest Wine Version Tested: | 4.2 |
Maintainers: About Maintainership
What works
Pretty much everything but with even more bugs.
Its Alpha guysss.. :P
Very low frames around 10-15fps on a i7-9800X, 32GB RAM @3600mhz and a GTX1080TI (maybe a missconfiguration on my end)
What does not
DX11/12 from wine crashes when loading up the splash screen.
Workarounds
From the other test results.
Install from Winetricks -
Corefonts
dxvk (Vulkan)
Ubuntu 18.04.2 may require the installation of vulkan-utils (Was throwing an initialize error for me)
To install vulkan-utils ``` sudo apt-get install vulkan-utils```
What was not tested
Currently disabled / intermittent game features
VOIP/FOIP
Webcam usage for FOIP
Joystick and Throttle Controls
Hardware tested
Graphics:
Additional Comments
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Ubuntu 18.04 "Bionic" amd64 (+variants like Kubuntu) | Feb 24 2019 | 4.2 | Yes | Yes | Yes | Bronze | Karl | |
Show | Fedora 29 x86_64 | Feb 15 2019 | 4.2 | Yes | Yes | Yes | Gold | Rawfox | |
Show | Ubuntu 18.10 "Cosmic" amd64 (+variants like Kubuntu) | Feb 19 2019 | 4.1 | Yes | Yes | Yes | Silver | Ludvig |
Using the GL cache gave me a 10%-30% boost with performance, based on the fps.
Just add this to the startscript:
export __GL_SHADER_DISK_CACHE=true
export __GL_SHADER_DISK_CACHE_PATH="/home/you/yourcachepath/SC"
export __GL_SHADER_DISK_CACHE_SKIP_CLEANUP=true