3
0
Fork 0

Update Blue Shift.md

better formatting round 2?
This commit is contained in:
Maxwell Bunch 2023-10-17 22:58:20 +00:00
parent 97b84bc03a
commit 89b825288f
1 changed files with 4 additions and 27 deletions

View File

@ -10,48 +10,29 @@ If Pak files are restored, then pak0.pak and other select files (such as WADs) s
The following files from the original Blue Shift install are redundant and are a match with HL: The following files from the original Blue Shift install are redundant and are a match with HL:
```
media/DrvPage/default.htm media/DrvPage/default.htm
media/DrvPage/lambda.gif media/DrvPage/lambda.gif
media/launch_deny1.wav media/launch_deny1.wav
media/launch_deny2.wav media/launch_deny2.wav
media/launch_dnmenu1.wav media/launch_dnmenu1.wav
media/launch_glow1.wav media/launch_glow1.wav
media/launch_select1.wav media/launch_select1.wav
media/launch_select2.wav media/launch_select2.wav
media/launch_upmenu1.wav media/launch_upmenu1.wav
media/sierra.avi media/sierra.avi
default.cfg default.cfg
gfx.wad gfx.wad
halflife.wad halflife.wad
liquids.wad liquids.wad
listenserver.cfg listenserver.cfg
profile.lst profile.lst
rooms.lst rooms.lst
server.cfg server.cfg
user.scr user.scr
woncomm.lst woncomm.lst
xeno.wad xeno.wad
```
decals.wad could be stripped down as it contains a complete clone of all HL decals but introduces some new decals. decals.wad could be stripped down as it contains a complete clone of all HL decals but introduces some new decals.
@ -60,17 +41,13 @@ media/sierra.avi is also provided in the Steam release and it shouldn't be as Si
## Blue Shift patch not fully provided with Steam HL ## Blue Shift patch not fully provided with Steam HL
The official Blue Shift patch provides a patch to the following files: The official Blue Shift patch provides a patch to the following files:
```
Blue-Shift\bshift\dlls\hl.dll Blue-Shift\bshift\dlls\hl.dll
Blue-Shift\bshift\maps\graphs\ba_yard5.nod Blue-Shift\bshift\maps\graphs\ba_yard5.nod
Blue-Shift\bshift\maps\ba_yard5.bsp Blue-Shift\bshift\maps\ba_yard5.bsp
Blue-Shift\hw.dll Blue-Shift\hw.dll
Blue-Shift\sw.dll Blue-Shift\sw.dll
```
The Steam version wouldn't need to worry about hl.dll, hw.dll, or sw.dll. The Steam version also provides the up to date ba_yard5.bsp, but not its matching node graph. This will result in the game rebuilding the node graph on that map in particular. The Steam version wouldn't need to worry about hl.dll, hw.dll, or sw.dll. The Steam version also provides the up to date ba_yard5.bsp, but not its matching node graph. This will result in the game rebuilding the node graph on that map in particular.