Skip to content

Commit d14c311

Browse files
committed
- ADDED: cs2-inventory-simulator to allow players to set custom Weapon, Knife, Gloves, Agent, Music Kit, Pin or Graffiti
1 parent b6e1493 commit d14c311

File tree

10 files changed

+985
-2
lines changed

10 files changed

+985
-2
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Mod | Version | Why
9595
[CS2_ExecAfter](https://github.com/kus/CS2_ExecAfter) | `1.0.0` | Executes a command after server event (i.e. OnMapStart) or a delay.
9696
[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.
9797
[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)
9899
[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!
99100
[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.
100101
[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.: `
767768

768769
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.
769770

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+
770799
### 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
771800

772801
Based on your OS; copy:
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"ChangeSubclass": {
3+
"signatures": {
4+
"library": "server",
5+
"windows": "48 89 6C 24 ? 56 48 83 EC ? 48 8B EA 48 8B F1 E8 ? ? ? ? 84 C0 0F 84",
6+
"linux": "55 48 89 E5 41 57 41 56 41 55 49 89 F5 41 54 49 89 FC 53 48 81 EC ? ? ? ? E8 ? ? ? ? 84 C0 74 ? 48 8D 05"
7+
}
8+
},
9+
"CAttributeList_SetOrAddAttributeValueByName": {
10+
"signatures": {
11+
"library": "server",
12+
"windows": "40 53 41 56 41 57 48 81 EC ? ? ? ? 0F 29 74 24",
13+
"linux": "55 48 89 E5 41 57 41 56 49 89 FE 41 55 41 54 49 89 F4 53 48 83 EC ? F3 0F 11 85"
14+
}
15+
},
16+
"CBaseModelEntity_SetBodygroup": {
17+
"signatures": {
18+
"library": "server",
19+
"windows": "48 89 5C 24 ? 48 89 74 24 ? 57 48 83 EC ? 41 8B F8 48 8B F2 48 8B D9 E8",
20+
"linux": "55 48 89 E5 41 56 49 89 F6 41 55 41 89 D5 41 54 49 89 FC 48 83 EC"
21+
}
22+
},
23+
"CCSPlayerPawn_IsAbleToApplySpray": {
24+
"signatures": {
25+
"library": "server",
26+
"windows": "48 89 5C 24 ? 48 89 74 24 ? 48 89 7C 24 ? 4C 89 74 24 ? 55 48 8D AC 24 ? ? ? ? 48 81 EC ? ? ? ? 49 8B F1",
27+
"linux": "55 48 89 E5 41 57 41 56 49 89 FE 41 55 49 89 D5 41 54 48 8D 95"
28+
}
29+
},
30+
"CCSPlayerController_ProcessUsercmds": {
31+
"signatures": {
32+
"library": "server",
33+
"windows": "48 8B C4 44 88 48 20 44 89 40 18 48 89 50 10 53",
34+
"linux": "55 48 89 E5 41 57 41 56 41 89 D6 41 55 41 54 49 89 FC 53 48 83 EC 38"
35+
}
36+
},
37+
"CServerSideClientBase_SetSignonState": {
38+
"signatures": {
39+
"library": "engine2",
40+
"windows": "40 57 48 83 EC ? 48 8B F9 48 89 74 24",
41+
"linux": "55 89 F0 48 89 E5 41 57 41 56"
42+
}
43+
},
44+
"CServerSideClientBase_Connect": {
45+
"signatures": {
46+
"library": "engine2",
47+
"windows": "48 89 5C 24 ? 48 89 6C 24 ? 48 89 74 24 ? 48 89 7C 24 ? 41 54 41 56 41 57 48 83 EC ? 4C 8B BC 24 ? ? ? ? 4D 8B E0 41 0F B7 F1 4C 8B F1 4D 85 FF 74 ? 49 8B 07 49 8B CF FF 50 ? BB ? ? ? ? 84 C0 74 ? BB ? ? ? ? 8B 0D ? ? ? ? 8B D3 FF 15 ? ? ? ? 0F B6 AC 24 ? ? ? ? 84 C0 74 ? 4D 85 FF 74 ? 49 8B 07 49 8B CF FF 50 ? 48 8B D0 EB ? 48 8D 15 ? ? ? ? 8B 0D ? ? ? ? 4C 8D 05 ? ? ? ? 48 89 54 24 ? 4D 8B CC 89 6C 24 ? 8B D3 89 74 24 ? FF 15 ? ? ? ? 40 84 ED 75 ? 45 33 C0 48 8D 0D ? ? ? ? 41 8D 50 ? E8 ? ? ? ? 49 8B 06 49 8B CE 49 8B BE ? ? ? ? 49 8B 9E ? ? ? ? FF 50 ? B9 ? ? ? ? 49 89 BE ? ? ? ? 49 89 BE ? ? ? ? 49 89 9E ? ? ? ? 66 41 89 B6 ? ? ? ? FF 15 ? ? ? ? 33 FF",
48+
"linux": "55 48 89 E5 41 57 49 89 FF 41 56 41 55 41 89 CD"
49+
}
50+
}
51+
}

0 commit comments

Comments
 (0)