10 lines
469 B
Plaintext
10 lines
469 B
Plaintext
# Path to Steam Half-Life data, where ./valve and ./valve_hd dirs are located (readonly)
|
|
# Must already contain build https://github.com/FWGS/hlsdk-portable libs in `dlls` and `cl_dlls/`
|
|
STEAM_HALFLIFE_DIR=${HOME}/opt/Half-Life
|
|
|
|
# Path to https://rtxash.omgwtf.ru/Half-Life-RTX/Half-Life-PBR repo clone (readonly)
|
|
HALFLIFE_PBR_REPO_DIR=${HOME}/src/Half-Life-PBR
|
|
|
|
# Path to https://github.com/w23/xash3d-fwgs/ clone (readonly)
|
|
XASH3D_RT_REPO_DIR=${HOME}/src/xash3d-fwgs
|