2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-25 19:30:08 +01:00
Go to file
2016-05-06 16:48:21 +00:00
assets Initial beloko drop-out, add extras envs 2015-12-20 16:39:56 +06:00
jni Fix and rework launch 2016-05-06 14:58:09 +00:00
res Android 1.5 support 2016-05-06 08:58:01 +00:00
src Fix install 2016-05-06 16:48:21 +00:00
test Fix and rework launch 2016-05-06 14:58:09 +00:00
unused Temporarily disable Steam support 2016-03-31 17:29:54 +03:00
xash-extras@3e0b87b9e2 Update branches 2016-05-02 21:37:39 +00:00
.gitignore Merge beloko-drop branch 2016-01-16 13:20:59 +03:00
.gitmodules Switch to new hlsdk 2016-02-29 20:12:50 +00:00
.travis.yml Update travis 2016-05-06 15:12:19 +00:00
AndroidManifest.xml Update travis 2016-05-06 15:12:19 +00:00
ant.properties
build-test.sh Fix and rework launch 2016-05-06 14:58:09 +00:00
build.properties
build.sh Check for undefined reference in case 2016-03-31 17:48:04 +03:00
build.xml
debug.sh Update scripts 2016-01-18 17:07:52 +00:00
default.properties
gen-version.sh Update gen-version script 2016-03-02 08:06:16 +00:00
makepak.py Skip .git in pak 2015-12-20 17:39:19 +06:00
proguard-project.txt
project.properties Update project.properties 2016-05-01 11:05:12 +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