Skip to content

Building correct, but running... #473

Open
IsaacMvmv opened this issue May 3, 2021 · 2 comments
Open

Building correct, but running... #473

IsaacMvmv opened this issue May 3, 2021 · 2 comments

Comments

@IsaacMvmv
Copy link

Hi guys, I have a RPI4b 4gb ram and I want to play Half Life in it. Better than wine is this engine, but when I compile it for armv7 (It has armv7 OS) and I execute 'LD_LIBRARY_PATH=. ./xash3d', it opens a server, good valve directory, etc
I think it is due my script, there it is:

`#/bin/sh

rm -rf ~/clones/xash3d
rm -rf ~/clones/hlsdk-xash3d
rm ~/Half-Life/*
mkdir ~/Half-Life/
mkdir ~/clones
cd ~/clones

git clone --recursive https://github.com/FWGS/xash3d
cd xash3d/engine/
git clone https://github.com/FWGS/nanogl
cd ..
git clone https://github.com/ValveSoftware/halflife
mv halflife hlsdk
mkdir build
cd build
cmake -DHL_SDK_PATH=../hlsdk/ -DXASH_NANOGL=yes -DXASH_VGUI=no -DXASH_GLES=yes ..
make -j4

cp engine/libxash.so ~/Half-Life/
cp game_launch/xash3d ~/Half-Life/
cp mainui/libxashmenu.so ~/Half-Life/

cd ~/clones
git clone https://github.com/FWGS/hlsdk-xash3d
cd hlsdk-xash3d
mkdir build
cd build
cmake ../
make -j4

cp cl_dll/client.so /Half-Life/
cp dlls/hl.so `
/Half-Life/``

Thanks

@a1batross
Copy link
Member

I don't recommend using old engine branch. It's unmaintained.

Please switch to new engine.

@IsaacMvmv
Copy link
Author

Ill se, thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants