[Modpack] pkarcs - with doors

User avatar
TumeniNodes
Member
Posts: 2941
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes
IRC: tumeninodes
In-game: TumeniNodes
Location: in the dark recesses of the mind
Contact:

[Modpack] pkarcs - with doors

by TumeniNodes » Post

This has now been turned into a modpack
I made a branch for PEAKS Simple Arcs [pkarcs] mod viewtopic.php?f=11&t=14541&hilit=Pkarcs as it did not exist on github until now.
I did this, so I could add doors to it.
I plan to add more, and make a bunch of tweaks as I have time. (see 'todo' list in issues) https://github.com/TumeniNodes/pkarcs/issues
Currently, the doors are very basic. And I want to thank VanessaE for helping me figure out a problem with the models (they needed to use triangulation), and it was extremely nice of her to take the time to help (but that is just who she is. : )
License = LGPL v.2.1 or later
Media = CC-BY-SA 4.0 Intl.
Download https://github.com/TumeniNodes/pkarcs/a ... master.zip
Code https://github.com/TumeniNodes/pkarcs
Installing http://wiki.minetest.com/wiki/Installing_mods
The 'todo' list is open to any who wish to contribute https://github.com/TumeniNodes/pkarcs/issues
Image
Image
Attachments
screenshot.png
screenshot.png (506.04 KiB) Viewed 2093 times
screenshot.png
screenshot.png (640.28 KiB) Viewed 2093 times
Last edited by TumeniNodes on Tue Sep 10, 2019 08:18, edited 6 times in total.
A Wonderful World

Coder12
Member
Posts: 162
Joined: Sat Sep 30, 2017 00:15

Re: [WIP]pkarcs-with doors[MOD]

by Coder12 » Post

This looks really good :)

User avatar
TumeniNodes
Member
Posts: 2941
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes
IRC: tumeninodes
In-game: TumeniNodes
Location: in the dark recesses of the mind
Contact:

Re: [WIP]pkarcs-with doors[MOD]

by TumeniNodes » Post

Thank you Coder12.
I've been thinking of doing these for some time.
Still lots of tweaking to do. I may even set them back into the nodespace by 1px, not sure yet. It will cause the hinged end to be sunken into the wall a bit... (I'll experiment with that, among other things)
And I did the textures pretty quick, which is why they are so generic. I have one which looks like the wooden door in the 'doors' mod, so I may add a set of those as an option too.

There is a set of larger doors coming as well.

The "todo" list is open to any who wish to contribute ; )
A Wonderful World

User avatar
StarNinjas
Member
Posts: 411
Joined: Wed Mar 14, 2018 00:32
GitHub: starninjas
IRC: StarNinjas
In-game: J1
Location: Terrarca
Contact:

Re: [WIP]pkarcs-with doors[MOD]

by StarNinjas » Post

you could make a hobbit door (The green round doors)
Don't go to bed tonight, without knowing what would happen if you died. https://thegospelfilm.org/

User avatar
TumeniNodes
Member
Posts: 2941
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes
IRC: tumeninodes
In-game: TumeniNodes
Location: in the dark recesses of the mind
Contact:

Re: [WIP]pkarcs-with doors[MOD]

by TumeniNodes » Post

StarNinjas wrote:you could make a hobbit door (The green round doors)
maybe
A Wonderful World

CalebJ
Member
Posts: 407
Joined: Sat Dec 29, 2018 19:21
GitHub: KaylebJay
IRC: KaylebJay
In-game: CalebJ
Location: Tunnelers' Abyss

Re: [WIP]pkarcs-with doors[MOD]

by CalebJ » Post

This is really nice. A good addition for any castle-build.

User avatar
TumeniNodes
Member
Posts: 2941
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes
IRC: tumeninodes
In-game: TumeniNodes
Location: in the dark recesses of the mind
Contact:

Re: [WIP]pkarcs-with doors[MOD]

by TumeniNodes » Post

CalebJ wrote:This is really nice. A good addition for any castle-build.
Thanks. Wait until the larger gate doors arrive ; )
A Wonderful World

User avatar
TumeniNodes
Member
Posts: 2941
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes
IRC: tumeninodes
In-game: TumeniNodes
Location: in the dark recesses of the mind
Contact:

Re: [WIP]pkarcs-with doors[MOD]

by TumeniNodes » Post

Added new barred doors... cuz dungeons.
Image
10 min textures... deal with em xD
Attachments
new barred doors.jpg
new barred doors.jpg (242.78 KiB) Viewed 2093 times
A Wonderful World

