mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-23 10:20:08 +01:00
assets | ||
jni | ||
res | ||
scripts | ||
src | ||
test | ||
unused | ||
xash-extras@5bd72a90a3 | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
AndroidManifest.xml | ||
ant.properties | ||
build-test.sh | ||
build.properties | ||
build.sh | ||
build.xml | ||
debug.sh | ||
default.properties | ||
gen-version.sh | ||
makepak.py | ||
proguard-project.txt | ||
project.properties | ||
README.md |
==== Xash3D Android
Users
Installation guide
- Download the APK and extras.7z from Github Releases. https://github.com/SDLash3D/xash3d-android-project/releases/latest
- Install the APK.
- Create /sdcard/xash folder.
- Copy "valve" folder from your Half-Life Steam version to /sdcard/xash/. Example: /sdcard/xash/valve -- game data
- Unpack extras.7z. It have recommended game configs and sprites for WON-style menu.
- Open game.
Launching other mods
**Currently this port support only Half-Life. Only mods that doesn't have libraries will work perfectly. **
For example, if you want to play Half-Life: Uplink.
- Copy modification folder to /sdcard/xash
- Open game and in console args write:
-game "NameOfModFolder"
Bugs
About all bugs please write to issues with your device and OS info.
Developers
- For compiling, run
git submodule init && git submodule update
. Otherwise you will get an empty APK, without any libraries. We use our SDL2 fork. See https://github.com/mittorn/SDL-mirror. Nevermind. We don't use SDL2 anymore.