Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
Updated readme, changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
GhoulofGSG9 committed Apr 7, 2018
1 parent a4b1319 commit 25ce33d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog
============
- 7/4/2018
- Fixed a script error that could occur opening the ns2+options in-game
- Fixed that predict conflicted with the weapon slot mode of the alien ability select option.

- 6/4/2018
- Replaced all Elixer methods with the new DebugUltility methods
- Added an option to choose how to select alien abilities. This allows to select metabolize to be selected as weapon once again.
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ You can check some of the recommended settings [here](https://www.youtube.com/wa

Latest changes
==============
- 7/4/2018
- Fixed a script error that could occur opening the ns2+options in-game
- Fixed that predict conflicted with the weapon slot mode of the alien ability select option.

- 4/6/2018
- Replaced all Elixer methods with the new DebugUltility methods
- Added an option to choose how to select alien abilities. This allows to select metabolize to be selected as weapon once again.
Expand All @@ -16,12 +20,6 @@ Latest changes
- 28/3/2018
- Fixed that the hive skill graph uses the skill maximum as initial minimum
- Fixed that spectators were considered as alien players at the beginning of a round by the hive skill graph

- 27/3/2018
- Fixed a script error that caused the end stats GUI to fail initializing causing the client's UI to become unresponsive.
- Made sure that the end stats GUI initializes completely even if it fails to load the LastRoundStats.json due to a script error.
- Improved how the hiveskillgraph records players joining teams to fix issues with failed team join attempts and players moving to the spectator team
- Improved the y axis scaling of the hive skill graph to not start at negative values and use a more useful grid resolution.

Server settings
===============
Expand Down
2 changes: 1 addition & 1 deletion lua/NS2Plus/CHUD_Shared.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kCHUDVersion = 380
kCHUDVersion = 381

Script.Load("lua/NS2Plus/Shared/CHUD_Utility.lua")

Expand Down

0 comments on commit 25ce33d

Please sign in to comment.