Seed mapper for MineClone2 #3009

Open
opened 2022-11-24 17:54:52 +01:00 by kneekoo · 2 comments
Contributor

The Chunkbase seed map tool for Minecraft is very helpful to find structures, biomes, terrain features, etc by specifying the seed, game version and dimension.

Such a tool would be great for us, not only for players, but also to fine tune our structure generation by easily seeing the result after tweaking the parameters.

One difficult part of making this tool would be the variety of mapgens and flags, so if anyone decides to work on this supporting one mapgen with all flags "on" makes it easier. Which mapgen? We could ask the community or just go with whatever the developer chooses. Once the initial work is done, it would be easier to support other mapgens than starting from scratch.

The second concern is getting the parameters themselves from the game in a way that is not time consuming.

Minecraft map seed "y"

As there's plenty to show on the map, having a script to output JSON/CSV from the game information would help. To make this script simpler, the "input" (game files) should be formatted with this in mind. Or if a parser like py-lua-parser can be used without caring about formatting at all, even better.

The [Chunkbase seed map](https://www.chunkbase.com/apps/seed-map#y) tool for Minecraft is very helpful to find structures, biomes, terrain features, etc by specifying the seed, game version and dimension. Such a tool would be great for us, not only for players, but also to fine tune our structure generation by easily seeing the result after tweaking the parameters. One difficult part of making this tool would be the variety of mapgens and flags, so if anyone decides to work on this supporting one mapgen with all flags "on" makes it easier. Which mapgen? We could ask the community or just go with whatever the developer chooses. Once the initial work is done, it would be easier to support other mapgens than starting from scratch. The second concern is getting the parameters themselves from the game in a way that is not time consuming. ![Minecraft map seed "y"](https://i.imgur.com/ldFi6s5.png) As there's plenty to show on the map, having a script to output JSON/CSV from the game information would help. To make this script simpler, the "input" (game files) should be formatted with this in mind. Or if a parser like [py-lua-parser](https://pypi.org/project/luaparser/) can be used without caring about formatting at all, even better.
kneekoo added the
enhancement
looking for contributor
labels 2022-11-24 17:55:04 +01:00
Member

Well, it should be noted that the seed parameters are stored in the .mt files for the world directory in map_meta.txt.

{edit: corrected because my statement was mistaken.}

Well, it should be noted that the seed parameters are stored in the ~~.mt files for the~~ world directory in map_meta.txt. {edit: corrected because my statement was mistaken.}
Contributor

map_meta.txt, not world.mt

map_meta.txt, not world.mt
Ghost added
help wanted
and removed
looking for contributor
labels 2022-12-31 08:49:04 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: VoxeLibre/VoxeLibre#3009
No description provided.