Skip to content

Commit a5df20c

Browse files
committed
- UPDATED: Inventory Simulator 32 > 33
1 parent be580da commit a5df20c

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Mod | Version | Why
9696
[CS2_ExecAfter](https://github.com/kus/CS2_ExecAfter) | `1.0.0` | Executes a command after server event (i.e. OnMapStart) or a delay.
9797
[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.
9898
[GameModeManager](https://github.com/nickj609/GameModeManager)| `1.0.62` | A simple Counter-Strike 2 server plugin that helps admins manage game modes and map groups.
99-
[Inventory Simulator](https://github.com/ianlucas/cs2-inventory-simulator-plugin)| `32` | Use any Weapon, Knife, Gloves, Agent, Music Kit, Pin or Graffiti. [How?](#skin-changer)
99+
[Inventory Simulator](https://github.com/ianlucas/cs2-inventory-simulator-plugin)| `33` | Use any Weapon, Knife, Gloves, Agent, Music Kit, Pin or Graffiti. [How?](#skin-changer)
100100
[MatchZy](https://github.com/shobhit-pathak/MatchZy) | `0.8.11` | MatchZy is a plugin for CS2 for running and managing practice/pugs/scrims/matches with easy configuration!
101101
[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.
102102
[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.

game/csgo/addons/counterstrikesharp/gamedata/inventory-simulator.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
{
2+
"ChangeSubclass": {
3+
"signatures": {
4+
"library": "server",
5+
"windows": "74 ? 48 8D 0D ? ? ? ? FF 15 ? ? ? ? EB ? BA",
6+
"linux": "0F 85 ? ? ? ? 31 C0 B9 ? ? ? ? BA ? ? ? ? 66 0F EF C0 31 F6 31 FF 48 C7 45 ? ? ? ? ? 48 C7 45 ? ? ? ? ? 48 C7 45 ? ? ? ? ? 48 C7 45 ? ? ? ? ? 0F 29 45 ? 48 C7 45 ? ? ? ? ? C7 45 ? ? ? ? ? 66 89 45 ? E8 ? ? ? ? 41 89 C5 85 C0 0F 8E"
7+
}
8+
},
29
"CAttributeList_SetOrAddAttributeValueByName": {
310
"signatures": {
411
"library": "server",

0 commit comments

Comments
 (0)