2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 09:56:22 +01:00
Go to file
2015-05-31 14:59:25 +06:00
assets Touch controls icon pack by @Nicknekit 2015-05-26 00:25:07 +06:00
jni Rework Makefiles, enable optimisations, fix links 2015-05-25 00:20:18 +07:00
libs Added Touchscreen control by Emile Belanger 2015-05-19 10:42:14 +01:00
res Launcher (command line arguments) 2015-05-26 00:11:50 +06:00
src Launcher (command line arguments) 2015-05-26 00:11:50 +06:00
.gitignore Rework Makefiles, enable optimisations, fix links 2015-05-25 00:20:18 +07:00
AndroidManifest.xml v0.14.1 2015-05-26 21:51:28 +06:00
ant.properties CRLF to LF on all files 2015-05-22 20:59:49 +06:00
build.properties CRLF to LF on all files 2015-05-22 20:59:49 +06:00
build.sh CRLF to LF on all files 2015-05-22 20:59:49 +06:00
build.xml CRLF to LF on all files 2015-05-22 20:59:49 +06:00
debug.sh CRLF to LF on all files 2015-05-22 20:59:49 +06:00
default.properties CRLF to LF on all files 2015-05-22 20:59:49 +06:00
proguard-project.txt CRLF to LF on all files 2015-05-22 20:59:49 +06:00
project.properties First blood 2015-04-04 22:20:20 +06:00
README.md Update README.md 2015-05-31 14:59:25 +06:00

==== Xash3D Android

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