Releases: samyycX/CS2-PlayerModelChanger
Releases · samyycX/CS2-PlayerModelChanger
V1.8.5 - Random multiple bots model
Feature
- 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
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
You can now assign multiple model to a default model and they will be randomly selected
V1.8.2 - Improve instant update
- Improve instant model update, no longer kills player
V1.8.1 - Fix bugs
🛠️ Fix
- Fix the
permissionsOr
option giving wrong access to models - Fix a potential error when player joining server
V1.8.0 - Menu rework, custom meshgroup system
✨ 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
fix some bugs about inspection
V1.7.3 - fix inspection respawn dead player
fix inspection respawn dead player
V1.7.2 - Fix potential problem when inspecting
Fix potential problem when inspecting
V1.7.1 - Rotation mode inspection
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