From 25a75452e7ee8cc4fd84c5af4aad0b1f8169cc69 Mon Sep 17 00:00:00 2001 From: Adam Mathieson Date: Sun, 1 May 2022 00:29:34 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a74c811..deb08a5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # Omsi-Extensions Omsi hooking and modding sdk. +[![.NET](https://github.com/space928/Omsi-Extensions/actions/workflows/dotnet.yml/badge.svg)](https://github.com/space928/Omsi-Extensions/actions/workflows/dotnet.yml) +[![DocFX](https://github.com/space928/Omsi-Extensions/actions/workflows/docs.yml/badge.svg)](https://github.com/space928/Omsi-Extensions/actions/workflows/docs.yml) +![Nuget](https://img.shields.io/nuget/v/omsihook) +![OMSI Version](https://img.shields.io/badge/OMSI%20Version-2.3.004-orange) + The dead simple way to hook into Omsi and fiddle with it's memory. In it's current state we only have mappings for a limited number of Omsi objects, but it's easy to extend. Allows both reading and writing data from Omsi in real time, but currently doesn't allow for anything that requires memory allocation