3
0
Fork 0

Add HL2DM

This commit is contained in:
Marco Cawthorne 2023-10-17 19:39:17 -07:00
parent 89b825288f
commit 426cf5533b
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
3 changed files with 31 additions and 0 deletions

31
Half-Life 2 Deathmatch.md Normal file
View File

@ -0,0 +1,31 @@
# Half-Life 2: Deathmatch - Issues
Here's a list of things that we'd fix in Half-Life 2: Deathmatch, given the opportunity.
## HUD Weapon Selection Quirk
![#1](hl2dm_1.jpg) ![#2](hl2dm_2.jpg)
Stunstick and S.L.A.M. both result in a massive gap in the inventory which is an inconsistency and an eye-sore.
## Lack of Workshop support
Self explanatory. Even if it's solely sharing custom maps.
## VGUI textures busted
The engine branch that HL2:DM is on is unable to read those resources, resulting
in the iconic missing-texture from appearing in the options menu.
```
*** Encountered VTF file with an invalid minor version!
*** Encountered VTF file with an invalid full header!
Error reading texture header "materials/vgui/resource/mic_meter_dead.vtf"
*** Encountered VTF file with an invalid minor version!
*** Encountered VTF file with an invalid full header!
Error reading texture header "materials/vgui/resource/mic_meter_live.vtf"
```
## Store Page has screenshots that do not depict maps included in the game
They should at least be available on the Workshop we propose... :)

BIN
hl2dm_1.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
hl2dm_2.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB