2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-29 05:20:23 +01:00
Go to file
2017-07-22 13:51:07 +07:00
assets
jni Add wait timeouts 2017-07-22 13:49:07 +07:00
res Remove OPEN_DOCUMENT_TREE request, because it's still does not gives permission to use fopen() call. So, forbid unwritable SD cards at all. 2017-04-01 00:52:13 +03:00
scripts
src/in/celest/xash3d Make force-quit after engine wait timeout 2017-07-22 13:51:07 +07:00
test Fix compatibility problems, add setTitle, setIcon 2017-03-26 22:11:27 +00:00
unused Xash3D background service (prevend unload) 2017-03-24 22:03:00 +00:00
xash-extras@b67d30d29e Update repos 2016-09-12 00:58:28 +00:00
.gitignore Update gitignore 2017-04-01 11:52:59 +03:00
.gitmodules
.travis.yml Update deploy script 2017-03-24 22:28:49 +00:00
AndroidManifest.xml Merge. 2017-04-01 00:19:08 +03:00
ant.properties
build-test.sh Xash3D background service (prevend unload) 2017-03-24 22:03:00 +00:00
build.properties
build.sh Fix gen-config & gen-version scripts 2016-09-13 21:34:11 +03:00
build.xml AAPT has written by monkeys! 2016-11-24 13:14:47 +00:00
debug.sh [skip ci] Just disable XASH_SDL in debug buildscript 2016-08-05 19:53:14 +06:00
default.properties
gen-config.sh Fix gen-config 2016-11-22 02:01:10 +06:00
gen-version.sh Fix gen-config & gen-version scripts 2016-09-13 21:34:11 +03:00
makepak.py
proguard-project.txt
project.properties Implement Immediate Mode(sticky) on 4.4 or higher 2016-08-05 19:17:12 +06:00
README.md [skip ci] Fix build status readme link 2016-08-23 17:29:16 +06:00
travis-deploy.sh Update deploy script again 2017-03-25 20:58:20 +00:00
travis-upload.sh Update upload script again 2016-11-25 11:26:49 +00:00

==== Xash3D Android

Build Status

Users

Installation guide

  1. Download the APK and extras.7z from Github Releases. https://github.com/SDLash3D/xash3d-android-project/releases/latest
  2. Install the APK.
  3. Create /sdcard/xash folder.
  4. Copy "valve" folder from your Half-Life Steam version to /sdcard/xash/. Example: /sdcard/xash/valve -- game data
  5. Unpack extras.7z. It have recommended game configs and sprites for WON-style menu.
  6. 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.

  1. Copy modification folder to /sdcard/xash
  2. 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.