2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-27 12:29:53 +01:00
Go to file
2015-09-10 08:30:17 +07:00
assets
jni Add volume keys switch, fix recent bugs 2015-09-10 08:30:17 +07:00
libs
res Add volume keys switch, fix recent bugs 2015-09-10 08:30:17 +07:00
src Add volume keys switch, fix recent bugs 2015-09-10 08:30:17 +07:00
test Allow start ShortcutActivity from launcher 2015-09-04 20:55:37 +07:00
.gitignore
.travis.yml Fix yandex upload paths 2015-08-24 00:02:07 +07:00
AndroidManifest.xml Allow start ShortcutActivity from launcher 2015-09-04 20:55:37 +07:00
ant.properties
build-test.sh
build.properties
build.sh
build.xml
debug.sh
default.properties
gen-version.sh
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