Skip to content

Releases: NockyCZ/CS2-Deathmatch

v1.2.3

28 Dec 04:30
Compare
Choose a tag to compare

✨ New Features

  • Added new Client Preference -> Damage Info to the config file
    • This means that players will see how much damage they have dealt to their opponents when they die or kill their opponents
  • Added support for plugin reload (When using the css_plugins reload command, a map will be refreshed)
  • Restarting the game/match (e.g. using the mp_restartgame command) will reset an active mode
  • Added a new option to the config file - Restart Map On Plugin Load
    • Useful for servers that use multimod, for example when switching from Retake to Deathmatch mode
  • Added new translations
    • "Chat.Disabled" and "Chat.Unlimited"
      • These translations are for Weapon Restrictions, if you set any weapon restriction to -1 or 0, it will no longer show the number but the text
    • "Chat.GivenDamageVictim"
    • "Chat.GivenDamageAttacker"
    • "Chat.NoDamageGiven"
    • "Prefs.DamageInfo"
  • Added support for Client Preferences Shortcut Commands
    • Each preference can now be turned on/off using the command you set

✏️ Changes

  • Updated Client Preferences -> Only Headshot
    • Now if a player has Only HS enabled, he can no longer see blood when a hit is not to the head
  • Remove Decals After Death renamed to Remove Decals in the config file
    • Decals (blood) now disappear instantly
  • Removed Include Restricted Weapons As Defaults from the config file

🐛 Bug Fixes

  • Fixed that NonVIP players were given the same amount of HP as VIP players

v1.2.2

20 Oct 13:33
Compare
Choose a tag to compare

✏️ Changes

  • Since the CanAcquire function was added to the CSS, the gamedata/Deatmatch.json was removed
  • For Windows servers, Deathmatch game_mode and game_type is now also supported
  • Code improvements

v1.2.1

25 Sep 20:06
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fixed errors when a player has no weapons set

v1.2.0

17 Sep 20:23
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fixed error when creating a new database in MariaDB
  • Fixed error when some Player Preferences were disabled

v1.1.9

15 Sep 17:26
Compare
Choose a tag to compare

Changes have been made to the configuration file! Check the changes.

✨ New Features

  • Added support for saving player's weapons for each mode & preferences to the database (Optional)
    • This means that now the weapons for all modes are set when a player joins

✏️ Changes

  • Updated Players Gameplay Settings section in the config file
    • Split into VIP and NonVIP players
    • Added Reffil Ammo in All Weapons
      • This means that if Refill Ammo Kill/Headshot is enabled, all player's weapons will be refilled
  • Reworked Spawns Editor
    • Command css_dm_editor now opens a menu that is used to add/remove and save spawns
    • Removed Commands:
      • css_dm_addspawn_ct
      • css_dm_addspawn_t
      • css_dm_removespawn
  • Updated Default Weapons in the config file
    • 0 - The first weapon from the list (That can be in rescrictions)
    • 1 - The first weapon from the list (That is not in rescrictions at all)
    • 2 - A Random weapon that is not in restrictions

🐛 Bug Fixes

  • Fixed wrong spawn coords on de_vertigo (Thanks EZR)

v1.1.8

10 Sep 16:23
Compare
Choose a tag to compare
  • Fixed: Broken spawns after map change

v1.1.7b

05 Sep 20:26
2c69fbf
Compare
Choose a tag to compare
v1.1.7b Pre-release
Pre-release

Pre-release version

  • Fixed broken spawns (Maybe)
  • Added debug messages to see if spawns are broken
  • Added teleport command: css_dm_tp <0/1> (0 = ct | 1 = t)

v1.1.7 hotfix

18 Aug 21:12
Compare
Choose a tag to compare

Hotfix for 1.1.7 version

  • Fixed that spawn points were not loaded when changing the map

v1.1.7

18 Aug 10:10
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fixed weapon drop when setting weapons using chat commands
  • Fixed that if Zeus was in utilities, players did not get knife - #53
  • Fixed that when changing weapons, players would have their armor removed - #55

✨ New Features

  • Added Block Player ChatWheel and Block Player Ping to the config file
  • Default Weapons , now affects bots too
  • If the timer is less than 60 seconds, it will still be in 00:XX format

v1.1.6

13 Jun 17:35
235afce
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fixed server crashes
  • Fixed bot weapons dropping

✨ New Features

  • Added Game Length to the config file (Gameplay Section)
    • This adjusts the roundtime and timelimit to the set value
  • Added support for nextmode in the Hud.NewModeStarting translation

✏️ Changes

  • Windows servers can't use Deathmatch Game mode (game_type 1; game_mode 2), only Casual or Custom