Add supported games list (#9)
* Add supported games list * readme: get car tyre diameter * typo
This commit is contained in:
parent
c0f0abaa6b
commit
b5ea1bb061
14
README.md
14
README.md
|
|
@ -18,6 +18,17 @@ Cross Platform device manager for driving and flight simulators, for use with co
|
||||||
- The support for haptic bass shakers is limited and needs the most work. So far the engine rev is a simple sine wave, which I find convincing. The gear shift event works but not convincing enough for me.
|
- The support for haptic bass shakers is limited and needs the most work. So far the engine rev is a simple sine wave, which I find convincing. The gear shift event works but not convincing enough for me.
|
||||||
- Choice of Portaudio or Pulseaudio backend.
|
- Choice of Portaudio or Pulseaudio backend.
|
||||||
|
|
||||||
|
## Suported Games
|
||||||
|
- Using [SimSHMBridge](https://github.com/spacefreak18/simshmbridge)
|
||||||
|
- Asseto Corsa
|
||||||
|
- Assetto Corsa Competizione
|
||||||
|
- Project Cars 2
|
||||||
|
- Automobilista 2
|
||||||
|
|
||||||
|
- Using [scs-sdk-plugin](https://github.com/jackz314/scs-sdk-plugin/releases)
|
||||||
|
- Euro Truck Simuator 2
|
||||||
|
- American Truck Simulator
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
- libserialport - arduino serial devices
|
- libserialport - arduino serial devices
|
||||||
- hidapi - usb hid devices
|
- hidapi - usb hid devices
|
||||||
|
|
@ -100,6 +111,9 @@ make # Make sure serial connection is the same as on the host pc and it have th
|
||||||
- Brake Pedal Motor to be connected to M3
|
- Brake Pedal Motor to be connected to M3
|
||||||
- you can actually connect the motors how you wish, but you'd have to make the appropriate changes to the config and to the arduino sketch.
|
- you can actually connect the motors how you wish, but you'd have to make the appropriate changes to the config and to the arduino sketch.
|
||||||
|
|
||||||
|
## Getting car tyre diameter for rumbles to work
|
||||||
|
- User needs to start monocoque and drive the new car straight at 70 kmph and then stop steering, acc or brake input
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
```
|
```
|
||||||
./monocoque test -vv # Make sure that ~/.config/monocque/monocoque.config only contains the devices you have connected.
|
./monocoque test -vv # Make sure that ~/.config/monocque/monocoque.config only contains the devices you have connected.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue