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

Unexpected pregen behaviour #14

Closed
thisischrys opened this issue Feb 16, 2018 · 13 comments
Closed

Unexpected pregen behaviour #14

thisischrys opened this issue Feb 16, 2018 · 13 comments

Comments

@thisischrys
Copy link

I've tried pregenning with and without setting the optional coordinates (used 0 0) as well, but I end up getting something like this:
https://i.imgur.com/k0ijwfU.png
where the area that was pregenned is far away from spawn.

Documentation is a bit sparse, I assume the numbers it takes are chunks, not blocks?

@Cloudhunter
Copy link
Contributor

Cloudhunter commented Feb 16, 2018

Hi,

Can you let me know what command exactly you ran - and what dimension you are pre-genning too?

Did you do it from the server console or from in game?

Are you running anything like Sponge on your server?

Thanks :)

@thisischrys
Copy link
Author

I ran /chpregen world 200 200 1 false at first, assuming it to start at spawn. (is that right?)
I was counting on dynmap 2.6 alpha for 1.12.2 to show me updated chunks after a fullrender, but it didn't so I ran
/chpregen world 200 200 0 0 1 false
to see if that would help, both from inside the server console

Dynmap not showing the chunks ended up being an issue with it, the latest 3.0 alpha solves it (and revealed the chunks near the bottom to me)

I DID have sponge on at some point when I first used it, but I've removed it since (the latest version crashes on startup)

I'm not sure if I've run it since removing sponge, I'll give that a try if you think it's useful.

@Cloudhunter
Copy link
Contributor

Cloudhunter commented Feb 16, 2018

Are you actually typing "/chpregen world" - or are you specifying a number - the dimension ID?

Can you also let me know what version of the mod you're using?

@thisischrys
Copy link
Author

thisischrys commented Feb 16, 2018

you're right, it was chpregen 0
world is what I use for dynmap fullrender
I saw output from it running and from cascading worldgen

it's the latest version: 1.10.2-1.8.7

I'm running it again now to make sure it wasn't sponge.

@Cloudhunter
Copy link
Contributor

Thanks - let me know how it goes. If it is still dodgy it's obviously something derpy in my code - got my suspicions (I could be using a block location as a chunk location, which obviously won't work right), but this will confirm!

@thisischrys
Copy link
Author

Ran chpregen 0 200 200 0 0 again, it's generating chunks around the area it did before again as far as I can tell.
https://photos.app.goo.gl/wLOH3S7jIVBgZzCv2

@Cloudhunter
Copy link
Contributor

Thanks! Can't look at fixing it right now but will soon - can you provide the seed for your world so I can try it out myself?

I also presume that you haven't changed the world spawn using commands or otherwise from the default?

@thisischrys
Copy link
Author

thisischrys commented Feb 17, 2018

I haven't changed the spawn at all no, but I do not use the default world generator, I use realistic from Quark if that matters. Seed 558680760

I have quite an extensive modlist ( http://bonemarrowcold.com/minecraft/mcu/sas.xml )
I assume you don't see this behaviour without any mods? Haven't tried it.
I appreciate that it could be any combination of mods, I'd be willing to do a binary search to find the culprit time permitting.

@Cloudhunter
Copy link
Contributor

Honestly doubt it is mod related, but I'll let you know when I've investigated it (after this weekend).

Thanks for the report!

@icha-senpai
Copy link

Hi,
Not the OP but i was interested if this issue has been investigated further and what the result was, I wanted to pregen my server world but i'd like to wait to hear back if this issue is resolved.
Thanks and sorry for hijacking this thread!

@cha0s
Copy link

cha0s commented Nov 15, 2018

Ping? I will probably just go with something else that I know works, but I was going to give this a try. I'm not going to unless this is elaborated on, and I suspect doing so may convince people after me to use it if it's confirmed to now be working. 👍

@temotodochi
Copy link

temotodochi commented Oct 12, 2019

Apparently not fixed. I did a pregen on 1.12.2 ftb revelations for 500 chunks around the spawn, but chpregen decided to use 0, 4000 as zero point as seen here https://zyrain.org/revelationmap/
or if that's not visible, capture with zero point marked is also here https://imgur.com/Xssncqv

@gigabit101
Copy link
Contributor

Looking at the code the Pregen will always start at world spawn.
/chpregen dimension, minX, maxX, minZ, maxZ,

As far as I can tell this is working as intended.

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

6 participants