Difference between revisions of "User:Ph8jPf9M"

From Minetest Wiki
Jump to navigation Jump to search
 
(9 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 transparent 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.<br />
+
<nowiki>{{Citation_needed}}</nowiki>
then i just spawn the mobs with the egg, disable the damage and make screnshoots with prntscrn<br />
+
|{{Citation_needed}}
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<br />
+
|-
then layer-transparency-color to alpha-choose the right color-press ok and the picture is transparent<br />
+
|
if you know how make to make mob pictures easier then post a guide about it or link it
+
<nowiki>~~~~</nowiki>
 
+
|[[User:Ph8jPf9M|Ph8jPf9M]] ([[User talk:Ph8jPf9M|talk]]) 09:21, 18 December 2016 (UTC)
{{multiple images
+
|-
| direction = vertical
+
|
| align    = top
+
<nowiki><source lang="lua">mobs:register_mob("tubies:dipsy", {
| width    = 100
+
type = "animal",
 
+
passive = true,
| image1    = Oerkki1.png
+
      },
| caption1  = Oerkki
+
})</source></nowiki>
| width1    = 96
+
|<source lang="lua">mobs:register_mob("tth:grylph", {
 
+
type = "animal",
| image2    = Oerkki1_damaged.png
+
passive = true,
| caption2  = Oerkki (Damaged)
+
      },
| width2    = 96
+
})</source>
 
+
|}
| image3    = Oerkki_mobs.png
 
| caption3  = Oerkki (''Simple Mobs'' mod)
 
| width3    = 96
 
}}
 
 
 
=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|
 
</gallery>
 
[[File:Nssm_octopus.png]][[File:Nssm_messe_dragon.png]]
 
=====How do i make horizental gifs one after the other in a straigth line?=====
 
<div class="animated">
 
<div class="image">[[File:Tree.png|link=File:Tree.png]]</div>
 
<div class="image">[[File:Jungletree.png|link=File:Jungletree.png]]</div>
 
</div>
 
<div class="animated">
 
<div class="image">[[File:Tree.png|link=File:Tree.png]]</div>
 
<div class="image">[[File:Jungletree.png|link=File:Jungletree.png]]</div>
 
</div>
 

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,
      },
})