CounterStrikeSharp: Difference between revisions
No edit summary |
|||
(10 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
}} | }} | ||
[[File:Counterstrikesharp.png|left|50x50px|CounterStrikeSharp|link=]] | [[File:Counterstrikesharp.png|left|50x50px|CounterStrikeSharp|link=]] | ||
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. | CounterStrikeSharp is a server side modding framework for [[CS2|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. | ||
== CounterStrikeSharp Plugins available at CKRAS == | == CounterStrikeSharp Plugins available at CKRAS == | ||
*[[MatchZy|'''MatchZy''']] Scrim/Prac/Tactics/Matches Addon (''recommended'') | *[[MatchZy|'''MatchZy''']] Scrim/Prac/Tactics/Matches Addon (''recommended'') | ||
*[[OpenPrefirePrac|Prefire]] Train prefire on Competitve Maps | *[[OpenPrefirePrac|Prefire]] Train prefire scenarios on Competitve Maps | ||
*Deathmatch ( | *Deathmatch (on request available, please note not compatible with MatchZy) | ||
*[[Retakes]] ( | *[[Retakes]] <NEW> (with additional modifier like Instadefuse) | ||
== Install CounterStrikeSharp | == Install CounterStrikeSharp == | ||
CSS is available as default in the CKRAS [[webinterface]], you just have to activate [[Metamod|MM]] and you can easily install the latest version with one click. | CSS is available as default in the CKRAS [[webinterface]], you just have to activate [[Metamod|MM]] and you can easily install the latest version with one click. | ||
[[File:Install-matchzy-panel.png|750x750px]] | [[File:Install-matchzy-panel.png|750x750px]] | ||
== Update CounterStrikeSharp == | |||
To Update CounterStrikeSharp, simply click on <u>Update</u> in the webinterface. | |||
[[File:Css-update.png|alt=CounterStrikeSharp Update|750x750px]] | |||
Recommended CSS PLugins | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 32: | Line 38: | ||
[[OpenPrefirePrac|PreFire]] | [[OpenPrefirePrac|PreFire]] | ||
|} | |} | ||
== Language == | |||
You can adjust the Language of the Plugin by editing ServerLanguage in this file: <code>addons/counterstrikesharp/configs/core.json</code> ([[CS2#FTP Usage|FTP]]) | |||
== CKRAS GAMESERVER == | == CKRAS GAMESERVER == |
Latest revision as of 08:31, 1 August 2024
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.
CounterStrikeSharp Plugins available at CKRAS
- MatchZy Scrim/Prac/Tactics/Matches Addon (recommended)
- Prefire Train prefire scenarios on Competitve Maps
- Deathmatch (on request available, please note not compatible with MatchZy)
- Retakes <NEW> (with additional modifier like Instadefuse)
Install CounterStrikeSharp
CSS is available as default in the CKRAS webinterface, you just have to activate MM and you can easily install the latest version with one click.
Update CounterStrikeSharp
To Update CounterStrikeSharp, simply click on Update in the webinterface.
Recommended CSS PLugins
Language
You can adjust the Language of the Plugin by editing ServerLanguage in this file: addons/counterstrikesharp/configs/core.json
(FTP)
CKRAS GAMESERVER
Want to easily manage your CS2 gameserver? Use our CKRAS BOT