Files
Gmod-PropHuntExtended/media/changelog.txt
T
Michael Fabian 'Xaymar' Dirks 69d22a0a20 Version 1.4.0
2018-08-07 02:35:48 +02:00

11 lines
918 B
Plaintext

[h1]Version: 1.4.0[/h1]
The round manager has been rewritten to improve code quality and reusability and is now using meta-classes, which slightly improves overall performance. For addons that hook into the gamemode, this means that GAMEMODE.RoundManager is only valid after GM:Initialize() has been run.
Additionally the Prop Hunt SMG has been slightly changed and now fires at a rate of 0.075 (from 0.1), but deals only 4 damage (from 5), which makes it near identical to the standard Half Life 2 SMG. It will now deal 53.33 DPS instead of 50 DPS like before, while keeping the accuracy and extra features as is.
[b]Changelog:[/b]
[list][*]Changed Prop Hunt SMD Refire Time from 0.1 to 0.075.
[*]Fixed Seekers not gaining health back after killing a Hider.
[*]Fixed some debug log messages by Prop Rotation appearing without debug log being enabled.
[*]Rewrote the round manager to use a class based system.
[list]