2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-12-02 07:00:13 +01:00
Go to file
2015-10-06 21:53:31 +03:00
assets Touch controls icon pack by @Nicknekit 2015-05-26 00:25:07 +06:00
jni Merge branch 'master' of https://github.com/SDLash3D/xash3d-android-project 2015-10-06 21:53:31 +03:00
libs Added Touchscreen control by Emile Belanger 2015-05-19 10:42:14 +01:00
res Android project version bump 2015-09-30 02:53:08 +07:00
src Update version info, disable buggy fullscreen on 2.3 2015-09-23 00:44:39 +07:00
test Android project version bump 2015-09-30 02:53:08 +07:00
.gitignore Move project to git-submodules 2015-09-06 12:45:59 +03:00
.gitmodules Move project to git-submodules 2015-09-06 12:45:59 +03:00
.travis.yml Update .travis.yml 2015-10-04 12:24:31 +03:00
AndroidManifest.xml Merge pull request #40 from SDLash3D/temp 2015-10-06 21:50:41 +03:00
ant.properties CRLF to LF on all files 2015-05-22 20:59:49 +06:00
build-test.sh Add git versions to about dialog 2015-08-20 12:28:00 +07:00
build.properties CRLF to LF on all files 2015-05-22 20:59:49 +06:00
build.sh Add git versions to about dialog 2015-08-20 12:28:00 +07:00
build.xml CRLF to LF on all files 2015-05-22 20:59:49 +06:00
debug.sh Add git versions to about dialog 2015-08-20 12:28:00 +07:00
default.properties New activity based on SDLActivity 2015-06-11 14:30:34 +07:00
gen-version.sh Fix spaces, add time to yandex 2015-08-20 15:59:11 +07: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