Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

WedgeStratos

4
Posts
1
Followers
2
Following
A member registered Dec 07, 2019

Recent community posts

Use Proton with Steam, works great.

(1 edit)

Yeah, so to access most of the higher Arch features, you have to unlock the immutable filesystem Valve's put in place, then initialize and populate pacman-keys. Then you can pacman -Sy to get the repos updated. But you've heard right, running Windows software is only 2 steps more with Proton. You still can add the direct EXE to Steam (I have VGA Golf on my SD card), then you make sure you've enabled Steam Play for unsupported titles, and then you can choose a Proton version to run the game in.

With regards to running it in Proton, after enabling Hidden Files, the path of /home/deck/.local/share/Steam/steamapps/compatdata/########/pfx/drive_c/users/steamuser/AppData/Roaming/Trederia/ got me to the config files, no logs in sight.

I tried again with running the Linux build, in terminal, it states "./vga_golf: error while loading shared libraries: libBulletDynamics.so.3.24: cannot open shared object file: No such file or directory" which is in /libs/

Yeah, reading the Flatpak guide makes my head spin a little. Alongside the software (or a .sh file representing the script), you need a runtime which will act as the environment, and then your deps are "bundled" as needed, depending on what your software would demand. The guide for AppImage is a lot easier, it seems you can use CMake as normal, change a few options e.g., rename to AppDir, explicitly define CMAKE_INSTALL_PREFIX=/usr, and then use linuxdeploy to wrap it up into an AppImage. It may just work with the release you have. I'll power on my desktop and try it.

EDIT: My desktop runs Linux Mint and the highest version of libbullet right now in Ubuntu repos is 3.06, so I would have to compile 3.24 to even think of running VGA Golf. This is before even packaging it into an AppImage.

Unfortunately not under the normal circumstances. Presumably, Valve's kang of Arch is missing one (or all) of the three dependencies (not sure how well the whole OS would fare without freetype though). I attempted to use the Steam Linux Runtime to no avail (it may require more work to run just any old Linux title).

The game provide the general "Failed to connect to local server" error. I may dig in with Protontricks and see what can be done to get around it in the meantime. I could also probably explore compiling the game in a Flatpak or AppImage, which Valve primarily recommends for running software in desktop mode

Hi, love/hate the game (I love golf when I get par, I hate it when I get bogey, them's the breaks). However, I play on the Steam Deck. Game runs amazingly well using the Windows version in Proton, but the local server issue prevents me from playing the game when I'm away from a network. Is there any plans to add an offline mode?