You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,7 @@ Mod | Version | Why
95
95
[CS2_ExecAfter](https://github.com/kus/CS2_ExecAfter) | `1.0.0` | Executes a command after server event (i.e. OnMapStart) or a delay.
96
96
[CS2 Remove Map Weapons](https://github.com/kus/CS2-Remove-Map-Weapons) | `1.0.1` | Remove weapons from the map in CS2 as `mp_weapons_allow_map_placed 0` does not work.
97
97
[GameModeManager](https://github.com/nickj609/GameModeManager)| `1.0.59` | A simple Counter-Strike 2 server plugin that helps admins manage game modes and map groups.
98
+
[cs2-inventory-simulator](https://github.com/ianlucas/cs2-inventory-simulator-plugin)| `19` | Use any Weapon, Knife, Gloves, Agent, Music Kit, Pin or Graffiti. [How?](#skin-changer)
98
99
[MatchZy](https://github.com/shobhit-pathak/MatchZy) | `0.8.9` | MatchZy is a plugin for CS2 for running and managing practice/pugs/scrims/matches with easy configuration!
99
100
[MapConfigurator](https://github.com/ManifestManah/MapConfigurator)| `1.0.2` | Allows you to quick and easily create unique configuration files for each map on your server.
100
101
[K4-DamageInfo](https://github.com/KitsuneLab-Development/K4-DamageInfo) | `2.4.0` | Displays the amount of damage players have inflicted on the victim's HP and Armor, as well as the hit groups they have hit.
@@ -767,6 +768,34 @@ First open terminal and `cd` into the folder where you unzipped the zips i.e.: `
767
768
768
769
If you are on Windows, from the [CounterStrikeSharp](https://github.com/roflmuffin/CounterStrikeSharp/releases) with runtime zip, you need to copy the `api`,`bin`, `dotnet` folders from the `/addons/counterstrikesharp` folder to `/game/csgo/addons/windows/counterstrikesharp` in this repo.
769
770
771
+
### Skin changer
772
+
773
+
On your server your players will have the ability to change the following:
774
+
775
+
- Weapon
776
+
- Paint Kit, Wear, Seed, Name tag, StatTrak (with increment), and Stickers.
777
+
- Knife
778
+
- Paint Kit, Wear, Seed, Name tag, and StatTrak (with increment).
779
+
- Gloves
780
+
- Paint Kit, Wear, Seed.
781
+
- Agent
782
+
- Patches.
783
+
- Music Kit
784
+
- StatTrak (with increment).
785
+
- Pin
786
+
- Graffiti
787
+
788
+
Go to [https://inventory.cstrike.app](https://inventory.cstrike.app/) and click `Sign-in to sync` and log in with Steam (this needs to be the same Steam account you are playing on).
789
+
790
+
Click `Craft Item` and create the items you want. You need to right click them and "Equip" them like you do in-game.
791
+
792
+
On the server type `!ws` and it should update your skins to what you have set.
793
+
794
+
> [!CAUTION]
795
+
> Your server can be banned by Valve for using this plugin (see their [server guidelines](https://blog.counter-strike.net/index.php/server_guidelines)). Use at your own risk.
796
+
797
+
If you **DO NOT** want to use this plugin; change `FollowCS2ServerGuidelines` to `true` in `addons/counterstrikesharp/configs/core.json`. It is recommended to do this via [custom files](#custom-files).
798
+
770
799
### I run a Surf/KZ/Bhop server and want [MovementUnlocker](https://github.com/Source2ZE/MovementUnlocker) and [CS2Fixes-RampbugFix](https://github.com/Interesting-exe/CS2Fixes-RampbugFix) permanently on
0 commit comments