From f3a83156597a6fa7bdbd2c7a5369f5c1531b4318 Mon Sep 17 00:00:00 2001 From: Rug Date: Mon, 8 Apr 2024 15:45:02 -0700 Subject: [PATCH] shields --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 626c26e..4ea2885 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # An easy to use networking library for sending custom RPCs through Steam. +[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/RugbugRedfern/Mycelium-Networking-For-Content-Warning/build.yml?style=for-the-badge&logo=github)](https://github.com/RugbugRedfern/Mycelium-Networking-For-Content-Warning/actions/workflows/build.yml) +[![Thunderstore Downloads](https://img.shields.io/thunderstore/dt/RugbugRedfern/MyceliumNetworking?style=for-the-badge&logo=thunderstore&logoColor=white&color=%23328EFF)](https://thunderstore.io/c/content-warning/p/RugbugRedfern/MyceliumNetworking/) + ## A note -Landfall has asked mod developers not to send lots of data through Photon, which is the networking solution mainly used by the game. This is because they have to pay for all the bandwidth that modders use. To solve this issue, this mod was created to be used as an alternative to Photon. With MyceliumNetworking, RPCs can be used in a very similar fashion to Photon without comprimising on features. +Landfall has asked mod developers not to send lots of data through Photon, which is the networking solution mainly used by the game. This is because they have to pay for all the bandwidth that modders use. To solve this issue, this mod was created to be used as an alternative to Photon. With MyceliumNetworking, RPCs can be used in a very similar fashion to Photon without compromising on features. ## Usage 1. Add MyceliumNetworkingForCW.dll as a reference in your Visual Studio solution.