Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gen_classic size limitation #221

Open
rakiru opened this issue Jun 27, 2015 · 0 comments
Open

gen_classic size limitation #221

rakiru opened this issue Jun 27, 2015 · 0 comments

Comments

@rakiru
Copy link
Collaborator

rakiru commented Jun 27, 2015

The gen_classic map gen basically works on a scale of 512x512 and sampling it at the given size. This causes problems when trying to generate maps larger than that (in this case, it breaks and you get the generic flat map). This should be changed to work with maps of any size, or at least increased to a much more feasible limit. It would probably work fine to just replace all the hardcoded sizes with ones based on the input sizes.

Also, the height is never scaled, which means small maps end up with really steep hills, and large ones less so. This should be addressed at some point, but isn't really in scope for this ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant