[Mod Pack] Castle Wall

Post Reply
Nubelite
Member
Posts: 161
Joined: Mon Jul 16, 2012 23:10

[Mod Pack] Castle Wall

by Nubelite » Post

This is a simple mod for the top of a wall for a castle. Can make it in wood, sand stone, cobble, stone and brick. The width is half a block.

Image
Image

Castle Window made by: cactuz_pl
Image

Recepie: (each produces 4 items)

Castle Wall Castle Wall Corner
_ x _ _ x _
x _ _ x _ x
x _ _ x _ _

Castle Window Castle Window Castle Window
Bottom Center Top
x _ x x _ x x x x
x _ x x _ x x _ x
x x x x _ x x _ x


Picture of castle wall crafting
Image


Download: (Is always updated to the latest version)
Zip
Last edited by Nubelite on Mon Jul 23, 2012 00:33, edited 1 time in total.

cornernote
Member
Posts: 844
Joined: Wed Jul 11, 2012 15:02

by cornernote » Post

the images are broken =(

Nubelite
Member
Posts: 161
Joined: Mon Jul 16, 2012 23:10

by Nubelite » Post

Was trying to use google docs for the pic. Had to use the shared URL, image url from that, to get the picture to work. Tested it on a virtual machine so it should show up for you now.
Last edited by Nubelite on Sat Jul 21, 2012 04:19, edited 1 time in total.

User avatar
cactuz_pl
Member
Posts: 876
Joined: Tue Jun 05, 2012 16:34
Location: Poland

by cactuz_pl » Post

You can add to your mod my "castle" models:
http://minetest.net/forum/viewtopic.php ... 114#p32114
http://minetest.net/forum/viewtopic.php ... 231#p32231

And node for corner of wall

Code: Select all

node_box = {
            type = "fixed",
            fixed = {
                {-0.5, -.5, 0, 0.5, 0, 0.5},
                {-0.5, 0, 0, 0, 0.5, 0.5},
                {-0.5,-0.5,-0.5, 0,0,0}
                
                },
        },
Last edited by cactuz_pl on Sat Jul 21, 2012 07:45, edited 1 time in total.
Nope

Nubelite
Member
Posts: 161
Joined: Mon Jul 16, 2012 23:10

by Nubelite » Post

cactuz_pl wrote:You can add to your mod my "castle" models:
http://minetest.net/forum/viewtopic.php ... 114#p32114
http://minetest.net/forum/viewtopic.php ... 231#p32231

And node for corner of wall

Code: Select all

node_box = {
            type = "fixed",
            fixed = {
                {-0.5, -.5, 0, 0.5, 0, 0.5},
                {-0.5, 0, 0, 0, 0.5, 0.5},
                {-0.5,-0.5,-0.5, 0,0,0}
                
                },
        },



I don't see a download for your mods. If you would like I can make mine into a mod pack that includes yours.

User avatar
SegFault22
Member
Posts: 872
Joined: Mon May 21, 2012 03:17
Location: NaN

by SegFault22 » Post

Use photobucket for your screenshots, please. You can rely on it better.
EDIT: it seems that it's an error #403 when trying to open the images in my browser. This means access is forbidden, and I cannot view the images.
Last edited by SegFault22 on Sat Jul 21, 2012 23:56, edited 1 time in total.
"All we need it the right major crisis and the nations will accept the new world order."

Nubelite
Member
Posts: 161
Joined: Mon Jul 16, 2012 23:10

by Nubelite » Post

ok will now host with photobucket

Nubelite
Member
Posts: 161
Joined: Mon Jul 16, 2012 23:10

by Nubelite » Post

updated with the castle corner, made the gap more even with the wall setup.

User avatar
cactuz_pl
Member
Posts: 876
Joined: Tue Jun 05, 2012 16:34
Location: Poland

by cactuz_pl » Post

Nubelite wrote:
cactuz_pl wrote:You can add to your mod my "castle" models:
http://minetest.net/forum/viewtopic.php ... 114#p32114
http://minetest.net/forum/viewtopic.php ... 231#p32231

And node for corner of wall

Code: Select all

node_box = {
            type = "fixed",
            fixed = {
                {-0.5, -.5, 0, 0.5, 0, 0.5},
                {-0.5, 0, 0, 0, 0.5, 0.5},
                {-0.5,-0.5,-0.5, 0,0,0}
                
                },
        },



I don't see a download for your mods. If you would like I can make mine into a mod pack that includes yours.
There is no download button, because I posted only models,like this:

Code: Select all

node_box = {
        type = "fixed",
        fixed = {
            {-0.5,0.4,0.3, 0.5,0.5,0.35},
            {-0.5,0.4,0.1, 0.5,0.5,0.15},
            {-0.5,0.4,-0.1, 0.5,0.5,-0.05},
            {-0.5,0.4,-0.3, 0.5,0.5,-0.25},
            {-0.5,0.4,-0.5, 0.5,0.5,-0.45},
            {-0.35,0.4,-0.5, -0.3,0.5,0.5},
            {-0.15,0.4,-0.5, -0.1,0.5,0.5},
            {5.e-2,0.4,-0.5, 1.e-1,0.5,0.5},
            {0.25,0.4,-0.5, 0.3,0.5,0.5},
            {0.45,0.4,-0.5, 0.5,0.5,0.5},
            

            
        },
    },
Feel free to use any of my models. "Castle pack" it would be something....
If you have ideas for model, post it here I can help with modelling.
Last edited by cactuz_pl on Sun Jul 22, 2012 07:21, edited 1 time in total.
Nope

Nubelite
Member
Posts: 161
Joined: Mon Jul 16, 2012 23:10

by Nubelite » Post

Ok. I'll look at your posts and add on any castle like ones you have. If anyone else wants to contribute feel free to post the code.

cornernote
Member
Posts: 844
Joined: Wed Jul 11, 2012 15:02

by cornernote » Post

Code: Select all

-- Minetest 0.4 mod: castle_wall
-- See README.txt for licensing and other information.
but the zip contains no readme.txt

what is the license? do you mind if i use this in my seablock game?

Post Reply

Who is online

Users browsing this forum: Google [Bot] and 8 guests