Skip to content

Releases: Mikusch/MannVsMann

1.3.0

11 Oct 13:01
Compare
Choose a tag to compare

This is a milestone release. The functional changes since the last release are minor but upgrading is still highly recommended.

Changelog

  • Added new convar mvm_showhealth (def. "0") to enable floating health bars over enemy players
  • Fixed a rare bug where currency packs would give money to the wrong team
  • Miscellaneous fixes and code improvements

1.2.3

09 Oct 19:48
22c360e
Compare
Choose a tag to compare

Changelog

  • [#8] Added tracking for player currency rewards
  • Fixed flag capture not awarding currency
  • Added round start music to arena mode
  • Miscellaneous fixes and code improvements

1.2.2

03 Oct 20:03
8d46047
Compare
Choose a tag to compare

Changelog

  • [#6] Fixed an exploit that allows players to get free upgrades and currency. Thanks to @gaejuck for raising this.

1.2.1

30 Sep 17:20
ee1d1aa
Compare
Choose a tag to compare

This minor release fixes various bugs related to player deaths and currency.

Changelog

  • Fixed explosive headshot radius kills not automatically distributing credits
  • Fixed revive markers not being created for environmental deaths or suicides
  • Fixed a bug that in rare cases would create two revive markers for a dead player
  • Fixed currency not being automatically distributed when a player dies to a trigger

1.2.0

29 Sep 12:07
c1b091b
Compare
Choose a tag to compare

This release adds support for custom upgrades.

Changelog

  • Added support for custom upgrade menu files
    • Added new ConVar mvm_custom_upgrades_file to set the custom upgrade menu file path
    • Upgrade files need to be downloaded by clients and should be named uniquely and versioned to avoid conflicts e.g. scripts/items/mvm_upgrades_mikusch_v1.txt
    • To reset to the default upgrades file, set mvm_custom_upgrades_file to an empty string

1.1.0

27 Sep 07:05
7e7aa3f
Compare
Choose a tag to compare

This release adds basic support for TF2's arena mode.

Changelog

  • Added support for arena mode
    • Upgrade menu opens during arena pre-round time on player spawn and class switch
    • Players do not create revive markers on death
    • Power up canteens can not be activated
    • No spawn protection
  • Fixed some players not receiving the tutorial hint

1.0.0

21 Sep 01:54
Compare
Choose a tag to compare

Thoroughly tested on Windows and Linux.