You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,22 @@ The complete game source code of Contingency, a Half-Life 2 modification built u
2
2
3
3
## Changelog
4
4
5
-
### v 0.1.8d
5
+
### v 0.1.8e
6
6
7
-
* Fixed an oversight in ghost prop prevention, now it works when the prop-holding gravity gun is taken away at the end of any game phase.
7
+
* Weapon balance tweaked and totally de-hardcoded, now fully defined in skill.cfg (the values in server's skill.cfg determine the game rules).
8
+
* Player now carries 2 SMG1 grenades and reloads the grenade launcher if the fired grenade was not the last one.
9
+
* Increased antlion gib chance, now shotgun gibs antlions well and even AR2 primary fire can in the rare specific case (if it hits an antlion with 1 hp).
10
+
* Added HUD hints to SLAMs and hand grenades.
8
11
9
12
**Known issues**
10
13
11
14
* To start a server visible through Hamachi/Internet the hosting player has to type 'sv_lan 0' and 'map map_name' in the console after starting a server.
12
15
See discussion here: https://steamcommunity.com/app/211/discussions/0/522730700940732111/
13
16
17
+
### v 0.1.8d
18
+
19
+
* Fixed an oversight in ghost prop prevention, now it works when the prop-holding gravity gun is taken away at the end of any game phase.
0 commit comments