Skip to content

Commit 440ec19

Browse files
authored
Update readme's
1 parent 5710a54 commit 440ec19

File tree

2 files changed

+23
-20
lines changed

2 files changed

+23
-20
lines changed

README.EN.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[![RU](https://user-images.githubusercontent.com/9499881/27683795-5b0fbac6-5cd8-11e7-929c-057833e01fb1.png)](https://github.com/r57zone/XInput-feedback-Arduino/blob/master/README.md)
2+
[![EN](https://user-images.githubusercontent.com/9499881/33184537-7be87e86-d096-11e7-89bb-f3286f752bc6.png)](https://github.com/r57zone/XInput-feedback-Arduino/blob/master/README.EN.md)
3+
# (En) XInput feedback Arduino
4+
Feedback for the keyboard and mouse. The library emulates the Xbox gamepad and sends a vibration signal to Arduino (pin 3). It does not work in all games and only for 32 bit games.
5+
6+
## Setup
7+
Change the COM port number in the "Vibration.ini" file.
8+
9+
10+
Copy the files "xinput1_3.dll" and "Vibration.ini" to the folder with the game. Perhaps for some games, you will have to rename "xinput1_3.dll" to one of the names: "xinput1_4.dll" (Windows 8 / metro apps only), "xinput1_2.dll", "xinput1_1.dll" or "xinput9_1_0.dll".
11+
12+
## Download
13+
>Version for Windows XP, 7, 8.1, 10.
14+
15+
**[Download](https://github.com/r57zone/XInput-feedback-Arduino/releases)**
16+
17+
## Feedback
18+
`r57zone[at]gmail.com`

README.md

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# (Ru) XInput feedback Arduino
2-
Обратная отдача для клавиатуры и мыши. Библиотека эмулирует Xbox геймпад и отправляет сигнал о вибрации на Arduino (пин 3). Работает не во всех играх.
1+
[![RU](https://user-images.githubusercontent.com/9499881/27683795-5b0fbac6-5cd8-11e7-929c-057833e01fb1.png)](https://github.com/r57zone/XInput-feedback-Arduino/blob/master/README.md)
2+
[![EN](https://user-images.githubusercontent.com/9499881/33184537-7be87e86-d096-11e7-89bb-f3286f752bc6.png)](https://github.com/r57zone/XInput-feedback-Arduino/blob/master/README.EN.md)
3+
# XInput feedback Arduino
4+
Обратная отдача для клавиатуры и мыши. Библиотека эмулирует Xbox геймпад и отправляет сигнал о вибрации на Arduino (пин 3). Работает не во всех играх и только для 32 битных игр.
35

46
## Настройка
57
Измените номер COM-порта в файле "Vibration.ini".
@@ -13,21 +15,4 @@
1315
**[Загрузить](https://github.com/r57zone/XInput-feedback-Arduino/releases)**
1416

1517
## Обратная связь
16-
`r57zone[собака]gmail.com`
17-
18-
# (En) XInput feedback Arduino
19-
Feedback for the keyboard and mouse. The library emulates the Xbox gamepad and sends a vibration signal to Arduino (pin 3). Does not work in all games.
20-
21-
## Setup
22-
Change the COM port number in the "Vibration.ini" file.
23-
24-
25-
Copy the files "xinput1_3.dll" and "Vibration.ini" to the folder with the game. Perhaps for some games, you will have to rename "xinput1_3.dll" to one of the names: "xinput1_4.dll" (Windows 8 / metro apps only), "xinput1_2.dll", "xinput1_1.dll" or "xinput9_1_0.dll".
26-
27-
## Download
28-
>Version for Windows XP, 7, 8.1, 10.
29-
30-
**[Download](https://github.com/r57zone/XInput-feedback-Arduino/releases)**
31-
32-
## Feedback
33-
`r57zone[at]gmail.com`
18+
`r57zone[собака]gmail.com`

0 commit comments

Comments
 (0)