blob: ded8142128bb3ab8d60566d23ae638fcbc925939 (
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:/usr/lib32/xash3d"
# Path for extras.pak
export XASH3D_EXTRAS_PAK1="/usr/share/xash3d/extras.pak"
|