StrikerLink Runtime
StrikerLink is the library that serves as the connection between the Mavrik-Pro, game engine, PC, and/or Android headset.
Download StrikerLink
Download the StrikerLink installer here:
- 0.11.3 - Latest stable build. Supports Pico 4 Ultra Enterprise.
- 0.10.0 - StrikerLink webservice and Firmware 1.2 updates.
- 0.9.0 - Android Installer introduced.
Wireless Communication
- For best performance developing with a direct-to-PC connection, use Windows 11 with a Bluetooth antenna that supports BLE 5.1 or above.
- Windows 10 and BLE 5.0 are supported with limited performance.
- Use of StrikerLink Bridge Mode is strongly encouraged in commercial situations for blasters traveling further than 3m from the server. Bridge Mode takes advantage of the Wi-Fi on your VR headset to transfer data to a server PC.
Android
Using StrikerLink Android Installer
- Plug the USB-C cable connected to your headset into your PC/laptop.
- Ensure USB debugging is enabled on your headset.
- You can verify this using
adb deviceson the command line or with the SideQuest app. - Navigate to
C:/ProgramFiles/StrikerVR/StrikerLink/Tools/StrikerLink-Android-Installer/. - Double-click
StrikerLink-Android-Installer.exeto run the installer. - Follow the instructions provided by the installer.
- Once the installation is complete, a notification should appear in your headset indicating that StrikerLink has successfully started.
- If the installer does not recognize your device, double-check that USB debugging is enabled.
- Ensure you have the latest USB drivers installed on your PC.
- Make sure to allow any permissions requested by your headset during the process.
Manual ADB Installation
- Find the APK and helpful install files in the Tools folder within the StrikerLink install directory.
- If installing the APK manually with Android Debug Bridge, use the
-gflag to grant all necessary permissions:
adb install -g com.StrikerVR.StrikerLink-latest.apk
- If your Mavrik-Pro does not connect automatically, reboot your headset or run:
adb shell am start-foreground-service -n com.StrikerVR.StrikerLink/com.StrikerVR.StrikerLink.BackgroundService
- StrikerLink can also be installed with SideQuest using the Run ADB Commands dropdown and this install command:
adb install -g "<file-path>/com.StrikerVR.StrikerLink-latest.apk"
Haptic Version Compatibility
Original haptic format
StrikerLink 0.6.0: Firmware 1.0
Enhanced haptic support
- StrikerLink version 0.7.1+: Firmware 1.1+
- Unity SDK 0.8.2+
- Unreal Engine SDK 5.1+
For additional assistance, please join the StrikerVR Discord or email Support@StrikerVR.com.