WAReborn / WorldsAdriftReborn

64 stars 14 forks source link

IslandStateData island bounds #27

Open sp00ktober opened 1 year ago

sp00ktober commented 1 year ago

For the IslandState component we need to find valid input for the IslandStateData specifically the islandBoundsCenter and islandBoundsSize ones.

This component is requested by the game once we spawn an island, we do respond to it: https://github.com/sp00ktober/WorldsAdriftReborn/blob/070212cc886eaec45d83cb33a00c78f2f782ffdc/WorldsAdriftRebornGameServer/Game/Components/ComponentsSerializer.cs#L363 using dummy values and it seems to work for now, but we need to find out how to pass correct values here.