Skip to content

Releases: gemidyne/microtf2

v5.2.12

25 Feb 20:29
Compare
Choose a tag to compare

Upgrade notes

What's Changed

  • Fix players sometimes being teleported out of the map in the Hit The Target microgame by @woisalreadytaken in #262

New Contributors

Full Changelog: v5.2.11...v5.2.12

v5.2.11

18 Feb 22:11
Compare
Choose a tag to compare

Upgrade notes

Changes

  • 5539160: #261 - Add mtf2_waitingforplayers_time convar to allow waiting for players to be changed via cfg file (Safalin)
  • 73c8815: Bump version (Safalin)

Full Changelog: v5.2.10...v5.2.11

v5.2.10

01 Feb 22:42
Compare
Choose a tag to compare

Upgrade notes

Changes

  • 166a927: fix(convars) #259 - don't modify sv_use_steam_voice or sm_mapvote_extend (Stevu)
  • ba14bd1: fix(convars) #260 - don't modify mp_forcecamera cvar (Stevu)
  • 0f68af4: Bump plugin version to v5.2.10 (Stevu)

Full Changelog: v5.2.9...v5.2.10

v5.2.9

11 Dec 10:46
Compare
Choose a tag to compare

Upgrade notes

Commits

  • e512371: Fix BossGameThreshold in special round config (FortyTwoFortyTwo) #245
  • 50fea45: Possible fix for #250 - needs testing though (Stevu)
  • efe6436: Fix 1.12 builds (Stevu)
  • 18c0431: Fix sdk/integration plugins (Stevu)

v5.2.8

02 Dec 15:22
Compare
Choose a tag to compare

Upgrade notes

Commits

v5.2.7

27 Sep 20:14
Compare
Choose a tag to compare

Upgrade notes

Bug Fixes

  • prop count boss: Fix #240 - trigger_hurt in boss arena did not cover all areas
  • morecolors: Fix #241 - SourceMod 1.11 not enough space on the heap. Thanks to @NyxNyxNyxNyxNyxNyx for verifying this bugfix.
  • special rounds: Fix Non-stop special round leaving boss time overlay on screen (Steven)

Code Refactoring

  • convars: Remove UMC convar checks (Steven)

Continuous Integration

  • Update SourceMod versions to 1.11.x (stable) and 1.12.x (dev) (Steven)

