From e8d10e1a3c14fc0ab317d5b3a8451e08191735d7 Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Thu, 2 Oct 2025 00:11:47 +0100 Subject: [PATCH] Added this README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..219fee5 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# BeamNGMockOG +Utility to both record (with the caveat that it doesn't record yet) and replay +binary data relating to the Outgauge struct of beamng. + +This will help me develop some stuff I'm doing for `ESDI` and my peripherals +without having to be playing the game while doing it (fans are noisy). + + +# Installation +`go install github.com/ESilva15/BeamNGMockOg@latest` + + +# Usage +To start replaying: +`BeamNGMockOg replay -a 127.0.0.1 -p 4443 -i sunburstManual.bin`