Skip to content

Releases: samyycX/CS2-PlayerModelChanger

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

V1.7.0 - Instant change, thirdperson preview

24 Jul 12:57
Compare
Choose a tag to compare

New feature

  1. player can get their model changed instantly (may have a short immunity time after changing)
    If you want to disable this feature, change DisableInstantChange to true in PlayerModelChanger.json

  2. player can have a thirdperson preview after changing model (only available if you enable instant update)
    If you want to disable this feature, change DisableThirdPersonPreview to true in PlayerModelChanger.json

  3. now you can control the cooldown time for changing model. (See ModelChangeCooldownSecond)

Fix bugs

  • Fix #28
  • optimize model menu when player have forced default model
  • fix a database problem when you have AutoResyncCache enabled

V1.6.1 - fix bug

21 Jul 05:27
Compare
Choose a tag to compare
  1. fix the bug when providing team argument plugin to !models command plugin will always reject it #27 , thanks to @tiltysola

V1.6.0 - Add `DisablePlayerSelection` option

11 Jul 13:47
Compare
Choose a tag to compare

Add DisablePlayerSelection to control whether player can change their model, if it is set to true, commands !md, !model, !models will be disabled.

V1.5.1 - Improve sub menu

06 Jul 13:55
Compare
Choose a tag to compare
  1. now you can move left to return to previous menu if you are using wasd menu

Important

it is now recommended to use "wasd" instead of "interactive" for Config.MenuType

V1.5.0 - Support WASD interactive menu, update to net8.0 and latest ccs api

02 Jul 15:19
Compare
Choose a tag to compare
  1. support WASD interactive menu (need WASDMenuAPI)
  2. update to net8.0 and latest ccs api

V1.4.1 - fix bugs

11 May 18:19
Compare
Choose a tag to compare

A small fix for:

  • permission bug
  • menu display bug

V1.4.0 - Auto resync, model for bots, assign a model by steamid64

11 May 13:46
Compare
Choose a tag to compare
  1. Add AutoResyncCache config
  2. Add ModelForBots config
  3. support SteamID64 in models permissions and permissionsOr config
  4. improve reload
  5. fix some translation

V1.3.0 - Support reload config, model menu update

02 May 07:48
Compare
Choose a tag to compare

Using second version number as feature update, third version number as bug fix or translation fix now

  1. add !modeladmin reload command for reloading configs
  2. migrate team select into the model select menu
  3. add DisableRandomModel config
  4. refactor some codes
  5. fix the permission issue of models set by !modeladmin, now they can override the permissions and permissionsOr restrict

Changed translations:

  • Added "command.modeladmin.reloadsuccess"
  • Added "modelmenu.selectside"
  • Modified "command.modeladmin.hint" (add !modeladmin reload)

V1.2.3 - Add 'default' option in menu, add pt-BR translation, add pooling for mysql

31 Mar 09:55
Compare
Choose a tag to compare
  1. Add 'default' option in model menu
  2. Add pt-BR translation (#8), by @crashzk
  3. Add pooling for MySQL connection (#12), by @xshadowbringer
  4. No longer provide noprecache version, instead migrate it in the config, see Known issues