Commits

  • 8c158ce: Remove support notice. (Steven)
  • 8526378: Testing automated release (Steven)
  • 0d538c3: Update and rename main.yml to ci.yml (Steven)
  • 33e063f: Create release.yml (Steven)
  • 4d32640: Update release.yml (Steven)
  • 8cd9170: Update release.yml (Steven)
  • 6d04bcb: Update release.yml (Steven)
  • 1a92273: Push fix for trigger hurt for issue #240 (Steven) #242
  • b17e7f3: Trying to work around morecolors issue again. Needs tested - if this does not work, need to find a suitable replacement, or make our own version (Steven) #243
  • f224a16: Remove unused colours from morecolors embedded (Steven) #243
  • c19fffe: Add static keyword (like private in C++/C#) to fields in minigamesystem that are not intended for public access (Steven) #243
  • 89fafa8: Add static keywords to special rounds (Steven) #243
  • a667d35: Adding static to weapons (Steven) #243
  • 4a22119: Update plugin names (Steven) #243
  • d044b20: Move pragma to top (Steven) #243
  • 94f7601: fix(map)!: Bump ASSET_VERSION to v5_2c - requires warioware_redux_v5c.bsp. (Steven)

v5.2.6 - Heap error fix

10 Sep 14:12
Compare
Choose a tag to compare

Version: 5.2.6
Type: Required

Changes in this release:

  • Added #pragma dynamic to fix #238 - Not enough space on the heap.

If updating from v5.2.5, you only need to copy the updated AS-MicroTF2.smx from tf/addons/sourcemod/plugins to your server. Apologies for slow releases. We hope to resume support & dev of this gamemode and to automate releases.


For more information on what is included in v5.0.0+, as well as Server Operator & Developer/Integrator upgrade notes, please refer to the release notes page on gemidyne.com: https://www.gemidyne.com/projects/microtf2/release-notes/v5/

v5.2.0+ requires warioware_redux_v5b map to run. See more information at https://github.com/gemidyne/microtf2/wiki/Map-Compatibility


If you are upgrading your game server from a Version 4 or previous Version 5/5.1 release:

  • Upload warioware_redux_v5b to your tf/maps folder (and optionally create a .bz2 version for fast download).
  • Extract the files from warioware_v5.2.5.zip to your game server's tf folder.
  • Install the SteamWorks extension. (And optionally, if no other installed plugins require SteamTools, uninstall the SteamTools extension.)

If you have any issues with this update, please raise issues on the GitHub tracker and provide as much information as you can in order to resolve it.

v5.2.5 Gamedata Update

22 Jun 19:21
0b866ab
Compare
Choose a tag to compare

Version: 5.2.5
Type: Required

Changes in this release:

  • Gamedata updated as part of latest TF2 update #237. Thanks @Mikusch.

If updating from v5.2.3 or v5.2.4, you only need to download the attached microtf2.txt file and save it to tf/addons/sourcemod/gamedata.


For more information on what is included in v5.0.0+, as well as Server Operator & Developer/Integrator upgrade notes, please refer to the release notes page on gemidyne.com: https://www.gemidyne.com/projects/microtf2/release-notes/v5/

v5.2.0+ requires warioware_redux_v5b map to run. See more information at https://github.com/gemidyne/microtf2/wiki/Map-Compatibility


If you are upgrading your game server from a Version 4 or previous Version 5/5.1 release:

  • Upload warioware_redux_v5b to your tf/maps folder (and optionally create a .bz2 version for fast download).
  • Extract the files from warioware_v5.2.5.zip to your game server's tf folder.
  • Install the SteamWorks extension. (And optionally, if no other installed plugins require SteamTools, uninstall the SteamTools extension.)

If you have any issues with this update, please raise issues on the GitHub tracker and provide as much information as you can in order to resolve it.

v5.2.4 Optional Update

18 May 19:04
a58bd78
Compare
Choose a tag to compare

Version: 5.2.4
Type: Optional

Changes in this release:

  • Fixed a missing token replacement call for some sounds played during the Typing Attack boss. #234

If updating from v5.2.3, you only need to copy over the plugin's SMX file.


For more information on what is included in v5.0.0+, as well as Server Operator & Developer/Integrator upgrade notes, please refer to the release notes page on gemidyne.com: https://www.gemidyne.com/projects/microtf2/release-notes/v5/

v5.2.0+ requires warioware_redux_v5b map to run. See more information at https://github.com/gemidyne/microtf2/wiki/Map-Compatibility


If you are upgrading your game server from a Version 4 or previous Version 5/5.1 release:

  • Upload warioware_redux_v5b to your tf/maps folder (and optionally create a .bz2 version for fast download).
  • Extract the files from warioware_v5.2.1.zip to your game server's tf folder.
  • Install the SteamWorks extension. (And optionally, if no other installed plugins require SteamTools, uninstall the SteamTools extension.)

If you have any issues with this update, please raise issues on the GitHub tracker and provide as much information as you can in order to resolve it.

v5.2.3 Update (Fixes gamedata)

16 Nov 17:50
Compare
Choose a tag to compare

v5.2.3 is a gamedata update for the 2021-11-15 update. Thanks to @FortyTwoFortyTwo for the new offsets.

If updating from v5.2.2, you only need to copy over the new gamedata from tf/addons/sourcemod/gamedata/microtf2.txt - this is included within the warioware_v5.2.3.zip file.


For more information on what is included in v5.0.0+, as well as Server Operator & Developer/Integrator upgrade notes, please refer to the release notes page on gemidyne.com: https://www.gemidyne.com/projects/microtf2/release-notes/v5/

v5.2.0+ requires warioware_redux_v5b map to run. See more information at https://github.com/gemidyne/microtf2/wiki/Map-Compatibility


If you are upgrading your game server from a Version 4 or previous Version 5/5.1 release:

  • Upload warioware_redux_v5b to your tf/maps folder (and optionally create a .bz2 version for fast download).
  • Extract the files from warioware_v5.2.1.zip to your game server's tf folder.
  • Install the SteamWorks extension. (And optionally, if no other installed plugins require SteamTools, uninstall the SteamTools extension.)

If you have any issues with this update, please raise issues on the GitHub tracker and provide as much information as you can in order to resolve it.