Index of /riscv64/DC-ROMA-II-Pad/Games/Half-Life_1/

NameLast ModifiedSizeType
../ -  Directory
README.txt2024-Nov-02 18:29:290.8Ktext/plain; charset=utf-8
half-life_1.tar.gz2024-Nov-01 22:15:2735.6Mapplication/x-gtar-compressed
# Precompiled bins and libs are attached as half-life_1.tar.gz 

# If you want to build yourself here is a short howto  
# We need to compile the following 

# Copy the origilan HL1 data  valve directory to /path/to/hl1  (where you will compile the riscv64 binaries and libs) 
# Go to some work SRC directory $BUILD 
 
cd $BUILD
git clone --recursive https://github.com/FWGS/xash3d-fwgs 
cd xash3d-fwgs 
./waf configure --enable-gles2  --enable-static-gl --disable-gl  --disable-soft   -8 
./waf build 
./waf install destdir=/path/to/hl1 

cd $BUILD
git clone --recursive https://github.com/fgsfdsfgs/hlsdk-xash3d
cd hlxdk-xash3d
./waf configure 
./waf build 
./waf install destridir=/path/to/hl1 

cd /path/to/hl1 
./xash3d -dev 5 -windowed -width 1280 -height 720  (Windowed) 
(There will be an error for OpenGL first, ignore this)
./xash3d -dev 5 -fullscreen  (Fullscreen) 
Webserver 1.0