- Thread Starter
- #51
Nice work. FS_NOWRITE_PATH makes it write in user's directory instead (I have yet to follow the code path and understand how it works)? I didn't know that the engine already had that functionality and something like this was going to need to be added myself.I guess I found a somewhat nice solution now (port works!)
As in:(edit: I have a little suggestion, you could add anexec
in your scripts... )
Code:
LD_LIBRARY_PATH="$XASH_BIN_PATH:$LD_LIBRARY_PATH" exec "$XASH_BIN_PATH/xash3d" \
-clientlib "$HL_CLIENT_LIB" -dll "$HL_SERVER_LIB" -console "$@"
I can do. Also tempted to merge your patch (unless you noticed any potential issues in your testing?)