Modified Mapcrafter with some Basic mod support for FTB

lutzee

New Member
Jul 29, 2019
3
0
0
So recently I've been working with m0r13, the maker of MapCrafter ( http://github.com/m0r13/mapcrafter ) to get a modified version of the mapping software to work with Feed the Beast mods.
And its doing well, I have most of the main blocks that get generated in the work rendering, i need to add things like the flowers and stuff.
I will also need to make a script to get the textures from inside mods too, much easier than getting permission to redistribute the textures.
you can find a live example of the map so far on http://cydonia.co/images/worldmap

I had to make a few compromises though with things like the Xycraft blocks, I was being a bit lazy and didn't want to go through the hassle of making up an image for every one of the different blocks, so I just defaulted them all to being the bricks.
 
  • Like
Reactions: Jerome Asich

Jerome Asich

New Member
Jul 29, 2019
89
0
0
So recently I've been working with m0r13, the maker of MapCrafter ( http://github.com/m0r13/mapcrafter ) to get a modified version of the mapping software to work with Feed the Beast mods.
And its doing well, I have most of the main blocks that get generated in the work rendering, i need to add things like the flowers and stuff.
I will also need to make a script to get the textures from inside mods too, much easier than getting permission to redistribute the textures.
you can find a live example of the map so far on http://cydonia.co/images/worldmap

I had to make a few compromises though with things like the Xycraft blocks, I was being a bit lazy and didn't want to go through the hassle of making up an image for every one of the different blocks, so I just defaulted them all to being the bricks.
I really like this and would be quite happy to use it on my server.
 

lutzee

New Member
Jul 29, 2019
3
0
0
I guess I best get working on it again then.

There's some things to consider though, this needs full access to a dedicated OS that the server is running on, basically a dedicated machine (Or VPS though i wouldn't recommend it, the initial render would take ages to complete)

That said, is there any specific blocks you'd want adding first?
 

Jerome Asich

New Member
Jul 29, 2019
89
0
0
Erm, let me see, rubberwood leaves, xycraft glass (if you haven't already) and reappearing blocks from TF. Then I can see my base in all of its 3D glory :p
 

lutzee

New Member
Jul 29, 2019
3
0
0
hmm yeah i need to fix the IC2 rubberwood stuff, theres some odd stuff with the IDs there
The Xycraft glass is in, but the connected texture stuff isn't there, i'll need to go right into the rendering stuff to get that working
and the TF blocks are easily doable :)