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

Breaking mapgen limits #292

Open
Pantyhose-X opened this issue Jul 30, 2022 · 4 comments
Open

Breaking mapgen limits #292

Pantyhose-X opened this issue Jul 30, 2022 · 4 comments

Comments

@Pantyhose-X
Copy link

Pantyhose-X commented Jul 30, 2022

Breaking mapgen limit 31000 .After 31000 the Topography is no longer generated
/teleport can move to 65535 /teleport 65535 65535 65535
Request mapgen limit to 65535

@tigercoding56
Copy link

idk about you but the mapgen uses 16 bit SIGNED coordinates (-31000 - 31000) so it is already at close to the maximum (player coords might use different number of bits idk ) maybe this issue should concern making the mapgen / world storage use more than 16 bits (32 bits possibly )

@proller
Copy link
Member

proller commented Nov 24, 2022

There is ready to use pr
minetest/minetest#12142
it should be merged to minetest first to avoid merge hell in future
or maybe maybe it can be placed in separate branch

@mckaygerhard
Copy link

well @proller as always developers rejected but when tehy change a lot of thing like breaking 0.4 with 5.X its ok right? take a taste of minetest trolltest development.. that's why i liked the OldCoder movement

@proller
Copy link
Member

proller commented May 20, 2024

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

No branches or pull requests

4 participants