2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-12-03 07:31:11 +01:00
Go to file
2015-12-30 02:56:06 +06:00
assets Initial beloko drop-out, add extras envs 2015-12-20 16:39:56 +06:00
jni Initial beloko drop-out, add extras envs 2015-12-20 16:39:56 +06:00
res Drop unneeded resources 2015-12-30 01:09:22 +06:00
src Fix crash 2015-12-30 02:55:19 +06: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@3b845d9198 Add xash-extras submodule 2015-12-22 01:28:15 +06:00
.gitignore Add pak utils 2015-12-20 17:19:32 +06:00
.gitmodules Add xash-extras submodule 2015-12-22 01:28:15 +06:00
.travis.yml Fix yandex upload paths 2015-08-24 00:02:07 +07:00
AndroidManifest.xml Add vibration support and swap next/prev weapon 2015-12-30 02:53:07 +06:00
ant.properties
build-test.sh Skip .git in pak 2015-12-20 17:39:19 +06:00
build.properties
build.sh Remove unused line 2015-10-13 03:44:23 +07:00
build.xml
debug.sh Update buildscripts and manifest(set debuggable to false) 2015-10-13 03:43:51 +07:00
default.properties
gen-version.sh Fix spaces, add time to yandex 2015-08-20 15:59:11 +07:00
makepak.py Skip .git in pak 2015-12-20 17:39:19 +06:00
proguard-project.txt
project.properties
README.md

==== 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