Skip to content

Commit

Permalink
Fixes to shell, add crash fix on playertakedamage
Browse files Browse the repository at this point in the history
  • Loading branch information
solidi committed Oct 10, 2024
1 parent 208651c commit 816914f
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 9 deletions.
2 changes: 2 additions & 0 deletions workspace/Build-Models.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,8 @@ try {
Compile-Model $binDir "v_usas" $modelsdir $redistdir\models
Compile-Model $binDir "w_shotgunshell" $modelsdir $redistdir\models
Compile-Model $binDir "w_shotgunshell" $modelsdir\hd $redisthddir\models
Compile-Model $binDir "w_shell" $modelsdir $redistdir\models
Compile-Model $binDir "w_shell" $modelsdir\hd $redisthddir\models
Compile-Model $binDir "v_fists" $modelsdir $redistdir\models
Compile-Model $binDir "v_fists" $modelsdir\hd $redisthddir\models
Compile-Model $binDir "v_wrench" $modelsdir $redistdir\models
Expand Down
1 change: 1 addition & 0 deletions workspace/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ models\v_mag60.mdl
models\v_glauncher.mdl
models\v_smg.mdl
models\v_usas.mdl
models\w_shell.mdl
models\w_shotgunshell.mdl
models\v_fists.mdl
models\v_wrench.mdl
Expand Down
1 change: 1 addition & 0 deletions workspace/manifest_hd
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ models\v_mag60.mdl
models\v_glauncher.mdl
models\v_smg.mdl
models\v_usas.mdl
models\w_shell.mdl
models\w_shotgunshell.mdl
models\v_fists.mdl
models\v_wrench.mdl
Expand Down
4 changes: 2 additions & 2 deletions workspace/models/hd/w_shell/w_shell.qc
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ $body "studio" "shell"
$texturegroup ice
{
{
"shell.bmp"
"..\w_shell\shell.bmp"
}
{
"invert_shell.bmp"
"..\w_shell\invert_shell.bmp"
}
{
"..\..\ringchrome.bmp"
Expand Down
12 changes: 6 additions & 6 deletions workspace/models/w_shell/w_shell.qc
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ $body "studio" "shell"
$texturegroup ice
{
{
"back.bmp"
"bulletCHROME.bmp"
"front.bmp"
"..\w_shell\back.bmp"
"..\w_shell\bulletCHROME.bmp"
"..\w_shell\front.bmp"
}
{
"invert_back.bmp"
"invert_bulletCHROME.bmp"
"invert_front.bmp"
"..\w_shell\invert_back.bmp"
"..\w_shell\invert_bulletCHROME.bmp"
"..\w_shell\invert_front.bmp"
}
{
"..\ringchrome.bmp"
Expand Down
1 change: 1 addition & 0 deletions workspace/redist/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ Beta 5 Features:
- Fixed func_friction behavior in multiplayer
- Disabled grappling hook in spectator mode
- Remove rune from all spectators
- Fix crash involving monster projectiles

Beta 4 Features:

Expand Down

0 comments on commit 816914f

Please sign in to comment.