In every day evolving technology smartphones and mobile devices are becoming more and more powerful, if we go back a few years no one would have thought of playing consoles like visually realistic games on there mobile devices and wouldn't have thought of smartwatches being a reality. However a modder named Dave Bennett surpassed all the modern day limits by making Half life run on an Android Smartwatch.
The original half life is emulated on the smartwatch using the SdLass App, which helps in emulating the Gold source engine on Android devices .
Things You would need-
1)Half Life game
How to Play it on Your Smartphone Devices-
1)Enable Usb Debugging-
You need to enable usb debugging in order to connect Adb to your android smartwatch for doing so first you need to enable the developer option by tapping several times on you build number then enabling the usb debugging option in the developer menu.
You then need the following code to transfer file from Adb to smartwatch-
adb forward tcp:4444 localabstract:/adb-hub
adb connect localhost:4444
You might get a confirmation on your Smarthwatch be sure to accept it.
2)Installing SlashLash3D On Your Smartwear-
First you need to locate the the apk of the software on you device then input the following to install it.
adb -e install xashdroid-release.apk
3)Xash Folder-
Create a folder named Xashon your Android devices and type in the following-
adb -e shell
cd sdcard
mkdir xash
4)Extracting Extras.7z-
You need to extract all files from the download Extraz.7z and copy it to your half life game folder on your pc.
5)Valve Folder-
You then need to create a folder name valve in your android device and copy the following code then you need to type the following command-
mkdir xash/valve
Then you might need to type the exit command to get out of the shell.
Now to transfer the files from your Pc to your android device you need top type the following-
adb -e push E:\Steam\steamapps\common\Half-Life\valve (change with location of your valve folder) /sdcard/xash/valve
Its all done now it may take a while to transfer though. However the game doesn't runs that smoothly on your android device, it however depends on your hardware specification. However i tried it out for experimental purposes a geek inside me told me to do that.

I have a moto 360, it doesnt has a usb port
ReplyDeleteuse Bluetooth :)
Delete