Try to delete them in safe mode. And then load in normal mode. If computer will still crash - cpu/motherboard/etc problem, if no any problem then its related to gpu
I think would be fine if we could add *.gla animations without edit vanilla animation file. e.g: ===assetX.pk3 /models/players/_humanoid.gla ] /models/players/animation.cfg ] --main animations files ( contains all base anims ) /models/players/animevents.cfg ] ===zz_somemodname.pk3 /models/players/_humanoid.gla ] /models/players/animation.cfg ] --additional animations files ( contains only new FACE_SMILE and FACE_NONSMILE ) /models/players/animevents.cfg ] In that case zz_somemodname.pk3 will overwrite exist animation ( that defined in that file e.g: FACE_SMILE etc ) and add non-exist ( FACE_NONSMILE etc )
Could you guys make ui imports available to cgame? things like LAN_GetServerInfo() LAN_GetPing() etc...would be great, because we could assimilate ui module and cgame module without breaking compatibility