halflife-unified-sdk icon indicating copy to clipboard operation
halflife-unified-sdk copied to clipboard

(of5a4) Gman cell remains visible after playing cell_away sequence.

Open malortie opened this issue 1 year ago • 1 comments

Description

See https://github.com/ValveSoftware/halflife/issues/3367

Build : Half-Life Unified SDK V1.0.0 Release Candidate 001

Project info

Using cl_projectinfo_print_all :

Project info for client:
Version: 1.0.0-Beta
Branch: master
Tag: UNIFIED-V1.0.0-RC001
Commit Hash: 68ea0b7ec048935f1e1e740c5778aedebb00458d
Build Timestamp: 20:02:58 Jul 30 2023
Project info for server:
Version: 1.0.0-Beta
Branch: master
Tag: UNIFIED-V1.0.0-RC001
Commit Hash: 68ea0b7ec048935f1e1e740c5778aedebb00458d
Build Timestamp: 20:03:54 Jul 30 2023

malortie avatar Aug 24 '23 01:08 malortie

This is because the cell phone is shown by way of setting the G-Man's body value to 1. There's no way to change the body value through map scripting so this can't be fixed without first adding something like scripted_setbodygroup or something.

SamVanheer avatar Aug 25 '23 10:08 SamVanheer