blob: 730d6777ac6ad7239906624a87e28cdb6a9e22ed (
plain)
1
2
3
4
5
6
7
8
9
|
# Set here the path where valve folder is placed
export XASH3D_BASEDIR="path where is placed valve folder (check /etc/conf.d/xash3d)"
# Don't move it if you don't know what does it mean
export LD_LIBRARY_PATH+="/usr/lib/xash3d"
# Path for extras.pak
export XASH3D_EXTRAS_PAK1="/usr/share/xash3d/extras.pak"
|