#LUG

100 readers
2 users here now

Linux Users Group, playing StarCitizen and other games :)

founded 2 years ago
MODERATORS
1
 
 

The LUG Helper is a tool that automatically installs Star Citizen on Linux, and helps players update and maintain their game experience.

Initially released in December 2020, the Helper has continued on to become a venerable tool to assist Space Penguins of all experience levels with updates and maintenance.

Improvements in the v3.8 release include:

  • Mactan's wine builds added as a new runner source
  • New Maintenance option to edit the game launch script
  • New Maintenance option to launch wine configuration tool
  • New Maintenance option to configure sticks and controllers
  • New option to update DXVK for native Wine installs
  • Fixed menu sizing for current Gnome/KDE versions
  • Improved install progress messages
  • Prevent re-using existing wine prefixes
  • Default wine updated to 10.5
  • Updated the RSI Installer to the latest version

More details can be found on the release notes

Refer to the LUG Wiki for the Quick Start Guide and more!

Thank you to all the contributors:

made with <3

Runner Downloader inspired by:

https://github.com/richardtatum/sc-runner-updater

2
 
 

cross-posted from: https://discuss.tchncs.de/post/29661709

So I was asked if my head tracking approach of reading the IMU data from my Viture Pro to OpenTrack and SBS (side-by-side) mode with ReShade would also work with StarCitizen.

Guess it does 🤷

Pick your poison to watch the video: https://www.youtube.com/watch?v=rWUC2Y3TRh4 / https://makertube.net/w/8L7gVN8NnLvjhQCPGNmd6W

I start Star Citizen via Lutris (and not with Steam), which requires slightly different settings once ReShade is installed:

Enable Gamescope: ON Output Resolution: "3840x1080" Game Resolution: "3840x2160" (set this also ingame!) Custom Settings: "--scaler stretch"

Can this get you banned? Who knows 🤷 Jury is still out on this. Do I care? Nope. I won’t miss my puny starter pack.

YMMV.

The proof of concept code to read the IMU data can be found at https://github.com/bekopharm/xr_to_opentrack (pending changes).

It works with the Breezy GNOME xr_driver: https://github.com/wheaney/breezy-desktop (but the Vulkan one works probably too but that’s untested). It should also be compatible with other glasses that have IMU for Breezy available.

There is an unlisted SBS version of this video linked in the description. You will need XR glasses that do FULL SBS though to watch it!

Originally posted at: https://beko.famkos.net/2025/02/01/star-citizen-with-head-tracking-from-xr-glasses-in-sbs-mode-on-linux-pc-yes-it-works/

3
4
 
 

The much awaited LUG Helper 3 has arrived!

  • RSI Launcher 2.0 support
  • Non-Lutris Wine installs
  • Proton support for Lutris installs
  • Support for multiple game installs
  • Lots of other improvements
5
 
 
  • Add Kron4ek wine runner source
  • Environment variables to support Open Wine Components umu proton in Lutris 5.17+
  • NVIDIA and AMD Environment variables for Star Citizen Vulkan renderer
  • Remove un-needed winetricks steps and DLL overrides
6
1
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 
 

Some personal notes ..

Lyria Jumptown OM3 to OM2 until 225km Then turn about 30° left and down

Caliope Jumptown Raven`s Roost OM2 to OM4 until 320km Then turn right and point to Rayali Kaltak Research Outpost Fly to surface, search right of it

Bounty missions very often lead to POIs. Be it a cave or a crashsite, an NPC transport or other hidden places, labs and so on.

7
 
 

Hey, there is a problem over the last weeks, preventing wine to work with StarCitizen. When using it, we get an error message like this: 0024:err:environ:run_wineboot failed to start wineboot c00000e5

Its about compilation modes and a stack alignment issue with 32/64 bit SSE registers.

Searching for the issue, brings us to WineHQ, were a bug is already filed here:

Multiple applications fail to run if Wine is compiled with CFLAGS="-march=znver4"

In the end, it turned out to be a gcc bug. Zeb has filed a bugreport at the gcc bugzilla, to follow up, because it seems, we can not build wine with standard compilation modes anymore, until this is solved. Watch it here:

[12/13/14 Regression] i686-w64-mingw32 with -mavx512f generates AVX instructions without stack alignment

Just to let you know, when you run into the c00000e5 issue, it may be this.

Cheers, raw^^

8
1
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 
 

Since something seems to be misbehaving with subscription, just throwing this quick test over to see if it's just a subscription issue

Edit: Was a configuration issue, wasn't routing json requests correctly.