Skip to content

Commit

Permalink
Update readme's
Browse files Browse the repository at this point in the history
  • Loading branch information
r57zone committed Oct 2, 2022
1 parent 1a511c0 commit 0606519
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ Razer Hydra | Левый Vive контроллер | Правый Vive конт
### Остальные особенности
Описание | Razer Hydra кнопка
------------ | -------------
Включение, выключение приседания | `ALT` + `9` и `ALT` + `0`
Включение, выключение приседания | `ALT` + `9` и `ALT` + `0` (заменяет на нажатие тачпада)

- Для HMD можно использовать любой драйвер, с поддержкой приседания по кнопке. Например, можно использовать [OpenVR-ArduinoHMD драйвер](https://github.com/r57zone/OpenVR-ArduinoHMD) или [TrueOpenVR и SteamVR мост драйвер](https://github.com/TrueOpenVR) для HMD (FreeTrack для HMD из смартфонов или ArduinoHMD для [полноценных DIY шлемов](https://github.com/TrueOpenVR/TrueOpenVR-DIY/blob/master/HMD/HMD.RU.md)).

- Изменить тип контроллеров, с Valve Index на HTC Vive, можно изменив значение `true` на `false`, параметра `IndexControllers`, в конфигурационном файле "default.vrsettings", параметр `CustomPressKey`

- Во время нажатия кнопки 3, на правом контроллере Razer Hydra, также нажимается кнопка клавиатуры (кнопка настраивается). Настройки приседания можно найти в конфигурационном файле "default.vrsettings".

- Поддерживается нажатие кнопки клавиатуры, на кнопку 4, левого контроллера. По умолчанию это кнопка `V`, изменить её можно в конфигурационном файле "default.vrsettings", параметр `CustomPressKey`, код нужной кнопки можно найти [здесь](https://github.com/r57zone/Half-Life-Alyx-novr/blob/master/BINDINGS.md#codes). Для Index контроллера нужно включить её в конфигурационном файле, изменив значение `false` на `true`, параметра `IndexCustomKey` и она заменит нажатие тачпада правого контроллера.
- Поддерживается нажатие кнопки клавиатуры, на кнопку 4, левого контроллера. По умолчанию это кнопка `V`, изменить её можно в конфигурационном файле "default.vrsettings", параметр `CustomPressKey`, код нужной кнопки можно найти [здесь](https://github.com/r57zone/Half-Life-Alyx-novr/blob/master/BINDINGS.md#codes). Включить её можно в конфигурационном файле, изменив значение `false` на `true`, параметра `EnableCustomKey` и она заменит нажатие тачпада контроллера.

- Отредактировать раскладку контроллеров можно также в "SteamVR Bindings UI", открыв настройки SteamVR, выбрав "Advance Settings" -> "Show" и перейдя в пункт контроллеры.

Expand All @@ -65,7 +65,7 @@ Razer Hydra | Левый Vive контроллер | Правый Vive конт

## Решение проблем
**• Стик наклонен в одну из сторон и не двигается в протиположную**<br>
Закройте SteamVR, отключите USB провод контроллеров, подождите 5-10 секунд и подключите снова..
Закройте SteamVR, отключите USB провод контроллеров, подождите 5-10 секунд и подключите снова.


**• Драйвер не работает:**
Expand All @@ -80,7 +80,7 @@ Razer Hydra | Левый Vive контроллер | Правый Vive конт
Удалите MotionCreator или RazerHydra утилиту.


**• Контроллеры безумно вращаются когда отодвигаешь их от базовой станции**<br>
**• Контроллеры безумно вращаются когда отодвигаешь их от базовой станции [(как здесь)](https://twitter.com/r57zone/status/1467868099940691970)**<br>
Контакты главной катушки, идущие в схему, окислились и их нужно зачистить, поцарапать или припаять напрямую без коннектора.

## Сборка
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ All clicks are inverted. | `ALT` + `4`
### Other features
Description | Razer Hydra Button
------------ | -------------
Turning on, off crouch | `ALT` + `9` and `ALT` + `0`
Turning on, off crouch | `ALT` + `9` and `ALT` + `0` (replaced to touchpad press)

- For HMD, you can use any driver that supports crouch by button. For example, you can use [OpenVR-ArduinoHMD Driver](https://github.com/r57zone/OpenVR-ArduinoHMD) or [TrueOpenVR and SteamVR Bridge Driver](https://github.com/TrueOpenVR) for HMD (FreeTrack for HMD from smartphones or ArduinoHMD for [full-fledged DIY headsets](https://github.com/TrueOpenVR/TrueOpenVR-DIY/blob/master/HMD/HMD.RU.md)).

- You can change the type of controllers from Valve Index to HTC Vive by changing the value `true` to `false`, parameter `IndexControllers`, in the configuration file "default.vrsettings", parameter `CustomPressKey`

- While pressing button 3, on the right Razer Hydra controller, the keyboard button is also pressed (the button is configurable). Crouch settings can be found in the configuration file "default.vrsettings".

- Supports pressing the keyboard button, on button 4, of the left controller. By default, this is the `V` button, you can change it in the "default.vrsettings" configuration file, the `CustomPressKey` parameter, the code for the desired button can be found [here](https://github.com/r57zone/Half-Life-Alyx-novr/blob/master/BINDINGS.md#codes). For the Index controller, you need to enable it in the configuration file by changing the value of `false` to `true`, the `IndexCustomKey` parameter and it will replace pressing the right controller touchpad.
- Supports pressing the keyboard button, on button 4, of the left controller. By default, this is the `V` button, you can change it in the "default.vrsettings" configuration file, the `CustomPressKey` parameter, the code for the desired button can be found [here](https://github.com/r57zone/Half-Life-Alyx-novr/blob/master/BINDINGS.md#codes). You can turn it on in the configuration file by changing the value of `false` to `true`, the `EnableCustomKey` parameter and it will replace pressing the controller touchpad.

- You can also edit the controller layout in the "SteamVR Bindings UI" by opening the SteamVR settings, selecting "Advance Settings" -> "Show" and going to the controllers item.

Expand All @@ -66,7 +66,7 @@ For more detailed instructions please visit the [wiki](https://github.com/betavr

## Problems solving
**• The stick is tilted to one side and does not move to the opposite side**<br>
Close SteamVR, unplug the controllers USB cable, wait 5-10 seconds and plug it back in..
Close SteamVR, unplug the controllers USB cable, wait 5-10 seconds and plug it back in.


**• Driver don't work:**
Expand All @@ -81,7 +81,7 @@ If it doesn’t help, try another utility RazerHydra [[1]](https://support.razer
Uninstall MotionCreator or RazerHydra utility.


**• Controllers spin insanely when pushed away from the base station**<br>
**• Controllers spin insanely when pushed away from the base station [(like that)](https://twitter.com/r57zone/status/1467868670609305600)**<br>
The main coil contacts going into the circuit are oxidized and need to be stripped, scratched or soldered directly without a connector.

## Building
Expand Down

0 comments on commit 0606519

Please # to comment.