Changing the size of this struct causes MG42s and building stuff to stop working. I’m not sure if this is to do with gclient_t or g_entity_t as modifying those seems to cause problems as well.
Anybody know how I can do this safely?
Changing the size of this struct causes MG42s and building stuff to stop working. I’m not sure if this is to do with gclient_t or g_entity_t as modifying those seems to cause problems as well.
Anybody know how I can do this safely?
You should be able to do it without any engine limitations getting in the road.
Just make sure you modify G_WriteClientSessionData and G_ReadClientSessionData to correctly reflect your changes - that could be your issue.