Skip to content

MatchZy v0.5.0-alpha

Compare
Choose a tag to compare
@shobhit-pathak shobhit-pathak released this 06 Dec 17:40
· 272 commits to main since this release

MatchZy v0.5.0-alpha

What's New?

  • Matches can now be setup using JSON file! This includes locking players to their correct team and side, setting the map(s) and configuring the game rules. Added matchzy_loadmatch <filepath> and matchzy_loadmatch_url "<url>" commands (read more at https://shobhit-pathak.github.io/MatchZy/match_setup/)
  • Demos can now be uploaded to a URL once the map and recording ends. Command to setup the upload URL: matchzy_demo_upload_url "<url>" (read more at https://shobhit-pathak.github.io/MatchZy/gotv/#automatic-upload)
  • Removed map reload on map end to avoid any issues
  • Fixed issues while restoring round during halftime
  • Fixed lag on round end which was due to pushing stats into the database. Now that operation is async!
  • This one is not related to the working of the plugin, but we have a new documentation page! https://shobhit-pathak.github.io/MatchZy/

Installation:
There are 2 files attached here, one is the matchzy-0.5.0.zip which only contains the MatchZy plugin files. Extract its contents in csgo/ directory of the server. (Prerequisite: Metamod and CounterStrikeSharp should be already installed on the server)

Second one is matchzy-0.5.0-with-cssharp.zip which contains MatchZy plugin file as well as CounterStrikeSharp plugin files so that you don't have to install CounterStrikeSharp separately. Simply extract its contents in csgo/ directory of the server. (Prerequisite: Metamod should be already installed on the server, rest CounterStrikeSharp and MatchZy will be installed once you extract the contents) (RECOMMENDED FOR FIRST TIME INSTALLERS)