Game Development Community

DataBlock ID's

by Till Hoffmann · in Torque Game Engine · 09/24/2005 (4:46 am) · 1 replies

Hello,

there are to PCs loading the same datablock. Will both datablocks have the same ID when playing in a multiplayer game???

Till

#1
09/24/2005 (5:24 am)
No they want (as far as I know). Object IDs are unique for each machine, to lessen the possibility of cheating. So, if you have a datablock that is sent from the server to 2 clients, or an object which is ghosted from server to 2 clients, each client will have a different ID number.