2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-30 06:00:17 +01:00
xash3d-fwgs/README.md

31 lines
1.1 KiB
Markdown
Raw Normal View History

2015-05-22 16:59:49 +02:00
====
2015-05-31 10:58:37 +02:00
Xash3D Android
2015-05-22 16:59:49 +02:00
====
2015-08-11 15:56:50 +02:00
[![Build Status](https://travis-ci.org/SDLash3D/xash3d-android-project.svg)](https://travis-ci.org/SDLash3D/xash3d-android-project)
2015-05-31 10:58:37 +02:00
### Users
#### Installation guide
0. Download the APK and extras.7z from Github Releases. https://github.com/SDLash3D/xash3d-android-project/releases/latest
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
4. Unpack extras.7z. It have recommended game configs and sprites for WON-style menu.
5. Open game.
2015-05-22 16:59:49 +02:00
2015-05-31 10:58:37 +02:00
#### 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.
2015-05-31 10:59:25 +02:00
2015-05-31 10:58:37 +02:00
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
+ Just put into jni/src/XXXX/ a symlink to a repository. For example, for HLSDK it will be jni/src/HLSDK/halflife/
+ We use our SDL2 fork. See https://github.com/mittorn/SDL-mirror