Appearance
How to customize the loader cube from Minecraft Dungeons
Sources
All needed files for this tutorial can be found here.
Requirements
- Blender
- Python 3.8+
- And Pillow module
- Unreal Engine 4 version 4.22.x
Step by step: Blender
Huge Thanks for @CCCode for creating this model
Open
LoadingSpinnerBlock.blend
with BlenderDrag the green bar at the bottom at the beginning of the animation
Go to the
Shading
tab at the top of the screenClick on the blank face of the block in front of you (you get a green outline surrounding it)
In the bottom slide, in the Orange Area, click on the cross & import a new texture: A.
B.
C.Drag the green slider until a new face
- Remake the previous step & this one until all faces are done
⚠️ The second side of the animation got 2 orange tabs: this is because the animation file uses a non-euclidean cube, there are 2 textures for 1 face.
Optional: You can go to the
Texture Paint
tab & press the space bar to see your texture on the model.Return to the
Layout
tab, and in the bottom right, change the output pathFinally: at the top left, click on render, then render the animation, all screenshots should be in where you set the output path.
Step by step: Python
Install Pillow:
As said before, you will need the Pillow module, install it (if you haven't already installed it).
Press
Windows
+R
then typecmd
thenenter
Write this command:
pip install pillow
then pressenter
Once you have installed python & Pillow and that you have all the screenshots (with the right name), you can simply double click the
Merge.py
script to get the texture atlas. ⚠️ The script needs to be in the same file as screenshots took by Blender.
Step by step: Unreal Engine 4
You need to put the
loader.png
file in this folder:UE4Project\Content\UI\Materials\LoadingScreens\Misc
Open your
Dungeons.uproject
fromUE4Project/
Find the file in your project and open it:
Then you have to change settings on the right tab:
- Compression Settings → BC7
- Mip Gen Settings → NoMipmaps
- Texture Group → UI
Everything should be good, you now just have to package your files using the Dokucraft Tool