diff --git a/README.md b/README.md index cef1aa5..489e42b 100644 --- a/README.md +++ b/README.md @@ -1,44 +1,66 @@ -###### Links -- [amc - Minetest mod just to test how the minecraft mobs look like](https://github.com/22i/amc) -- [mobs_mc - Minetest mod to test minecraft mob abilities](https://github.com/maikerumine/mobs_mc) -- [MineClone2 - Minecraft clone in Minetest](https://forum.minetest.net/viewtopic.php?t=16407) -- [how to recreate mobs from textures with Blender and Gimp](http://imgur.com/a/Iqg88) -- [mob blender pictures](https://imgur.com/a/FJXeT) -- [get minecraft universal tlauncher](https://tlauncher.org/en/) [linux](https://rutracker.org/forum/viewtopic.php?t=4891689) +## About +Minecraft mobs were remade in blender! Amazing! +## depends on -[ Blender](https://www.blender.org/) -##### Blender Setup + [amc](https://github.com/22i/amc) - test mob looks
[mobs_mc](https://github.com/maikerumine/mobs_mc) - test minecraft mob abilities +
[MineClone2](https://forum.minetest.net/viewtopic.php?t=16407) - test Minecraft clone +- [TUTORIAL: how to recreate mobs from textures with Blender and Gimp](http://imgur.com/a/Iqg88) +- [mob blender pictures](https://imgur.com/a/FJXeT) +- get Minecraft [hmcl](http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-tools/1265720-hello-minecraft-launcher-2-6-0-4-forge-liteloader), [tlauncher](https://tlauncher.org/en/), [linux](https://rutracker.org/forum/viewtopic.php?t=4891689) + +## Blender Setup to make the model textures clearer in blender check the upper left menu bar - file - user preferences...
on the system tab uncheck Mipmaps, set Anisotropic Filtering to Off and save user settings button in the lower left. -##### Checking if texture mapping is correct -- get Minecraft [tlauncher](https://tlauncher.org/en/) [linux](https://rutracker.org/forum/viewtopic.php?t=4891689) you need java installed start it up in creative and spawn the mob you want by pressing T and pasting this command /summon pig ~ ~ ~ {NoAI:1} [usefull minecraft commands](https://github.com/22i/minecraft-voxel-blender-models/blob/master/usefull%20minecraft%20commands) +## Checking if texture mapping is correct +- get Minecraft [hmcl](http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-tools/1265720-hello-minecraft-launcher-2-6-0-4-forge-liteloader), [tlauncher](https://tlauncher.org/en/), [linux](https://rutracker.org/forum/viewtopic.php?t=4891689) you need java installed start it up in creative and spawn the mob you want by pressing T and pasting this command /summon pig ~ ~ ~ {NoAI:1} [usefull minecraft commands](https://github.com/22i/minecraft-voxel-blender-models/blob/master/usefull%20minecraft%20commands) - open the blender model you want to test - when in default view or animation view find the outliner window in the top right - there should be armature click on the eye icon to hide the bones - switch to UV editing view in the upper top menu bar - have the same view over the mob in blender and minecraft to see if anything is off -##### Exporting 180 degress rotated +## Exporting 180 degress rotated - dont forget to be in object mode and press SHIFT-C - double press A to select everything then press SHIFT-CTRL-ALT-C origin to 3D cursor - press 7 to switch to top view rotate with R for 180 degress CTRL-J to join all the objects together - test animation by pressing ALT-A and export using [special minetest B3D exporter](https://github.com/minetest/B3Dexport) -##### Exporting without rotation +## Exporting without rotation - dont forget to be in object mode and press SHIFT-C - double press A to select everything then press CTRL-J to join all the objects together - test animation by pressing ALT-A and export using [special minetest B3D exporter](https://github.com/minetest/B3Dexport) -##### Exporting tips for mobs that hold items +## Exporting tips for mobs that hold items -when exporting mobs that hold items like: zombie pigman. baby zombie pigman, vex, skeleton, stray, wither skeleton, illusioner and vindicator you have a choice between minecraft default item or pixel perfection item. If you want pp then delete the other holdable item without pp in the name. +- when exporting mobs that hold items like: zombie pigman. baby zombie pigman, vex, skeleton, stray, wither skeleton, illusioner and vindicator you have a choice between minecraft default item or pixel perfection item. If you want pp then delete the other holdable item without pp in the name. -##### If exporting goes wrong +## If exporting goes wrong + +- if something is off, some cube is in wrong location or if animation is broken like with wither, enderdragon, wolf and skeleton reopen that .blend skip origin to 3D cursor part and put model into middle manualy. -if something is off, some cube is in wrong location or if animation is broken like with wither, enderdragon, wolf and skeleton reopen that .blend skip origin to 3D cursor part and put model into middle manualy. -Credits: -- [toby109tt](https://github.com/tobyplowy) mapping fixes - better 2d planes - backface culling + +## Thanks to: + [toby109tt](https://github.com/tobyplowy) mapping fixes - help with backface culling + + [maikerumine](https://github.com/maikerumine) making mobs_mc + + [Wuzzy](https://github.com/Wuzzy2) making MineClone2 + + [Tenplus1](https://github.com/tenplus1) making Mobs Redo + + [XSSheep](http://www.minecraftforum.net/forums/mapping-and-modding/resource-packs/1242533-pixel-perfection-now-with-polar-bears-1-11) making Pixel Perfection + + [Nathan](https://www.youtube.com/channel/UCdiuryhdSBUxQse2rarVqPg/videos) making Minetest Blender tutorials [1](https://www.youtube.com/watch?v=1h6mozr0p0Y&list=PL-uTdq9t8wyyJWzahSrnCqmMz9lgUnuVF) + + [Mojang](https://mojang.com/) making Minecraft + + [Minetest team](https://github.com/minetest) making Minetest + + [Jordan4Ibanez](https://www.youtube.com/user/313hummer/videos) making OpenAi + + [Christian9](https://forum.minetest.net/search.php?author_id=11478&sr=posts) help with 2 different textures on 1 mob diff --git a/models/extra/experimental/slime_big.blend b/models/extra/experimental/slime_big.blend new file mode 100644 index 0000000..0aab370 Binary files /dev/null and b/models/extra/experimental/slime_big.blend differ