Skip to content

Releases: splewis/csgo-multi-1v1

Version 1.1.10

30 Oct 20:31
Compare
Choose a tag to compare

Changes since 1.1.9:

  • Removed custom radar removal logic, users should use sv_disable_radar in their cfg/sourcemod/multi1v1/game_cvars.cfg file now instead, as the default config now does
  • Silence all new radio commands
  • More translations
  • New forwards around ratings
  • Fix an issue where players are stuck on team menus

1.1.9

19 Feb 22:29
Compare
Choose a tag to compare
  • Correct an issue where the Multi1v1_OnRoundTypesAdded forward is called too early for most plugins to listen to the forward

1.1.8

01 Jan 21:35
Compare
Choose a tag to compare

Changes since 1.1.7:

  • change Multi1v1_OnRoundTypesAdded to be called in OnPluginStart instead of OnMapStart, this fixes a cookie issue where clientprefs cookies aren't always saved
  • add support for "rifle_preference" and "pistol_preference" in customrounds.cfg file

1.1.7

20 Aug 20:02
Compare
Choose a tag to compare

The 1.1.6 release didn't get compiled properly. (It was compiled before f445e79 was merged in)

1.1.6

19 Aug 04:12
Compare
Choose a tag to compare

Changes since 1.1.5:

  • cleanup include for new syntax more (thanks headline22)
  • fix for 2017/08/17 update introducing a change breaking arena muting (thanks Kinsi and Technoblazed)
  • quit releasing old web php website. This is no longer maintained - if you really want it you can find it on previous releases.

1.1.5

13 Feb 06:42
Compare
Choose a tag to compare
  • update russian translations
  • update chinese translations
  • move auto-update url off public dropbox urls
  • cleanup multi1v1 include [thanks headline22]

1.1.4

19 Jun 00:50
Compare
Choose a tag to compare

1.1.4:

  • add sm_autospec command for players to automatically spectate active arenas while dead
  • give the proper knife (weapon_knife_t) to players on the T side
  • update chinese translations (thanks 872517414)
  • add hint text messages when an opponent leaves in an active arena or when you have no opponent
  • replace sv_alltalk with new cvars in game_cvars.cfg

1.1.3

18 Feb 05:47
Compare
Choose a tag to compare
  • update spawn-arena-finding code to work post 2/17/2016 update
  • add cvar sm_multi1v1_auto_create_tables (default 1) to allow disabling auto MySQL table creation/updates
  • add "health" field in custom round configs (defaults to 100)

1.1.2

06 Feb 08:14
Compare
Choose a tag to compare

1.1.2:

  • update pugsetup integration to pugsetup 2.0.0 api
  • add multi1v1_spawninfo command for dumping spawn info
  • add cvar sm_multi1v1_randomize_arena_order to randomize arena order

1.1.1 release

14 Nov 18:37
Compare
Choose a tag to compare

This fixes some small issues left from the 1.1.0 release: https://github.com/splewis/csgo-multi-1v1/releases/tag/1.1.0

  • correct sm_multi1v1_mute_other_arenas behavior to not mute gunshots when the plugin is disabled
  • update polish translations (thanks spyrek)
  • update chinese translations (thanks 872517414)
  • remove some extraneous debug statements accidentally left in 1.1.0

To upgrade from 1.1.0, update the translations directory and the plugins/multi1v1.smx file. No other files were affected by this release.