[Mod] Doors mod [1.3] [doors]

CryAngel
Member
Posts: 68
Joined: Thu Apr 04, 2013 10:56

by CryAngel » Post

tsr2707 wrote:minetest 0.3.1
you dont feel is a bit outdated? latest minetest version 0.4.6

User avatar
BlockMen
Developer
Posts: 768
Joined: Fri Mar 01, 2013 17:24
GitHub: BlockMen
Location: Germany

by BlockMen » Post

tsr2707 wrote:hello,how i can copy doors mod to minetest 0.3.1?
There is no way to run this mod on 0.3.1 (IIRC). You need a 0.4.x Version of Minetest to use this mod.

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

I just noticed there were plans to use this mod to add sounds to homedecor - I've just done so this morning (homedecor master branch). You inspired me. :-)
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
onpon4
Member
Posts: 518
Joined: Thu Mar 21, 2013 01:54
GitHub: onpon4
In-game: diligentcircle
Contact:

by onpon4 » Post

tsr2707 wrote:hello,how i can copy doors mod to minetest 0.3.1?
If you're using Ubuntu, there's a more recent stable version (currently the latest) of Minetest here: https://code.launchpad.net/~minetestdev ... /+packages

If your OS isn't listed on minetest.net/download, you could compile the source code yourself. It's not as easy as it ought to be, but it's still pretty easy. Actually, it seems the hardest part now is that they don't list the source code of 0.4.6 in the Downloads page...

sfan5
Moderator
Posts: 4095
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

by sfan5 » Post

tsr2707 wrote:hello,how i can copy doors mod to minetest 0.3.1?
You need Minetest 0.4 to install mods, it is not possible to install mods in 0.3.1
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

User avatar
BlockMen
Developer
Posts: 768
Joined: Fri Mar 01, 2013 17:24
GitHub: BlockMen
Location: Germany

by BlockMen » Post

VanessaE wrote:I just noticed there were plans to use this mod to add sounds to homedecor - I've just done so this morning (homedecor master branch). You inspired me. :-)
Thats nice. And one thing less i have to do ;)

User avatar
Likwid H-Craft
Member
Posts: 1113
Joined: Sun Jan 06, 2013 14:20
Location: Lost in Crypt

by Likwid H-Craft » Post

BlockMen do you, like to help me with my mod I am working on? it called Glow Stick.
My Domain's/others:
http://likwidtest.hj.cx/ (Not Done)

User avatar
BlockMen
Developer
Posts: 768
Joined: Fri Mar 01, 2013 17:24
GitHub: BlockMen
Location: Germany

by BlockMen » Post

Likwid H-Craft wrote:BlockMen do you, like to help me with my mod I am working on? it called Glow Stick.
- First, that doesnt belong to this topic. Ask something like that in another way.

- Second, no.

ashenk69
Member
Posts: 230
Joined: Tue Jul 03, 2012 00:08

by ashenk69 » Post

Trying to texture this mod for BDCraft, I have a few requests for it. Can you use a separate texture for these:
1. Trapdoor side textures instead of default wood
2. Glass door textures instead of default glass
3. Glass door side texture
These are merely suggestions as this is your mod.

User avatar
BlockMen
Developer
Posts: 768
Joined: Fri Mar 01, 2013 17:24
GitHub: BlockMen
Location: Germany

by BlockMen » Post

ashenk69 wrote:Trying to texture this mod for BDCraft, I have a few requests for it. Can you use a separate texture for these:
1. Trapdoor side textures instead of default wood
2. Glass door textures instead of default glass
3. Glass door side texture
These are merely suggestions as this is your mod.
Sure. I will throw an update next days

User avatar
Gambit
Member
Posts: 453
Joined: Sat Oct 29, 2011 19:31
Location: United States

by Gambit » Post

We need doors that provide better privacy for indoor rooms.
Current Projects: MineToon | PixelBOX
Gambit's Checkmate Server - 43.65.296.232 - port: 30001

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

Gambit: Homedecor has a "plain" door with no windows/viewports which you may find useful to that end.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
BlockMen
Developer
Posts: 768
Joined: Fri Mar 01, 2013 17:24
GitHub: BlockMen
Location: Germany

by BlockMen » Post

Update: Version 1.2.5

Changelog:
Added requested support for texture packs and slightly improved code.

ashenk69
Member
Posts: 230
Joined: Tue Jul 03, 2012 00:08

by ashenk69 » Post

Blockmen thanks for the extra textures. Just a little fix is the closed state for trapdoors still has default wood as the side.

User avatar
BlockMen
Developer
Posts: 768
Joined: Fri Mar 01, 2013 17:24
GitHub: BlockMen
Location: Germany

by BlockMen » Post

