Skip to content

Commit

Permalink
Update config and screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Jan 10, 2024
1 parent 53f664b commit bd2ffbf
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 8 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ HLDM: Upgraded Resources
[![screenshot-1](/thumbnail-1.jpg)](/screenshot-1.jpg)
[![screenshot-2](/thumbnail-2.jpg)](/screenshot-2.jpg)

* Updated textures.
* Updated textures / optional detail textures.
* Models from Black Mesa - optimized for FOV 110.
* Minor audio updates.
* New high-resolution crosshairs with outlines.
* Alternative RPG crosshair.
* Tested with Steam up-to-date post-**Anniversary** release.
* BugfixedHL - client.dll


## Install with GIT
Expand All @@ -27,6 +28,8 @@ The resulting directory should be: `C:/Program Files (x86)/Steam/steamapps/commo

## Unpack from ZIP

Pick from [the Releases page](https://github.com/raub/valve_addon/releases).

Unpack into `C:/Program Files (x86)/Steam/steamapps/common/Half-Life` or where
you have Half-Life installed.

Expand All @@ -41,9 +44,12 @@ navigate to `Options -> Content`, and tick `Allow custom addon content`.
Otherwise it is still possible to extract the files directly to the `valve` directory,
it will work, although the former approach is cleaner.

Ingame setting `r_detailtextures 1` should be assigned - this is done automatically by the
modified `valve_addon/autoexec.cfg`. If any other config overrides it to become `0` - the
detail textures, such as cracks and small details, wont be visible.
In console: `exec addon.cfg` - this will automatically apply the settings from [addon.cfg](/addon.cfg).
Otherwise you can use your own settings, or execute only part of the config manually.

**Config Notes:**
* `r_detailtextures 1` enables the detail textures (`0 - to disable`).
* `cl_cross_enable 0` enables the sprite crosshairs (`1 - to use BugfixedHL crosshair`).


## References
Expand All @@ -61,3 +67,5 @@ this pack, the models were manually adjusted using
The models are optimized for FOV 110 (`default_fov 110` in console).
Some of the models are taken from `valve_hd` folder - where they look better.
Most of the sounds from this model pack were removed in favor of the original ones.

[BugfixedHL-Rebased](https://github.com/tmp64/BugfixedHL-Rebased).
16 changes: 16 additions & 0 deletions addon.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
r_detailtextures 1

// https://github.com/tmp64/BugfixedHL-Rebased/wiki/Client-command-reference
update_check 0
cl_check_for_updates 0
cl_autojump 1
cl_rollangle 0
hud_scoreboard_showeff 0
hud_speedometer 0
hud_dim 0
cl_cross_enable 0
// 4k gaming!
cl_cross_size 16
cl_cross_gap 16
cl_cross_thickness 2
cl_cross_outline_thickness 1
4 changes: 0 additions & 4 deletions autoexec.cfg

This file was deleted.

Binary file modified screenshot-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified thumbnail-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified thumbnail-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bd2ffbf

Please # to comment.