2018-05-23 19:31:26 +02:00
Xash3D FWGS Android
2015-05-22 16:59:49 +02:00
====
2016-08-23 13:29:16 +02:00
[![Build Status ](https://travis-ci.org/FWGS/xash3d-android-project.svg )](https://travis-ci.org/FWGS/xash3d-android-project)
2015-05-31 10:58:37 +02:00
### Users
#### Installation guide
2018-05-23 19:31:26 +02:00
0. Download the APK from Xash3D FWGS repo releases page: https://github.com/FWGS/xash3d/releases/latest
2015-05-31 10:58:37 +02:00
1. Install the APK.
2. Create /sdcard/xash folder.
3. Copy "valve" folder from your Half-Life Steam version to /sdcard/xash/. Example: /sdcard/xash/valve -- game data
2018-05-23 19:31:26 +02:00
4. Run the game.
2015-05-22 16:59:49 +02:00
2015-05-31 10:58:37 +02:00
#### Launching other mods
2018-05-23 19:31:26 +02:00
**This app can run only Half-Life and mods that doesn't have own game libraries.**
**Any mod with own custom game libraries required separate launcher with mod game libraries which was ported on Android.**
For example, if you want to play Half-Life: C.A.G.E.D.
1. Copy caged folder from your steam version of Half-Life: C.A.G.E.D. to /sdcard/xash.
2. Open Xash3D FWGS launcher and write to the command-line args:
> -game caged
Example for Half-Life: Blue Shift.
1. Copy bshift folder from your steam version of Half-Life: Blue Shift to /sdcard/xash.
2. Install separate launcher for Half-Life: Blue Shift from [here ](https://github.com/nekonomicon/BS-android/releases/latest ) and run.
2015-05-31 10:58:37 +02:00
2018-05-23 19:31:26 +02:00
You can always find mods with own game libraries which was ported on Android( Actually separate launchers with game libraries which was ported on Android ) in [Play Market ](https://play.google.com/store/apps/dev?id=7039367093104802597 ) and [ModDB ](https://www.moddb.com/games/xash3d-android/downloads ).
2015-05-31 10:59:25 +02:00
2018-05-23 19:31:26 +02:00
For more information about supported mods, see this [article ](https://github.com/FWGS/xash3d/wiki/List-of-mods-which-work-on-Android-and-other-non-Windows-platforms-without-troubles ).
2015-05-31 10:58:37 +02:00
#### Bugs
About all bugs please write to issues with your device and OS info.
### Developers
2018-05-23 19:31:26 +02:00
+ For compiling, run `git submodule init && git submodule update --init --recursive` . Otherwise you will get an empty APK, without any libraries.
2016-08-12 20:19:18 +02:00
+ ~~We use our SDL2 fork. See https://github.com/mittorn/SDL-mirror~~ . Nevermind. We don't use SDL2 anymore.