Difference between revisions of "User:Ph8jPf9M"

From Minetest Wiki
Jump to navigation Jump to search
 
(14 intermediate revisions by one other user not shown)
Line 1: Line 1:
====Isometric renderings of minetest blocks====
+
[http://wiki.minetest.net/Help:Contents Contributing] [http://wiki.minetest.net/Category:Templates templates]
There is a way to make these in Blender but did not try it yet if you know how make a guide about it or link it
 
  
 
+
{| class="wikitable"
1. find block texture that you want for the example we will use this green wool block texture
+
! source
[[File:Wool green texturee.png|thumbnail|left]]
+
! output
2. get [https://gist.github.com/nic96/f9dfa0feae9fc384c820 create-cube-from-layer.scm script] and move it to scripts folder in Gimp
+
|-
 
+
|
3. open the texture with gimp then press layer - creat isometric cube
+
<nowiki>[https://wiki.minetest.net/ home page]</nowiki>
 
+
|[https://wiki.minetest.net/ home page]
4. export it and your done!
+
|-
====to make mob pictures====
+
|
i use the [https://forum.minetest.net/viewtopic.php?f=11&t=13180 greenscreen mod] and make a house out of whitescreen blocks.
+
<nowiki>{{Citation_needed}}</nowiki>
 
+
|{{Citation_needed}}
then i just spawn the mobs with the egg, disable the damage and make screnshoots with prntscrn
+
|-
 
+
|
then i open gimp and paste the picture. To make the picture transparent i just press shift-o toggether for color picker click on the white background
+
<nowiki>~~~~</nowiki>
 
+
|[[User:Ph8jPf9M|Ph8jPf9M]] ([[User talk:Ph8jPf9M|talk]]) 09:21, 18 December 2016 (UTC)
then layer-transparency-color to alpha-choose the right color-press ok and the picture is transparent
+
|-
 
+
|
if you know how make to make mob pictures easier then post a guide about it or link it
+
<nowiki><source lang="lua">mobs:register_mob("tubies:dipsy", {
 
+
type = "animal",
=====How do i make horizental gifs one after the other in a straigth line?=====
+
passive = true,
<div class="animated">
+
      },
<div class="image">[[File:Tree.png|link=File:Tree.png]]</div>
+
})</source></nowiki>
<div class="image">[[File:Jungletree.png|link=File:Jungletree.png]]</div>
+
|<source lang="lua">mobs:register_mob("tth:grylph", {
</div>
+
type = "animal",
<div class="animated">
+
passive = true,
<div class="image">[[File:Tree.png|link=File:Tree.png]]</div>
+
      },
<div class="image">[[File:Jungletree.png|link=File:Jungletree.png]]</div>
+
})</source>
</div>
+
|}
 
 
=gallery examples=
 
<gallery>
 
CME Chicken.png|
 
CME Sheep.png|
 
CME Ghost.png|
 
CME Oerki1.png|
 
CME Zombie.png
 
</gallery>
 
 
 
<gallery widths="400px" heights="256px">
 
File:Mapgen_v5.jpg|
 
File:Mapgen_v6.jpg|
 
File:Mapgen_v7.jpg|
 
</gallery>
 

Latest revision as of 14:17, 14 February 2023

Contributing templates

source output
[https://wiki.minetest.net/ home page]
home page
{{Citation_needed}}
[citation needed]
~~~~
Ph8jPf9M (talk) 09:21, 18 December 2016 (UTC)
<source lang="lua">mobs:register_mob("tubies:dipsy", {
	type = "animal",
	passive = true,
      },
})</source>
mobs:register_mob("tth:grylph", {
	type = "animal",
	passive = true,
      },
})