Releases: gemidyne/microtf2
2019.2.1.0 Update - "The Connect Update"
This update is aimed at other SourceMod developers to allow for integration with their own mapchooser plugins as well as ranking/levelling and inventory systems.
A changelog is listed at the bottom of this release.
Server Operators - Installing this update:
To install this update, please add the attached BSP file to your server's map folder. It contains the gamemode's sounds, overlays, and everything else required so no other files need to be served from your Fast DL server.
Once you installed the BSP, you need to extract the "warioware_2019.2.1.0.zip" file below to the same folder as srcds.exe or srcds_linux. This zip file also contains sounds - this is required on the serverside only, to calculate sound length. Players will not download these files.
MapChooser integration is now a separate plugin - this is bundled within the warioware_2019.2.1.0.zip file. If you have a different mapvoting plugin, you may have to develop an integration plugin to do so.
SourceMod Developers - Integrating with your own plugins
See the attached warioware.inc file for forwards and natives that you can consume.
Other notes
Gemidyne/Team WarioWare tested this gamemode on a Windows TF2 server, using SourceMod 1.10 with no other gamemodes running at the same time. If you encounter issues, please ensure you are not encountering an issue caused by another plugin you have installed.
If you reload this plugin and do not change the map, damage hooks will not work. We recommend that you reload the map after you reload the plugin to ensure everything is setup properly.
Changes in this release are:
- Intermission has been refactored out of the main gamemode plugin and moved into a new "integration" plugin. Currently, only support for SourceMod's Stock MapChooser has been added. If you use a different mapvoting plugin, you may need to develop a small integration plugin.
- Added an include file "warioware.inc" which allows SourceMod developers to receive event notifications from the WarioWare gamemode about Gamemode status, Player win states, scores and other details.
2019.2.0.0 Update
This update brings an all-new boss, adds several enhancements and fixes some issues.
A changelog is listed at the bottom of this release.
HOTFIX RELEASED, please redownload warioware_2019.2.zip as this contains a data fix.
Server Operators - Important please read:
We have changed the way we will distribute the gamemode files. Instead of serving sounds and other assets separately, these should now be packed into the BSP directly so players who join your server only require a map download. We have also repacked the BSP using the bspzip -repack command to improve the filesize.
Server Operators - Installing this update:
To install this update, please add the attached BSP file to your server's map folder. It contains the gamemode's sounds, overlays, and everything else required so no other files need to be served from your Fast DL server.
Once you installed the BSP, you need to extract the "warioware_2019.2.zip" file below to the same folder as srcds.exe or srcds_linux. This zip file also contains sounds - this is required on the serverside only, to calculate sound length. Players will not download these files.
Other notes
Gemidyne/Team WarioWare tested this gamemode on a Windows TF2 server, using SourceMod 1.10 with no other gamemodes running at the same time. If you encounter issues, please ensure you are not encountering an issue caused by another plugin you have installed.
If you reload this plugin and do not change the map, damage hooks will not work. We recommend that you reload the map after you reload the plugin to ensure everything is setup properly.
Changes in this release are:
- Added a new boss "Typing Attack!", inspired by the Danganronpa game series. Players spawn in a circle and must rapidly type words to survive. The players with the lowest word count at the end of each round will be eliminated. The last one standing wins the boss!
- The kamikaze minigame now uses a Sentry Buster model on the kamikaze player to "enhance the play experience"
- The beatblock switch sound effect has been updated
- Fixed a bug where some model textures would not be included into the bsp
- The Escape Route boss now has the alarm sound effect baked into the BGM
- The Stats HUD text (Score, Round and Gamemode) has been consolidated.
- Added more translations for future use.
- The gamemode text on the stats HUD is now hidden between rounds.
- Fixed a bug where players who were stunned during the Game over bonus round would not revert to normal state after the bonus round finished.
- Fixed a client crash due to a rare case where all players currently in the server may win.
2019.1E Security Update
It is strongly recommend that you update to this latest release, regardless if you run any 2018 or 2019.1 release.
If you are already running a 2019.1 release, you only need to update your plugin SMX.
Changes
- Fixes security issue.
2019.1D Update
This update fixes some bugs found in 2019.1 Update.
A map update is not required to run this release, however you must update your gamedata. Please ensure the sounds.zip file is extracted to your server's tf folder only - players will receive the sounds as part of the BSP file (embedded within).
Changes:
- Fixed file load issues with case sensitive filesystems (Linux)
- Improved weapon equipment to use EquipPlayerWeapon where possible, and added support tf_wearable equipment
- Fixed a bug where convars would not be reset when the plugin is unloaded or the map ends
2019.1 Update
This update brings a visual refresh to many areas within the gamemode as well as lay the foundation for future updates.
A changelog is listed at the bottom of this release.
Server Operators - Important please read:
We have changed the way we will distribute the gamemode files. Instead of serving sounds and other assets separately, these should now be packed into the BSP directly so players who join your server only require a map download. We have also repacked the BSP using the bspzip -repack command to improve the filesize.
Server Operators - Installing this update:
To install this update, please add the attached BSP file to your server's map folder. It contains the gamemode's sounds, overlays, and everything else required so no other files need to be served from your Fast DL server.
Once you installed the BSP, you need to extract the "warioware_2019.1.zip" file below to the same folder as srcds.exe or srcds_linux
Other notes
Gemidyne/Team WarioWare tested this gamemode on a Windows TF2 server, using SourceMod 1.10 with no other gamemodes running at the same time. If you encounter issues, please ensure you are not encountering an issue caused by another plugin you have installed.
Changes in this release are:
- Added a new minigame - Jetpack! Players must jetpack into the air to survive!
- Rebuilt Bossgame 2 - previously this was find the computer room. Now it is the Escape Route boss! Escape the factory before you lose all your health!
- Reworked the Beatblock boss - the difficulty has been adjusted and the layout improved.
- Plugin code has been converted to the latest SourcePawn syntax.
- General plugin code improvements.
- Added some new translation strings for future translations.
- Updated the "Get on a platform" minigame to not run on the Low Gravity special round
- Improved winarea tracking by using trigger_multiples and hooking these directly from the plugin. This is an improvement over coordinate based checks.
- Fixed a bug where a deactivated minigame may cause sideeffects to other minigames.
- Fixed a bug where annotations would not be reversed when in the "Reversed Text" special round.
- Removed the countdown timer at the start of the game
- On the Non-Stop! special round, speed events are no longer announced.
- The Build! minigame now always runs, regardless of player count.
- Fixed missing particles not being included. These are now packed into the attached BSP file.
- Fixed a bug where the game would run longer than expected.
- The Beatblock boss now has background music without beeps, as these now are independantly triggered by the plugin.
- Fixed a series of errors in the fake conditions.
- Speed up logic has been tweaked.
- Sudden Special Rounds have been removed.
- Fixed a bug when precaching materials - the buffer size was too small
- Remade the overlays used by the gamemode - they are now higher quality and adapt to other screen resolutions without degradation of quality.
- Fixed a bug where the say minigame would have a chance to roll no message.
- Fixed a bug where point annotations would be shown on non-participating players.
- Fixed a bug where the Sudden Death special round would not correctly list players.
- Fixed left-over weapons in "Stay on the ground!"
- Fixed viewmodels sometimes not being visible on the engineer build minigame
- Added a pool system so minigames do not be repeated continously.
- The falling floor BGM has been extended, along with the boss' timelimit.
- Intermission can now be configured via a cvar - mtf2_intermission_enabled (0/1)
- Credits have been moved to a command - saying !credits in chat will display the gamemode credits in a MOTD window.
- Refreshed the layout of the sawblade minigame to have better balance.
- Added more spawnpoints to the main room to support 32 players.
- Updated various minigame and boss spawnpoints to support 32 players.
- If a player respawns during the bonus round, they will have their health set to 1HP and be stunned.
2018.8B Hotfix
This is the latest 2014 edition version of the gamemode.
The source-code folders will NOT download any LFS objects/asset files. Make sure you download the additional files here.
Install instructions
The SMX file should be put in the tf/addons/sourcemod/plugins folder
The BSP file should be put in the tf/maps folder. You will need to BZIP this file to enable fast downloads.
The SourceMod-Data.zip file should be extracted to tf/addons/sourcemod folder. These are data files (minigames, bossgames and other info), gamedata file and a set translations.
The TF-Sound and TF-Sounds_Part2 zip files should be extracted to the tf folder. You will need to BZIP the files in this zip file to enable fast downloads.
2018.8A
This release of MicroTF2 focuses on stability fixes for the latest version of Team Fortress 2.
Place the BSP file in your server's tf/maps folder.
Please note that the RELEASE zip file may not contain the sounds and other assets properly downloaded - this is because the assets are stored using Git LFS. In this case, please download Github for Windows and download the repository at this tag.