[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4866: Undefined array key "database_gc"
FOSS gamedev and creative worlds • View topic - [Mod Pack] Castle Wall
Page 1 of 1

[Mod Pack] Castle Wall

PostPosted: Sat Jul 21, 2012 01:37
by Nubelite
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

PostPosted: Sat Jul 21, 2012 03:05
by cornernote
the images are broken =(

PostPosted: Sat Jul 21, 2012 04:07
by Nubelite
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.

PostPosted: Sat Jul 21, 2012 07:38
by cactuz_pl
You can add to your mod my "castle" models:
http://minetest.net/forum/viewtopic.php?pid=32114#p32114
http://minetest.net/forum/viewtopic.php?pid=32231#p32231

And node for corner of wall
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
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}
               
                },
        },

PostPosted: Sat Jul 21, 2012 23:25
by Nubelite
cactuz_pl wrote:You can add to your mod my "castle" models:
http://minetest.net/forum/viewtopic.php?pid=32114#p32114
http://minetest.net/forum/viewtopic.php?pid=32231#p32231

And node for corner of wall
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
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.

PostPosted: Sat Jul 21, 2012 23:55
by SegFault22
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.

PostPosted: Sun Jul 22, 2012 02:07
by Nubelite
ok will now host with photobucket

PostPosted: Sun Jul 22, 2012 02:58
by Nubelite
updated with the castle corner, made the gap more even with the wall setup.

PostPosted: Sun Jul 22, 2012 05:46
by cactuz_pl
Nubelite wrote:
cactuz_pl wrote:You can add to your mod my "castle" models:
http://minetest.net/forum/viewtopic.php?pid=32114#p32114
http://minetest.net/forum/viewtopic.php?pid=32231#p32231

And node for corner of wall
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
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:

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
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.

PostPosted: Sun Jul 22, 2012 21:07
by Nubelite
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.

PostPosted: Thu Aug 23, 2012 18:14
by cornernote
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
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?