




🌟 Special thanks to our amazing supporters:
✨ $10 Tier: [Geeks Love Detail]
🌈 $5 Tier: [Benedikt][David Martínez Martí]
After a lot of effort and some excellent insight from Sylvain Bertrand (thank you) we are now able to support a broader range of linux distributions with a few simple modifications/launch profiles. We will be integrating these into the code/steam store as time allows but here is a summary of what we found:
LD_LIBRARY_PATH=./:$LD_LIBRARY_PATH %command%
A startup script containing the following will make this automatic:
#!/bin/sh
LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
exec ./risksystem
This would be added as a file named something like risksystem.sh and executed. This launch option will be added to the next production release if not sooner.
[ 6102 ]
[ 563 ]
[ 1965 ]