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

Map Files: MC Map <-> C#raft Map #92

Open
ementalo opened this issue Oct 4, 2011 · 6 comments
Open

Map Files: MC Map <-> C#raft Map #92

ementalo opened this issue Oct 4, 2011 · 6 comments

Comments

@ementalo
Copy link
Member

ementalo commented Oct 4, 2011

Both way conversions, probably as a seperate exe

@taugit
Copy link
Contributor

taugit commented Nov 9, 2011

C#raft has its own map generator. What if C#raft will generate a chunk that weren't imported? Imported area would look consistent, but border chunks may have totally different landscape. How can we solve it?

ementalo added a commit that referenced this issue Nov 11, 2011
Updated NBT code to latest.
Creates a new "Converter" directory if not exits.
Any player NBT files in here will be converted. Part of #92
ementalo added a commit that referenced this issue Nov 11, 2011
Updated NBT code to latest.
Creates a new "Converter" directory if not exits.
Any player NBT files in here will be converted. Part of #92
@grapereader
Copy link

Well, you could have it detect the world's seed, biomes and edge block heights. Then develop a way to tell the server-side map generator this information allowing it to create "smart transitions" so to speak. It could even be possible to make it transition into similar notchian style map generation (not important but something to consider)

@gravypod
Copy link

It handles seeds differently. Will look 100% different.

@grapereader
Copy link

Alright I can see how that would be an issue

@gravypod
Copy link

Couldnt we convert the map than get its Seed?

@grapereader
Copy link

But wouldn't it be possible to not use the seed directly, but instead have it detect seeds and convert them to something it can use? I mean, it wouldn't have to generate off the seed, it would just have to use it to see how the MC map was generated, and use the data provided in the map to smoothly transition it into C#raft-type terrain

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

4 participants