Bring Minecraft Schematics to UE4
In minecraft, I preform a similar action to worledit, taking a big grid of blocks. Then I preform a command to save all the blocks (excluding air blocks) to a text file. Then in Unreal Engine I load this text file every second and spawn blocks based on the minecraft location. The blocks are relative to Position 1.
These text files are set out in <Block_Name>,<x>,<y><z>
. Unreal then splits this by "," and proceeds to pipe the data into the spawning actor.
Little to none. This isn't meant to be a project to improve blocking out. There are already tools in Unreal Engine for that. This is simply just a project that I had an idea for randomly and I wanted to see how possible it was.
Sure! There are some project files above if you want to import them, However, I really do not recommend using this if you're not planning to just mess around with it.
Just download the zip, unzip it to a folder and open the .uproject. It may take some time and it will create new folders. This is because I'm leaving out folders that aren't required.
wood,0,0,0
wood,1,1,0
wood,2,2,0
wood,3,3,0
wood,4,4,0
Yes. It is. But with this instance, all the blocks have shadows disabled and tick disabled. This will improve performance quite a bit. Again, this project isn't meant for blocking out levels, nor is it meant for production use. This project is simply just for fun.
Good question. The reason for this is because I'm simply creating something for the fun of it. I've thought about putting it into a yml anyways, however, I'm not that bothered about it and it'll work the same as a .txt file.
Credit to Garry's Mod for the missing texture image that's used within the project.