Files
Gmod-PropHuntExtended/media/changelog.txt
T

11 lines
918 B
Plaintext
Raw Normal View History

2018-08-07 02:35:48 +02:00
[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.
2018-03-04 22:09:10 +01:00
2018-08-07 02:35:48 +02:00
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.
2018-03-04 22:09:10 +01:00
[b]Changelog:[/b]
2018-08-07 02:35:48 +02:00
[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]