From eba7d9c313e7a05f0c296f7a18cd571eba9683b2 Mon Sep 17 00:00:00 2001 From: Michael Wilson Date: Mon, 2 Sep 2024 14:43:11 +1000 Subject: [PATCH] [no ci] Update README.md --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0c9079c2..6eb21cc1 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,19 @@ -# CounterStrikeSharp +
Table of Contents ↗️
+ +

CounterStrikeSharp

+ +
+ + + downloads + chat on discord +
+
CounterStrikeSharp is a server side modding framework for Counter-Strike 2. This project implements a .NET 8 scripting layer on top of a Metamod Source Plugin, allowing developers to create plugins that interact with the game server in a modern language (C#) to facilitate the creation of maintainable and testable code. [Come and join our Discord](https://discord.gg/eAZU3guKWU) -## History - -This project is an ongoing migration of a previous project (titled [VSP.NET](https://github.com/roflmuffin/vspdotnet)) whereby a scripting layer was added to a Valve Server Plugin for CSGO. - -Due to the architectural changes of CS2, the plugin is being rebuilt on the ground up, to support Linux 64-bit, something which was previously impossible. - ## Install Download the latest build from [here](https://github.com/roflmuffin/CounterStrikeSharp/releases). (Download the with runtime version if this is your first time installing).