User avatar
Skamiz Kazzarch
Member
Posts: 613
Joined: Fri Mar 09, 2018 20:34
GitHub: Skamiz
In-game: Skamiz
Location: la lojbaugag.

Re: [WIP]pkarcs-with doors[MOD]

by Skamiz Kazzarch » Post

Since these doors are gonna be used prety much exclusively in pairs it might be worthwile to make them open and close at the same time.

User avatar
TumeniNodes
Member
Posts: 2941
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes
IRC: tumeninodes
In-game: TumeniNodes
Location: in the dark recesses of the mind
Contact:

Re: [WIP]pkarcs-with doors[MOD]

by TumeniNodes » Post

Skamiz Kazzarch wrote:Since these doors are gonna be used prety much exclusively in pairs it might be worthwile to make them open and close at the same time.
I can see some sense in that. Walking through one door is not as straight forward as with normal doors.
It would make sense to make them both place at the same time as well, I guess.
I would at least like to have them place, the same as the 'doors' mod does but, I'm not sure the maths can handle this, due to the open door models reaching out into the neighboring nodespace. (which is a must for these doors)
That way, I could have gotten away with using only two models, and mirroring them during on_place.

I had attempted this but I am not very good with the maths of it, and these doors just weren't having any of it.
And the hidden_node cannot be used, or the doors simply will not work, as the tops also use the same nodespace as the arcs.
So, in short, these doors are hacky from the start ; )
A Wonderful World

User avatar
Codesound
Member
Posts: 365
Joined: Thu Jun 09, 2016 14:56

Re: [WIP]pkarcs-with doors[MOD]

by Codesound » Post

Hi, @TumeniNodes

I would like to thank you because ALL your mods are really beautiful !!!
This is another mod that I will have in my worlds!

Thanks for your work !!

R

User avatar
TumeniNodes
Member
Posts: 2941
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes
IRC: tumeninodes
In-game: TumeniNodes
Location: in the dark recesses of the mind
Contact:

Re: [WIP]pkarcs-with doors[MOD]

by TumeniNodes » Post

Codesound wrote:Hi, @TumeniNodes

I would like to thank you because ALL your mods are really beautiful !!!
This is another mod that I will have in my worlds!

Thanks for your work !!

R
Thank you very much, I'm glad you like them
A Wonderful World

User avatar
SB66
Member
Posts: 258
Joined: Sat May 17, 2014 17:50

Re: [WIP]pkarcs-with doors[MOD]

by SB66 » Post

Thanks for your great work

in situ.... :)

Image

Image


my personal opinion .. related to this building I would liked the doors one node higher..
Attachments
screenshot_20190803_191326.jpg
screenshot_20190803_191326.jpg (282.51 KiB) Viewed 2093 times
screenshot_20190803_183032.jpg
screenshot_20190803_183032.jpg (344.12 KiB) Viewed 2093 times

User avatar
TumeniNodes
Member
Posts: 2941
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes
IRC: tumeninodes
In-game: TumeniNodes
Location: in the dark recesses of the mind
Contact:

Re: [WIP]pkarcs-with doors[MOD]

by TumeniNodes » Post

SB66 wrote:Thanks for your great work
Thank you for using it, and you're welcome.
SB66 wrote:my personal opinion .. related to this building I would liked the doors one node higher..
Yes, I have planned 3 node high doors from the start and they will come soon, I just need the time and motivation. Possibly over the next week.
I also need to fix the crafting bits
A Wonderful World

User avatar
PEAK
Member
Posts: 187
Joined: Mon Jun 08, 2015 20:32
In-game: PEAK
Contact:

Re: [WIP]pkarcs-with doors[MOD]

by PEAK » Post

Hi TumeniNodes!

That’s great! I wonder if this would basically work with regular stairs too.

(I came to the decision not to overuse those arcs.)

