WAReborn / WorldsAdriftReborn

63 stars 15 forks source link

Island positioning #53

Closed CalamityTheMadSoothsayer closed 7 months ago

CalamityTheMadSoothsayer commented 7 months ago

WorldsAdriftGameServer:

Added models to contain islands and players. This will allow us to more easily modify the entities when needed. Substantially more console logging. Helped me troubleshoot exactly what I was looking for. Number of Islands to spawn is set by a single integer near the top of the script. Names of islands follow the entity when the component is made. Player spawns on the current highest island.

CalamityTheMadSoothsayer commented 7 months ago

went a different route