2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-23 18:30:50 +01:00
Go to file
2016-02-14 19:41:42 +00:00
assets Initial beloko drop-out, add extras envs 2015-12-20 16:39:56 +06:00
jni Update engine 2016-02-08 20:22:51 +00:00
res Update about dialog 2016-01-16 14:58:49 +03:00
src Disable exiting onDestroy as android may kill process while saving config 2016-02-14 19:41:42 +00:00
test Add vibration permission to test manifest 2015-12-30 02:56:06 +06:00
unused Initial beloko drop-out, add extras envs 2015-12-20 16:39:56 +06:00
xash-extras@501f577f6b Update engine, extras 2016-01-30 16:26:37 +00:00
.gitignore Merge beloko-drop branch 2016-01-16 13:20:59 +03:00
.gitmodules Fix wrong repo uri 2016-01-18 16:41:57 +00:00
.travis.yml Fix makepak on travis, add tegra2 and armv5 builds 2016-01-22 09:09:43 +00:00
AndroidManifest.xml Bump to 0.17 2016-01-30 21:24:52 +00:00
ant.properties CRLF to LF on all files 2015-05-22 20:59:49 +06:00
build-test.sh Skip .git in pak 2015-12-20 17:39:19 +06:00
build.properties CRLF to LF on all files 2015-05-22 20:59:49 +06:00
build.sh Update scripts 2016-01-18 17:07:52 +00:00
build.xml CRLF to LF on all files 2015-05-22 20:59:49 +06:00
debug.sh Update scripts 2016-01-18 17:07:52 +00:00
default.properties New activity based on SDLActivity 2015-06-11 14:30:34 +07:00
gen-version.sh Update gen-version.sh 2016-01-18 16:48:37 +00:00
makepak.py Skip .git in pak 2015-12-20 17:39:19 +06:00
proguard-project.txt CRLF to LF on all files 2015-05-22 20:59:49 +06:00
project.properties It's a minimal API when there is no errors in AndroidManifest. Also, with this it works on Android 2.3 2015-09-08 21:27:55 +03:00
README.md Update README.md 2015-08-11 19:56:50 +06: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