• 0 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: August 17th, 2023

help-circle





  • I don’t want to discount what you saw, but I don’t think Linux gamers are even asking for official support. If they don’t want bug reports from Linux gamers because the reports would be “tainted” by an unsupported operating system, then they could have a banner on the submission page. I would argue, however, that they would be missing out on a lot of free bug testing where all of these companies are far too cheap to pay for proper bug testing these days.

    At this point, Linux gamers would just appreciate the bare minimum being put forth with developers not breaking the games for them.






  • I haven’t done much for modding, but I did mod up Beat Saber recently with ModAssistant. What I did was add the ModAssistant exe file as a non-Steam game, then put this in the launch options:

    STEAM_COMPAT_DATA_PATH=“/home/[username]/.local/share/Steam/steamapps/compatdata/620980” %command%

    The 620980 is the AppID for Beat Saber; you’d have to find it for each game. What this does it run the exe file in the same prefix as the game, which is good for making sure that any changes to ini files (etc) in AppData actually get written to the right spot. It worked great, no different than on Windows.