Search found 62 matches

by yves_de_beck
Mon Jan 07, 2013 13:23
Forum: WIP Mods
Topic: Question about node_box type="wallmounted"
Replies: 4
Views: 1148

Question about node_box type="wallmounted"

Hello all, Maybe someone can help me. I would like to create node_box with this special options: ... node_box = { type = "wallmounted", wall_top = {-0.1, 0.5-0.6, -0.1, 0.1, 0.5, 0.1}, wall_bottom = {-0.1, -0.5, -0.1, 0.1, -0.5+0.6, 0.1}, wall_side = { {-0.1, 0.0, -0.1, 0.5, 0.1, 0.1}, {-0...
by yves_de_beck
Sun Jan 06, 2013 15:45
Forum: Mod Releases
Topic: [Mod] NonCubic Blocks Mod [1.4] [noncubic]
Replies: 111
Views: 52099

Nore wrote:Wow, that's crazy...
I hope it is possible without registering 2^(16^3) nodes, which would crash minetest... and your computer too.

I hope it too xD

Okay they are not so many ^^

14 Shapes
8 Materials
= 112 new blocks

Until now it runs very well. =)
by yves_de_beck
Sun Jan 06, 2013 15:31
Forum: Mod Releases
Topic: [Mod] NonCubic Blocks Mod [1.4] [noncubic]
Replies: 111
Views: 52099

Hi all, What do you think about this: I think its time to create a 'cnc milling machine' block. by right click on the cnc block open an furnance like menu. Then you put in the material and by clicking on different shape buttons you get the noncubic material you want. Example: http://www.stedefreun.d...
by yves_de_beck
Sun Jan 06, 2013 13:50
Forum: WIP Mods
Topic: [Demo Mod] Irregular 3D Objects
Replies: 11
Views: 8026

Hey Jeija, Maybe you can help me. I'll need mathematical function to create a node_box with only 90 degrees / a quarter from a bow for my noncubic blocks mod. I have experimented a lot with your cylinder / barrel function. But less than 180 ° is not possible. or I'm too stupid to understand how it w...
by yves_de_beck
Sat Jan 05, 2013 21:56
Forum: WIP Mods
Topic: Torch 3D =,D
Replies: 60
Views: 37098

Hi,

Very good mod =) I love these Models of 3D Torches.
Could you make the models for torches, standing on ground or hang on ceiling too?
by yves_de_beck
Sat Jan 05, 2013 15:49
Forum: Mod Releases
Topic: [Mod] NonCubic Blocks Mod [1.4] [noncubic]
Replies: 111
Views: 52099

Bravo +2 EDIT: I would like upside down slopes too. I noticed that stair+ mod has really nice small blocks. Combined with your non cubic blocks. Now when building I don't just ask myself what material I should use, but also what shape. Hi Bas080, Upside Down Slopes and Slope Edges added =) Simple E...
by yves_de_beck
Thu Jan 03, 2013 15:28
Forum: Mod Releases
Topic: [Mod] NonCubic Blocks Mod [1.4] [noncubic]
Replies: 111
Views: 52099

Hello everyone, The source code is revised , by the proposition from Bas080. I think it's a little bit faster now and the detail level you can change by one step in the head of the init.lua. At next to do: - "Curved Edges Square Blocks" and - "Gardenblocks" (at first with the def...
by yves_de_beck
Thu Jan 03, 2013 10:06
Forum: Mod Releases
Topic: [Mod] NonCubic Blocks Mod [1.4] [noncubic]
Replies: 111
Views: 52099

Really nice mod. I checked the code. Stairs mod made a function which looks like this... (easier for adding new nodes and less lines of code) function stairs.register_stair_and_slab(subname, recipeitem, groups, images, desc_stair, desc_slab) stairs.register_stair_and_slab("wood", "de...
by yves_de_beck
Wed Jan 02, 2013 18:58
Forum: Mod Releases
Topic: [Mod] NonCubic Blocks Mod [1.4] [noncubic]
Replies: 111
Views: 52099

*cough* The code seems somewhat "borrowed" from me: http://minetest.net/forum/viewtopic.php?id=2153 Nice mod, but why don't you give credit but just license other people's code? Would have been nicer if you had asked me, but I grant you permission for it. Hello Jeija, Sorry!! I don't wan'...
by yves_de_beck
Wed Jan 02, 2013 15:22
Forum: Mod Releases
Topic: [Mod] NonCubic Blocks Mod [1.4] [noncubic]
Replies: 111
Views: 52099

That looks nice, but doesn't it make lag with so much blocks ? Hello Zeg9, My PC ist not very fast, and it runs very well for me. (Intel Atom 1,6 Ghz / 1Gb Ram) Framerate between 20-30 Frames. I think it's OK. =) Also you can change the detail level in the init.lua. Instructions in the description =)
by yves_de_beck
Wed Jan 02, 2013 12:52
Forum: Mod Releases
Topic: [Mod] NonCubic Blocks Mod [1.4] [noncubic]
Replies: 111
Views: 52099

Hello kaeza,

I can open the archive...

try this link to 7z file:
http://www.stedefreun.de/download/noncubic.7z
by yves_de_beck
Wed Jan 02, 2013 12:36
Forum: Mod Releases
Topic: [Mod] NonCubic Blocks Mod [1.4] [noncubic]
Replies: 111
Views: 52099

[Mod] NonCubic Blocks Mod [1.4] [noncubic]

Okay the votig is finished: The most of you like the milling machine menu transparent (original). So i have uploaded a version with transparency as default. ------------------------------------------------------------------- Hi all, Since I have somehow never seen a pure mod with irregulars blocks, ...