Merge pull request #272 from hackgrid/fix-readme

This commit is contained in:
Weston 2023-10-08 09:36:41 -05:00 committed by GitHub
commit 74e04eb576
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View file

@ -101,6 +101,12 @@ hl2/hl2_sound_misc_000.vpk
hl2/hl2_sound_misc_001.vpk
hl2/hl2_sound_misc_002.vpk
hl2/hl2_sound_misc_dir.vpk
hl/hl2_misc_000.vpk
hl/hl2_misc_001.vpk
hl/hl2_misc_002.vpk
hl/hl2_misc_003.vpk
hl/hl2_misc_dir.vpk
```
Finally, run `make` to build the project.

View file

@ -10,10 +10,16 @@
portal_pak_005.vpk
portal_pak_dir.vpk
```
- Copy `hl2_sound_misc` files commonly found in `SteamLibrary\steamapps\common\Portal\hl2` to this directory
- Copy `hl2_*_misc` files commonly found in `SteamLibrary\steamapps\common\Portal\hl2` to this directory
```
hl2_sound_misc_000.vpk
hl2_sound_misc_001.vpk
hl2_sound_misc_002.vpk
hl2_sound_misc_dir.vpk
hl2_misc_000.vpk
hl2_misc_001.vpk
hl2_misc_002.vpk
hl2_misc_003.vpk
hl2_misc_dir.vpk
```