CounterStrikeSharp: Difference between revisions

From CKRAS Wiki

No edit summary
No edit summary
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
CounterStrikeSharp is a server side modding framework for Counter-Strike: Global Offensive. This project attempts to implement a .NET Core 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 Counter-Strike: Global Offensive. This project attempts to implement a .NET Core 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.


{| class="wikitable"
|-
| style="width: 350px; height: 150px; background-color: #f0f0f0; text-align: center; color: black;" |
[[MatchZy]]
| style="width: 350px; height:150px; background-color: #f0f0f0; text-align: center; color: black;" |
[[OpenPrefirePrac|PreFire]]
|}


<div class="container">
    <div class="window" id="window1" style="width: 350px; height: 250px; background-color: #f0f0f0;" onmouseover="changeColor('window1')" onmouseout="resetColor('window1')">
        Inhalt des ersten Fensters hier einfügen
    </div>
    <div class="window" id="window2" style="width: 350px; height: 250px; background-color: #f0f0f0;" onmouseover="changeColor('window2')" onmouseout="resetColor('window2')">
        Inhalt des zweiten Fensters hier einfügen
    </div>
</div>


<script>
We us CSS for
function changeColor(elementId) {
*[[MatchZy]] (recommended)
    document.getElementById(elementId).style.backgroundColor = '#444444';
*[[OpenPrefirePrac]] (on request !prefire)
}
*Deathmatch (Testing)
*Retake Mods (Testing)


function resetColor(elementId) {
    document.getElementById(elementId).style.backgroundColor = '#f0f0f0';
}
</script>


We us CSS for
* [[MatchZy]] (recommended)
* [[OpenPrefirePrac]] (on request !prefire)
* Deathmatch (Testing)
* Retake Mods (Testing)
{{info|CounterStrikeSharp is a simpler way to write CS2 server plugins. }}


'''<big>Order your [[CS2]] Server [https://www.ckras.com here]</big>'''
'''<big>Order your [[CS2]] Server [https://www.ckras.com here]</big>'''
[[Category:CS2]]
[[Category:CS2]]

Revision as of 10:33, 21 April 2024

CounterStrikeSharp is a server side modding framework for Counter-Strike: Global Offensive. This project attempts to implement a .NET Core 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.

MatchZy

PreFire


We us CSS for


Order your CS2 Server here