Skip to content

Experimental v6

Compare
Choose a tag to compare
@JackD83 JackD83 released this 13 Sep 11:24
  • Hopefully fixed a crash that happened for some on ev5

  • added ability to disable controllers

  • added 3DOF mode

  • updated to Visual Studio 2019 and Cuda 10.1

  • allows to specify explicit IP address for ALVR server.

Server IP can be set from computer - by command line:
adb shell am startservice -n "com.polygraphene.alvr/.ChangeSettings" --es "targetServers" "10.10.10.10"
Multiple IP addresses can be separated by comma (and some other characters).
Setting can be effectively removed by using any string shorter than 7 characters (e.g. "none") instead of IP address.

This should provide native support for ALVR server and VR headset on different subnets/networks (e.g. ALVR over VPN and cloud gaming).