round arch windows
round arch windows
Hi,
I have a question,
is it possible to place glass panes/blocks in stairs or slabs, so I have round arch windows?
Is there a mod for this or can I rewrite something ?
I have a question,
is it possible to place glass panes/blocks in stairs or slabs, so I have round arch windows?
Is there a mod for this or can I rewrite something ?
- Attachments
-
- screenshot_20170425_162122.png
- so I mean this, so I have made an arch with stairs and I want glass in there
- (405.37 KiB) Not downloaded yet
Re: round arch windows
Somewhat recently a mod was created with round portholes. I am fairly certain there were posts in the mods forum thread about them being used in buildings.
Give a man a fish, feed him for a day. Give a kid a fish, it's going to die.
- TumeniNodes
- Member
- Posts: 2879
- Joined: Fri Feb 26, 2016 19:49
- GitHub: TumeniNodes
- IRC: tumeninodes
- In-game: TumeniNodes
- Location: in the dark recesses of the mind
- Contact:
Re: round arch windows
You might be able to create your own mod, based on the glass I made for my artdeco mod
viewtopic.php?f=11&t=14444&hilit=artdeco
If you have any questions or if I can help just let me know and I will see what I can do.
I know I could create a mod specific to what your looking for, but I am just tied up atm doing a massive backup to do a reinstall of my OS
viewtopic.php?f=11&t=14444&hilit=artdeco
If you have any questions or if I can help just let me know and I will see what I can do.
I know I could create a mod specific to what your looking for, but I am just tied up atm doing a massive backup to do a reinstall of my OS
Ich mag keine grünen Eier und Schinken, ich mag sie nicht Sam I Am
Re: round arch windows
okay thank you this helps :-)
Re: round arch windows
TumeniNodes wrote:You might be able to create your own mod, based on the glass I made for my artdeco mod
viewtopic.php?f=11&t=14444&hilit=artdeco
If you have any questions or if I can help just let me know and I will see what I can do.
I know I could create a mod specific to what your looking for, but I am just tied up atm doing a massive backup to do a reinstall of my OS
I used your mod artdeco and i have made these two wide block windows and when I place the glass in the window there is a gap between the two windows
- Attachments
-
- screenshot_20170426_214219.png
- here you see this
- (344.11 KiB) Not downloaded yet
- TumeniNodes
- Member
- Posts: 2879
- Joined: Fri Feb 26, 2016 19:49
- GitHub: TumeniNodes
- IRC: tumeninodes
- In-game: TumeniNodes
- Location: in the dark recesses of the mind
- Contact:
Re: round arch windows
Hmm, odd.
If you could, please add either the code to your next post, or upload a .zip of your mod so I can take a look at it.
It will be about a day or two, just so you know.
If you could, please add either the code to your next post, or upload a .zip of your mod so I can take a look at it.
It will be about a day or two, just so you know.
Ich mag keine grünen Eier und Schinken, ich mag sie nicht Sam I Am
-
- Member
- Posts: 3475
- Joined: Sun Jul 12, 2015 22:51
- GitHub: BBmine
- IRC: BBmine
- In-game: Baggins
- Location: USA
Re: round arch windows
You might could use moreblocks and use the circular saw :)
- TumeniNodes
- Member
- Posts: 2879
- Joined: Fri Feb 26, 2016 19:49
- GitHub: TumeniNodes
- IRC: tumeninodes
- In-game: TumeniNodes
- Location: in the dark recesses of the mind
- Contact:
Re: round arch windows
I actually do know what is happening.
Those windows are not a full node wide. (meaning my arched glass nodes)
There is one line in the pos. field you would need to change to make them a full node wide.
(I just cannot remember which without looking right now)
one of the lines in this section of the code for those windows:
Maybe someone else will come along in the meantime and be able to tell you exactly which
If not, as soon as I have some time I will create it for you.
But you will also need to change the textures.
Those windows are not a full node wide. (meaning my arched glass nodes)
There is one line in the pos. field you would need to change to make them a full node wide.
(I just cannot remember which without looking right now)
one of the lines in this section of the code for those windows:
Code: Select all
type = "fixed",
fixed = {
{-0.0, 0.0, 0.0, 0.0, 0.0, 0.0},
If not, as soon as I have some time I will create it for you.
But you will also need to change the textures.
Ich mag keine grünen Eier und Schinken, ich mag sie nicht Sam I Am
Re: round arch windows
Okay thank you. I changed the textures of some blocks of your mod, because I build Minas Tirith from Lord of the Rings. And for the citadel I used your mod to build arch windows and changed the textures there, so it looks better.
Re: round arch windows
I changed some numbers in the code for the glass and now the glass is wider.
problem solved XD.
thank you for the tip this helped me: :-)
problem solved XD.
thank you for the tip this helped me: :-)
- Attachments
-
- screenshot_20170427_151453.png
- (357.73 KiB) Not downloaded yet
- TumeniNodes
- Member
- Posts: 2879
- Joined: Fri Feb 26, 2016 19:49
- GitHub: TumeniNodes
- IRC: tumeninodes
- In-game: TumeniNodes
- Location: in the dark recesses of the mind
- Contact:
Re: round arch windows
Nice job, looks good.
I think some of the lighting work done (coming with 0.4.16 release) will fix the lighting issues with meshes so, keep an eye out for that as well.
I also plan to use a cylinder mesh for the columns in this mod soon, as suggested by VanessaE a short while back.
If you could, or if you feel like it..., if you could open a github acct and upload your version of the mod?
This way others can benefit from your work as well as fork it, etc..
I think some of the lighting work done (coming with 0.4.16 release) will fix the lighting issues with meshes so, keep an eye out for that as well.
I also plan to use a cylinder mesh for the columns in this mod soon, as suggested by VanessaE a short while back.
If you could, or if you feel like it..., if you could open a github acct and upload your version of the mod?
This way others can benefit from your work as well as fork it, etc..
Ich mag keine grünen Eier und Schinken, ich mag sie nicht Sam I Am
Re: round arch windows
okay and do you allow that? because I downloaded your mod and changed some numbers.
and the lightning is better now :-)
and the lightning is better now :-)
- Attachments
-
- screenshot_20170427_224728.png
- (345.58 KiB) Not downloaded yet
- TumeniNodes
- Member
- Posts: 2879
- Joined: Fri Feb 26, 2016 19:49
- GitHub: TumeniNodes
- IRC: tumeninodes
- In-game: TumeniNodes
- Location: in the dark recesses of the mind
- Contact:
Re: round arch windows
Allow it?
I encourage it.
And yes, the lighting looks much better in your last image.
I encourage it.
And yes, the lighting looks much better in your last image.
Ich mag keine grünen Eier und Schinken, ich mag sie nicht Sam I Am
Re: round arch windows
thank you :-) I will upload my version of the mod
Who is online
Users browsing this forum: No registered users and 2 guests