Game Development Community

Player characters not seen on clients

by Atinev · in Technical Issues · 04/28/2010 (3:29 am) · 1 replies

I'm having an issue when my game starts the player character model is not loading on the clients any reason what could be causing this? The model loads fine on single player.
Says shape needs validation on the output of the server.

#1
04/28/2010 (5:07 am)
Could be the CRC check has failed, meaning there is a difference in the data on the server and what's on the client. Although, I thought you just get booted from the server with message about not same version of art asset....

If this is the case, I would say to get all your art[on server and on clients] to the same builds; or remove the CRC check[in the datablock] from the object...if this is the case.