You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Systems/clusters are first placed into a regular grid; then if the number of systems is below the minimum, a new position is calculated by displacing its current position along a normal curve number generator. Then the current system is compared against the other systems, if it is within a certain distance, the system is displaced. Then the systems are randomly displaced to the other side to improve sprawl. This is our best attempt to create the illusion of the distribution of stars in a galaxy, however it is still unnatural and does not model the Game Maker Studio Chapter Master's sector generator.
Systems are still erroneously placed outside the boundaries.
I must say this again, an easy solution would be to add a "generate" screen with a preview of the sector map and a button the player can use to generate another map if the previous one was full of irregularities.
I must say this again, an easy solution would be to add a "generate" screen with a preview of the sector map and a button the player can use to generate another map if the previous one was full of irregularities.
Systems outside the boundaries may not be to the player.
I must say this again, an easy solution would be to add a "generate" screen with a preview of the sector map and a button the player can use to generate another map if the previous one was full of irregularities.
Systems outside the boundaries may not be to the player.
Not if the player can see the entire map in the preview. Then, they can easily see the irregularities
Systems/clusters are first placed into a regular grid; then if the number of systems is below the minimum, a new position is calculated by displacing its current position along a normal curve number generator. Then the current system is compared against the other systems, if it is within a certain distance, the system is displaced. Then the systems are randomly displaced to the other side to improve sprawl. This is our best attempt to create the illusion of the distribution of stars in a galaxy, however it is still unnatural and does not model the Game Maker Studio Chapter Master's sector generator.
https://github.com/ChapterMasterRestoration/Chapter-Master-Restoration/blob/master/ChapterMaster/ChapterMaster/World/Sector.cs
The text was updated successfully, but these errors were encountered: