[DiscordArchive] question, do you know if there is a special flag in update_object that tells about personal spawn fo
[DiscordArchive] question, do you know if there is a special flag in update_object that tells about personal spawn fo
Archived author: DickWinters • Posted: 2020-11-04T14:06:13.254000+00:00
Original source
question, do you know if there is a special flag in update_object that tells about personal spawn for player??
Archived author: SilverSQL • Posted: 2020-11-04T14:07:24.327000+00:00
Original source
yes
Archived author: SilverSQL • Posted: 2020-11-04T14:08:05.016000+00:00
Original source
in the movement part of the update block there's a bool which indicates this is the current player
Archived author: SilverSQL • Posted: 2020-11-04T14:08:29.209000+00:00
Original source
so, if we look at a situation where the player has just entered the world
Archived author: SilverSQL • Posted: 2020-11-04T14:09:02.019000+00:00
Original source
he gets 2 smsg_update_object packets: 1 for himself, carrying the update fields and his movement info, and one for everything else that surrounds him