2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-23 02:15:55 +01:00
Go to file
2018-09-25 17:40:58 +03:00
assets Initial beloko drop-out, add extras envs 2015-12-20 16:39:56 +06:00
jni Update engine 2018-07-14 21:20:32 +03:00
res Add privacy policy link on our website 2018-09-25 17:40:58 +03:00
scripts Adjust upload script 2016-05-14 01:19:07 +03:00
src Decrease mMinHeight for cstrike to make minimal resolutions availiable 2018-07-25 00:24:47 +00:00
test Update test AndroidManifest. Set version string to 0.19.1. 2018-02-04 12:54:14 +03:00
unused All translation other than English and Russian was temporarily disabled, because they do not represent exact translation of English text anymore(missing translations, translation errors) 2018-03-01 22:14:52 +03:00
xash-extras@79bca79ec3 Update extras again 2018-07-14 17:47:37 +07:00
.gitignore Update gitignore 2017-04-01 11:52:59 +03:00
.gitmodules Remove org.json submodule, as this is a part of public Android SDK 2017-09-28 16:57:30 +03:00
.travis.yml Common sign key for all testing builds 2018-02-15 19:14:16 +03:00
AndroidManifest.xml An update is scheduled for 14th of July 2018-07-14 00:04:01 +03:00
ant.properties CRLF to LF on all files 2015-05-22 20:59:49 +06:00
build Update buildscript 2018-03-21 02:19:43 +03:00
build-test.sh Refactoring, fix theme 2018-04-07 13:52:57 +07:00
build.properties CRLF to LF on all files 2015-05-22 20:59:49 +06:00
build.xml Fix default build(test.version=0) 2017-09-28 16:57:30 +03:00
debug.keystore Common sign key for all testing builds 2018-02-15 19:14:16 +03:00
default.properties New activity based on SDLActivity 2015-06-11 14:30:34 +07:00
gen-config.sh Fix gen-config 2016-11-22 02:01:10 +06:00
gen-version.sh Fix gen-config & gen-version scripts 2016-09-13 21:34:11 +03:00
makepak.py Skip .git in pak 2015-12-20 17:39:19 +06:00
proguard-project.txt CRLF to LF on all files 2015-05-22 20:59:49 +06:00
project.properties Implement Immediate Mode(sticky) on 4.4 or higher 2016-08-05 19:17:12 +06:00
README-ru.md Update README.md. 2018-05-24 22:56:46 +03:00
README.md Update README.md. 2018-05-24 22:56:46 +03:00
test.properties Fix default build(test.version=0) 2017-09-28 16:57:30 +03:00
travis-deploy.sh Remove unneeded SUPPORT_WEBP=false from travis.yml, as we don't use SDL and SDL_image. Update travis-deploy.sh from engine repo 2018-01-29 01:58:52 +03:00
travis-upload.sh Update upload script again 2016-11-25 11:26:49 +00:00

Xash3D FWGS Android

Build Status

Users

Installation guide

  1. Download the APK from Xash3D FWGS repo releases page: https://github.com/FWGS/xash3d/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. Run the game.

Launching other mods

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 and run.

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 and ModDB.

For more information about supported mods, see this article.

Bugs

About all bugs please write to issues with your device and OS info.

Developers

  • For compiling, run git submodule init && git submodule update --init --recursive. Otherwise you will get an empty APK, without any libraries.
  • We use our SDL2 fork. See https://github.com/mittorn/SDL-mirror. Nevermind. We don't use SDL2 anymore.