|
|
@ -4,4 +4,18 @@ |
|
|
|
|
|
|
|
|
Code is in `DashExt/lua/vehicle/extensions/auto/extdash.lua`, and dependencies in `DashExt/lua/common` |
|
|
Code is in `DashExt/lua/vehicle/extensions/auto/extdash.lua`, and dependencies in `DashExt/lua/common` |
|
|
|
|
|
|
|
|
Copy the `DashExt` folder into `%appdata%\..\Local\BeamNG.drive\latest\mods\unpacked` |
|
|
|
|
|
|
|
|
Copy the `DashExt` folder into `%appdata%\..\Local\BeamNG.drive\latest\mods\unpacked` |
|
|
|
|
|
|
|
|
|
|
|
## Settings |
|
|
|
|
|
|
|
|
|
|
|
Check the "OutGauge support" in options / others, then change the IP address & port, then disable OutGauge support again. |
|
|
|
|
|
|
|
|
|
|
|
## Links |
|
|
|
|
|
|
|
|
|
|
|
- https://wiki.beamng.com/Programming.html |
|
|
|
|
|
- https://documentation.beamng.com/modding/lua/ |
|
|
|
|
|
- https://wiki.beamng.com/Lua:Reference#Global_userdata_objects |
|
|
|
|
|
- https://www.reddit.com/r/CarHacking/comments/uq3jcu/connecting_an_instrument_cluster_from_my_car_to/ |
|
|
|
|
|
- https://en.lfsmanual.net/wiki/OutSim_/_OutGauge |
|
|
|
|
|
- https://www.beamng.com/threads/outgauge-support-specifications.82507/ |
|
|
|
|
|
- https://www.beamng.com/threads/extract-simulation-data.82469/ |