Expanded Arsenal: Android port.
Support me on Buy Me A Coffee, if you like my work and would like to support further development goals, like porting other great mods.
You can download a build at the Releases section, or use these links:
- Android
- Linux (not recommended, just use the original version)
- Windows (not recommended, same as above)
To run Expanded Arsenal you need the latest developer build of Xash3D FWGS, which you can get here, or just follow the instructions inside the app if you are not sure which file to download.
You have to download the mod from Mod DB and copy hl_expanded_arsenal
folder into your Xash3D FWGS directory.
After that, just install the APK and run.
Clone the source code:
git clone https://github.com/Velaron/expanded-arsenal --recursive
cmake -A Win32 -S . -B build
cmake --build build --config Release
cmake -S . -B build
cmake --build build --config Release
cd android
./gradlew assembleRelease