|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## Version 8.98 (August 10, 2023) |
| 4 | + |
| 5 | +### Bug Fixes |
| 6 | + |
| 7 | +#### Core Plugin |
| 8 | +- Fixed the `Health` and `Refill` rewards not rewarding recipients with health properly. (Thanks to `xcd222` for reporting!) [Fixed in `v8.97`.] |
| 9 | + |
| 10 | +#### Config Files |
| 11 | +- Fixed custom config Mutant Tank types overlapping with main config Mutant Tank types. (Thanks to `xcd222` for reporting!) |
| 12 | + |
| 13 | +#### Settings |
| 14 | +- Fixed the `Reward Visual` setting's limit. (Thanks to `swofleswof` for testing and reporting!) |
| 15 | + |
| 16 | +#### Abilities |
| 17 | +- Gunner: Fixed an error that caused the server to crash. (Thanks to `Mi.Cura` for testing and reporting!) |
| 18 | +- Item, Kamikaze, Rocket, Smash, Smite: Fixed survivor ragdolls being erased by all Mutant Tank types. (Thanks to `George Rex` for reporting!) [Fixed in `v8.97`.] |
| 19 | +- Throw: Fixed Mutant Tank types not being able to throw cars and special infected. (Thanks to `xcd222` for reporting!) [Fixed in `v8.97`.] |
| 20 | + |
| 21 | +### Changes |
| 22 | + |
| 23 | +#### Core Plugin |
| 24 | +- The godmode reward now prevents recipients from being pinned by any special infected. |
| 25 | + |
| 26 | +#### ConVars |
| 27 | +- Added the `mt_configfile` convar. (Requested by `zonbarbar`.) |
| 28 | +- Added a lock mechanism to enforce temporary values across maps for the core plugin's convars. (Thanks to `NgBUCKWANGS` for the code!) |
| 29 | + - Use `-l-` in front of the new value to enforce that value for the convar. (Example: `mt_configfile "-l-myconfig.cfg"`) |
| 30 | + - Use `-u-` in front of the new value to allow the convar to accept new values. (Example: `mt_configfile "-u-myconfig.cfg"`) |
| 31 | + |
| 32 | +#### Game Data |
| 33 | +- Added signatures for the following functions: |
| 34 | + - `CTerrorPlayer::GrabVictimWithTongue` |
| 35 | + - `CTerrorPlayer::OnLeptOnSurvivor` |
| 36 | + - `CTerrorPlayer::OnPouncedOnSurvivor` |
| 37 | + - `CTerrorPlayer::OnStartCarryingVictim` |
| 38 | + - `CTerrorPlayer::QueuePummelVictim` |
| 39 | + |
| 40 | +#### Settings |
| 41 | +- Added the `Prioritize Throws` setting under the `Plugin Settings->Competitive` and `Tank #->Competitive` sections. (Requested by `xcd222`.) [Thanks to `Silvers` for the help!] |
| 42 | + |
| 43 | +### Files |
| 44 | + |
| 45 | +#### General |
| 46 | +- The pre-compiled plugins included in the package are: |
| 47 | + - Compiled without any of the optional dependencies. |
| 48 | + - Compiled with the `SourceMod 1.12.0.6985` compiler. |
| 49 | + |
| 50 | +#### Updates |
| 51 | +- Updated config files. |
| 52 | +- Updated gamedata file. |
| 53 | +- Updated include file. |
| 54 | +- Updated translation files. |
| 55 | +- Updated updater file. |
| 56 | + |
3 | 57 | ## Version 8.97 (May 21, 2023) |
| 58 | +<details> |
| 59 | + <summary>Click to expand!</summary> |
4 | 60 |
|
5 | 61 | ### Bug Fixes |
| 62 | +<details> |
| 63 | + <summary>General</summary> |
6 | 64 |
|
7 | 65 | #### General |
8 | 66 | - Fixed an issue where some RNG-based events happen too often. (Thanks to `ddd123` for reporting!) |
9 | 67 | - Fixed an issue where Witches take a long time to die from fires. (Thanks to `ddd123` for reporting!) |
10 | 68 | - Fixed rare array index errors. |
| 69 | +</details> |
| 70 | +<details> |
| 71 | + <summary>Core Plugin</summary> |
11 | 72 |
|
12 | 73 | #### Core Plugin |
13 | 74 | - Fixed Tank death messages not appearing when a survivor solos a Tank. |
| 75 | +</details> |
| 76 | +<details> |
| 77 | + <summary>Config Files</summary> |
14 | 78 |
|
15 | 79 | #### Config Files |
16 | 80 | - Fixed Mutant Tank type settings not being read properly under combined sections. |
| 81 | +</details> |
| 82 | +<details> |
| 83 | + <summary>Abilities</summary> |
17 | 84 |
|
18 | 85 | #### Abilities |
19 | 86 | - Gunner |
20 | 87 | - Fixed one of the messages not showing up when the ability activates. (Thanks to `thewintersoldier97` for reporting!) |
21 | 88 | - Fixed the ability targeting the Tank itself. |
22 | 89 | - Quiet: Fixed the sound hook blocking other sound hooks. |
23 | 90 | - Rocket: Fixed an issue where survivor ragdolls will not disappear if the player goes afk and is replaced by a survivor bot. (Thanks to `Slaven555` for testing and reporting!) |
| 91 | +</details> |
24 | 92 |
|
25 | 93 | ### Changes |
| 94 | +<details> |
| 95 | + <summary>General</summary> |
26 | 96 |
|
27 | 97 | #### General |
28 | 98 | - Mutant Tanks and its sub-plugins now properly support the [`[L4D & L4D2] Lagged Movement - Plugin Conflict Resolver`](https://forums.alliedmods.net/showthread.php?t=340345) plugin. |
| 99 | +</details> |
| 100 | +<details> |
| 101 | + <summary>Commands</summary> |
29 | 102 |
|
30 | 103 | #### Commands |
31 | 104 | - Added a 4th parameter for the `sm_tank` command. (Usage: `sm_tank <1-500> <amount: 1-32> <0: spawn on crosshair|1: spawn automatically> <0: not blind|1: blind>`) |
| 105 | +</details> |
| 106 | +<details> |
| 107 | + <summary>Game Data</summary> |
32 | 108 |
|
33 | 109 | #### Game Data |
34 | 110 | - L4D2: Updated some signatures and offsets for the `2.2.2.7` update. |
| 111 | +</details> |
| 112 | +<details> |
| 113 | + <summary>Settings</summary> |
| 114 | + |
| 115 | +#### Settings |
| 116 | +- Added the `Footstep Shake` setting under the `Plugin Settings->Enhancements`, `Tank #->Enhancements`, and `STEAM_ID->Enhancements` sections. (Thanks to `Silvers` for the code!) |
| 117 | +- Added the `Refill Percent Reward` setting under the `Plugin Settings->Rewards`, `Tank #->Rewards`, and `STEAM_ID->Rewards` sections. (Thanks to `DARG367` for suggesting!) |
| 118 | +- Updated the `Stack Limits` setting to accept an `8th` value. |
| 119 | +</details> |
| 120 | +<details> |
| 121 | + <summary>Abilities</summary> |
35 | 122 |
|
36 | 123 | #### Abilities |
37 | 124 | - Gravity |
38 | 125 | - Added the `Gravity Radius` setting. |
39 | 126 | - Added the `Gravity Rock Break` setting. (Thanks to `JustMadMan` for the idea!) |
40 | 127 | - Added the `Gravity Rock Chance` setting. (Thanks to `JustMadMan` for the idea!) |
41 | | - |
42 | | -#### Settings |
43 | | -- Added the `Footstep Shake` setting under the `Plugin Settings->Enhancements`, `Tank #->Enhancements`, and `STEAM_ID->Enhancements` sections. (Thanks to `Silvers` for the code!) |
44 | | -- Added the `Refill Percent Reward` setting under the `Plugin Settings->Rewards`, `Tank #->Rewards`, and `STEAM_ID->Rewards` sections. (Thanks to `DARG367` for suggesting!) |
45 | | -- Updated the `Stack Limits` setting to accept an `8th` value. |
| 128 | +</details> |
| 129 | +<details> |
| 130 | + <summary>Translations</summary> |
46 | 131 |
|
47 | 132 | #### Translations |
48 | 133 | - Updated English translations. |
49 | 134 | - Updated Simplified Chinese translations. |
50 | 135 | - Updated Hungarian translations. |
51 | 136 | - Updated Russian translations. |
| 137 | +</details> |
52 | 138 |
|
53 | 139 | ### Files |
| 140 | +<details> |
| 141 | + <summary>General</summary> |
54 | 142 |
|
55 | 143 | #### General |
56 | 144 | - The pre-compiled plugins included in the package are: |
57 | 145 | - Compiled without any of the optional dependencies. |
58 | 146 | - Compiled with the `SourceMod 1.12.0.6985` compiler. |
| 147 | +</details> |
| 148 | +<details> |
| 149 | + <summary>Updates</summary> |
59 | 150 |
|
60 | 151 | #### Updates |
61 | 152 | - Updated config files. |
62 | 153 | - Updated gamedata file. |
63 | 154 | - Updated include file. |
64 | 155 | - Updated translation files. |
65 | 156 | - Updated updater file. |
| 157 | +</details> |
| 158 | +</details> |
66 | 159 |
|
67 | 160 | ## Version 8.96 (December 25, 2022) |
68 | 161 | <details> |
|
0 commit comments