Skip to content

Releases: samyycX/CS2-PlayerModelChanger

V1.8.5 - Random multiple bots model

01 Jan 10:08
Compare
Choose a tag to compare

Feature

  1. Add support for random multiple bots model, you can set a list in ModelForBots config.

V1.8.4 - Fix default models reporting model not found

31 Dec 14:44
Compare
Choose a tag to compare

Fix

Fix the wrongly reported default model not found error, and add support to @random index in default model config.

V1.8.3 -Support multiple default models

28 Dec 06:53
Compare
Choose a tag to compare

You can now assign multiple model to a default model and they will be randomly selected

V1.8.2 - Improve instant update

06 Dec 11:09
Compare
Choose a tag to compare
  1. Improve instant model update, no longer kills player

V1.8.1 - Fix bugs

22 Nov 11:27
Compare
Choose a tag to compare

🛠️ Fix

  1. Fix the permissionsOr option giving wrong access to models
  2. Fix a potential error when player joining server

V1.8.0 - Menu rework, custom meshgroup system

09 Nov 15:39
515a535
Compare
Choose a tag to compare

✨ Major Changes

  • Rework menu, a new styled wasd menu is available.
  • Abandon MenuType config.
  • Remove the dependence of WASDMenuAPI.
  • Allow user to customize the meshgroups of models with multi meshgroup, See Wiki

⚙️ Others

  • Rewrite some database codes.
  • Beautify the README.
  • Probably fix a potential problem about inspection.

If you met any problem, feel free to submit a issue or report it in discord.

V1.7.4 - fix inspection logic bug

12 Aug 15:06
Compare
Choose a tag to compare

fix some bugs about inspection

V1.7.3 - fix inspection respawn dead player

01 Aug 03:39
Compare
Choose a tag to compare

fix inspection respawn dead player

V1.7.2 - Fix potential problem when inspecting

29 Jul 09:42
Compare
Choose a tag to compare

Fix potential problem when inspecting

V1.7.1 - Rotation mode inspection

26 Jul 14:22
Compare
Choose a tag to compare

Important

The DisableThirdPersonPreview added in v1.7.0 is now ABANDONED. Check Inspection instead.

"Inspection": {
    "Enable": true,
    "Mode": "rotation" // "rotation" or "thirdperson"
},

Updates

  • New rotation inspection mode
  • now player can cancel the inspection by jumping
  • fix camera cancel issue
  • fix infinite reset when forced default model doesn't exist
  • some command outputs have prefix now
  • optimize the plugin size