ashenk69 wrote:Blockmen thanks for the extra textures. Just a little fix is the closed state for trapdoors still has default wood as the side.
Fixed in version 1.2.6

User avatar
andersje
Member
Posts: 18
Joined: Wed May 01, 2013 02:16

by andersje » Post

would you ever consider adding this to github? I'd like to add steel trapdoors, and github makes it easy to fork/pull stuff.

Otherwise, I can just tinker with your release and send you diffs if you like =)
I don't always test my code, but when I do, I test it in production.

User avatar
BlockMen
Developer
Posts: 768
Joined: Fri Mar 01, 2013 17:24
GitHub: BlockMen
Location: Germany

by BlockMen » Post

There is already a git repository for doors: https://github.com/BlockMen/doors

But i have updated it to 1.2.6 now

User avatar
andersje
Member
Posts: 18
Joined: Wed May 01, 2013 02:16

by andersje » Post

thanks, I searched on github, but didn't find it :)
I don't always test my code, but when I do, I test it in production.

CupaTheCreeper
New member
Posts: 1
Joined: Sun Sep 15, 2013 22:28

by CupaTheCreeper » Post

The trapdoor looks like the one from minecraft.

User avatar
Misty
Member
Posts: 51
Joined: Sun Jun 16, 2013 02:09

by Misty » Post

I dont know about the rest, but I want trap doors.
Default doors, and home decor are great for many kinds of doors, but for some things you really need a trap door kind of contraption. if you've ever seen the pass-through gate on a sales counter, or exterior cellar doors, you know a vertically mounted door just wont work in all applications. A solid trap door ( for making a sales counter pass-through ) and cellar doors that can be mounted flush with the ground, or at an angle would be great. With a solid trap door you could create those cool fold up counter top extensions to. Of course I understand those cellar doors that are mounted on an incline might not be possible.
Certified 100% signature Virus free.

Jouster27
Member
Posts: 117
Joined: Fri Mar 29, 2013 14:16

by Jouster27 » Post

Misty raises an interesting possibility. Inclined doors. Two blocks high, two blocks wide and one block deep with an angle running from the inner-bottom to the outer-top? Of course, I'm sure it would create an interesting challenge to have the door open.
Last edited by Jouster27 on Thu Oct 03, 2013 14:20, edited 1 time in total.

User avatar
BlockMen
Developer
Posts: 768
Joined: Fri Mar 01, 2013 17:24
GitHub: BlockMen
Location: Germany

by BlockMen » Post

I guess inclined doors wont be possible to add. But I could change the trapdoor that way, that i can be placed flush too.

User avatar
Misty
Member
Posts: 51
Joined: Sun Jun 16, 2013 02:09

by Misty » Post

That would be great. : )
Certified 100% signature Virus free.

User avatar
philipbenr
Member
Posts: 1897
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: robinspi
Location: United States

by philipbenr » Post

How about a papyrus gate that is only 1 unit high? Sorta like this(except mine is 2 units, not 1 which would be nice):
Spoiler
Image
Image
Image

User avatar
Johnyknowhow
Member
Posts: 358
Joined: Fri Sep 21, 2012 15:17
In-game: Minetestian
Location: Washington, USA

by Johnyknowhow » Post

BlockMen wrote:This mod improves the default doors and adds sound effects for opening and closing a door. Futhermore it adds a Glassdoor and since Version 1.2: Trapdoor.

Screenshot:
https://dl.dropbox.com/s/u2k8t092vbhddy ... apdoor.png

Recipes:
Glassdoor: Trapdoor:

glass glass - wood wood wood
glass glass - -> 1 Glassdoor wood wood wood -> 2 Trapdoors
glass glass - - - -
Installation:
The default mod installation, so NOT !!! in ~/minetest-game-folder/games/...

Depends:
default

Download:
Version 1.2.6: current Version for Minetest 0.4.5 or later

Version 1.2.1: for Minetest 0.4.4

Version 1.2.:older Version ( 0.4.5+)
Version 1.2.3:older Version ( 0.4.5+)
Version 1.2.2: older Version (0.4.5 +)
Version 1.2: older Version
Version 1.1: first Version

Sourcecode: on Github

License:
Code: WTFPL, textures: CC BY-SA 3.0, sounds: CC BY 3.0

Notice:
This mod contains basically the default doors mod in Minetest (by PilzAdam), it is extended with functions for playing sounds, creating Glass- and Trapdoor.

To-do:
-different sounds for different materials



Please give Feedback (like is the sound-level good?, etc) and ideas for improvement

What texture pack is that?
It's weird looking back on my old posts as an adult. Miss some of the old times though. Johnyknowhow#5272

Post Reply

Who is online

Users browsing this forum: No registered users and 6 guests