halflife-adm icon indicating copy to clipboard operation
halflife-adm copied to clipboard

Half-Life: Advanced Development Mod

Results 4 halflife-adm issues
Sort by recently updated
recently updated
newest added

util_kv_operator, while a relatively powerful entity, is really, really messy in halflife-adm-legacy. The mess mainly comes from two parts: [Get/Set](https://github.com/Admer456/halflife-adm-legacy/blob/master/dlls/ADM/AdmGetSetKV.cpp) for keyvalues (to support non-pev variables) and the [convoluted implementation](https://github.com/Admer456/halflife-adm-legacy/blob/master/dlls/ADM/AdmTriggers.cpp#L79)...

- [x] env_model - [ ] env_warpball - [ ] env_shockwave - [ ] env_dlight - [ ] env_elight - [ ] func_pushable velocity fix - [ ] trigger_sound (env_sound_volume)...

I dont really know how to describe i'll just send a few screenshots. ![image](https://github.com/Admer456/halflife-adm/assets/67555237/25984dba-a19c-4d67-b4fe-aed147b9aa52) ![image](https://github.com/Admer456/halflife-adm/assets/67555237/47a7ef47-b267-48dc-818f-0d2e42fde4f5) is there a reason for any of this?