Image
Attachments
Asiatisch.png
Asiatisch.png (309.24 KiB) Viewed 2093 times
I am okay with using the screenshots in all my posts for the website of Minetest (http://minetest.net).

User avatar
TumeniNodes
Member
Posts: 2941
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes
IRC: tumeninodes
In-game: TumeniNodes
Location: in the dark recesses of the mind
Contact:

Re: [WIP]pkarcs-with doors[MOD]

by TumeniNodes » Post

Thanks PEAK.

I just added 3-node high arch doors (not to the repo yet as I still have do make all the textures now)
I am planning on redoing the texture for the standard arch doors as well (they need some love)

I think I will end up making this a modpack as there will be 3 versions of these doors.
*the standard 2 node high
*the 3 node high
*the 3 node high x 2 node wide fortress doors (maybe)

This way the user can tic any door types they do not want to use off in the config menu

As well, I will add code so that if the user already had Simple_Arcs installed, it will void the duplicate mod from this one.
Image
Attachments
screenshot_20190816_115439.jpg
screenshot_20190816_115439.jpg (182.75 KiB) Viewed 2093 times
A Wonderful World

User avatar
TumeniNodes
Member
Posts: 2941
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes
IRC: tumeninodes
In-game: TumeniNodes
Location: in the dark recesses of the mind
Contact:

Re: [WIP]pkarcs-with doors[MOD]

by TumeniNodes » Post

This has now been turned into a modpack

That's all... carry on
A Wonderful World

Cage
Member
Posts: 81
Joined: Mon Oct 24, 2016 21:07
Location: Phoenix, Arizona

Re: [Modpack]pkarcs-with doors[modpack]

by Cage » Post

TumeniNodes thank you for the great mod. The New Doors are absolutely great.

User avatar
TumeniNodes
Member
Posts: 2941
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes
IRC: tumeninodes
In-game: TumeniNodes
Location: in the dark recesses of the mind
Contact:

Re: [Modpack]pkarcs-with doors[modpack]

by TumeniNodes » Post

Thank you, I'm glad you like them.
Still need to do a little tweak to the 3node tall doors, as they are a 1/4 pixel too high at the top, which causes a minor glitch at the top as it fights the arches for the arcs for the space. (it's an epic battle :P )

I may ask someone who is more precise with Blender to see if they can give em that quick tweak

More features will be added as I have the time.
A Wonderful World

User avatar
TumeniNodes
Member
Posts: 2941
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes
IRC: tumeninodes
In-game: TumeniNodes
Location: in the dark recesses of the mind
Contact:

Re: [Modpack]pkarcs-with doors[modpack]

by TumeniNodes » Post

The slight glitch at the top of the new 3node tall doors was fixed by Nathan S.
Thank you Nathan : )
https://github.com/TumeniNodes/pkarcs/pull/7

I will make some other minor adjustments tomorrow
A Wonderful World

User avatar
SB66
Member
Posts: 258
Joined: Sat May 17, 2014 17:50

Re: [Modpack]pkarcs-with doors[modpack]

by SB66 » Post

Thank you for this addition.

Think I will change the doors in my castle form two to three nodes :)

User avatar
TumeniNodes
Member
Posts: 2941
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes
IRC: tumeninodes
In-game: TumeniNodes
Location: in the dark recesses of the mind
Contact:

Re: [Modpack]pkarcs-with doors[modpack]

by TumeniNodes » Post

You're welcome, and thank you for using the mod
A Wonderful World

User avatar
SB66
Member
Posts: 258
Joined: Sat May 17, 2014 17:50

Re: [WIP]pkarcs-with doors[MOD]

by SB66 » Post

old: two nodes high :
SB66 wrote:Thanks for your great work

in situ.... :)

Image

Image


my personal opinion .. related to this building I would liked the doors one node higher..


new:

three nodes high :

Image



Image
Attachments
screenshot_20190906_213354.jpg
screenshot_20190906_213354.jpg (387.12 KiB) Viewed 2093 times
screenshot_20190906_213334.jpg
screenshot_20190906_213334.jpg (367.74 KiB) Viewed 2093 times

User avatar
TumeniNodes
Member
Posts: 2941
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes
IRC: tumeninodes
In-game: TumeniNodes
Location: in the dark recesses of the mind
Contact:

Re: [Modpack]pkarcs-with doors[modpack]

by TumeniNodes » Post

Latest update I stripped down the file size of the textures.
A Wonderful World

User avatar
TumeniNodes
Member
Posts: 2941
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes
IRC: tumeninodes
In-game: TumeniNodes
Location: in the dark recesses of the mind
Contact:

Re: [Modpack]pkarcs-with doors[modpack]

by TumeniNodes » Post

In this version of pkarcs, the material sounds are fixed.
In the original, breaking arc nodes were unable to use the material sound due to one misspelling in the code.
A Wonderful World

Post Reply

Who is online

Users browsing this forum: No registered users and 23 guests