Getting water out of a construct

Irish
Member
 
Posts: 14
Joined: Mon Sep 14, 2015 22:39

Getting water out of a construct

by Irish » Sun Oct 25, 2015 15:31

I am attempting to model a ship in Minetest, which necessarily, is sitting in water. My question is thus; is there an easier way to remove the water inside if the compartments which were constructed below the water level other than filling the compartment with blocks and then digging out the fill? The internal area will become several thousand blocks, so the fill/remove process would become too time consuming.
Last edited by Irish on Sun Oct 25, 2015 15:46, edited 1 time in total.
 

User avatar
Don
Member
 
Posts: 1641
Joined: Sat May 17, 2014 18:40
GitHub: DonBatman
IRC: Batman
In-game: Batman

Re: Getting water out of a construct

by Don » Sun Oct 25, 2015 15:35

If you have world edit you can do //replace default:water_source air
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!

A list of my mods can be found here
 

Irish
Member
 
Posts: 14
Joined: Mon Sep 14, 2015 22:39

Re: Getting water out of a construct

by Irish » Sun Oct 25, 2015 15:47

Don wrote:If you have world edit you can do //replace default:water_source air

Would this remove all of the water from the map?
 

twoelk
Member
 
Posts: 1092
Joined: Fri Apr 19, 2013 16:19

Re: Getting water out of a construct

by twoelk » Sun Oct 25, 2015 15:49

if you use papyrus nodes to replace water you can walk through the nodes. Many players use that to build underwater. Torches are also often used but you can stack papyrus while torches have to be attached. To farm the papyrus leave the bottom node, only harvest the nodes above so that it will regrow.


using worldedit you first define the area the command will apply to
 

Irish
Member
 
Posts: 14
Joined: Mon Sep 14, 2015 22:39

Re: Getting water out of a construct

by Irish » Sun Oct 25, 2015 16:00

twoelk wrote: using worldedit you first define the area the command will apply to

I have world edit installed due to a map file needing it, but I have never used it, so I do not know where to begin with it. Is there any tutorial or anything for World Edit?
 

Irish
Member
 
Posts: 14
Joined: Mon Sep 14, 2015 22:39

Re: Getting water out of a construct

by Irish » Sun Oct 25, 2015 16:26

This is the space I need to remove the water from. The internal space is about 160 blocks long at longest point, by about 25 at widest point by 6 deep.
Attachments
Ship.jpg
Ship.jpg (226.22 KiB) Viewed 2458 times
 

User avatar
Don
Member
 
Posts: 1641
Joined: Sat May 17, 2014 18:40
GitHub: DonBatman
IRC: Batman
In-game: Batman

Re: Getting water out of a construct

by Don » Sun Oct 25, 2015 18:39

With world edit you need to set 2 points. For example the front bottom right corner and the back left top corner.
To set your first corner go to the location and type //1 then the other corner //2
Then you type //replace default:water_source air
Type //reset to reset world edit.
This will remove any water that is inside the cube you made with world edit. The water on the outside should fill in again if there is water on the outside of the cube. Sometimes the water does not start filling in on it's own. If you place one water_source beside the water then it will make it start.
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!

A list of my mods can be found here
 

Irish
Member
 
Posts: 14
Joined: Mon Sep 14, 2015 22:39

Re: Getting water out of a construct

by Irish » Thu Oct 29, 2015 00:20

I was able to use World Edit to replace all of the water inside of my construct, but World Edit leaves those shadows where it replaces nodes. I found the guide for using World Edit, and did the //fixlight command after marking out a cube, but I still have the shadows. Does somebody know how to properly fix the lighting issue imposed by World Edit?
Attachments
ship2.jpg
ship2.jpg (358.37 KiB) Viewed 2458 times
 

User avatar
Don
Member
 
Posts: 1641
Joined: Sat May 17, 2014 18:40
GitHub: DonBatman
IRC: Batman
In-game: Batman

Re: Getting water out of a construct

by Don » Thu Oct 29, 2015 02:25

Select the air above the area. Does not mater how much you select. Then do /set air.

This should fix the lighting.
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!

A list of my mods can be found here
 

User avatar
lightonflux
Member
 
Posts: 384
Joined: Mon Nov 11, 2013 07:22
In-game: lof

Re: Getting water out of a construct

by lightonflux » Thu Oct 29, 2015 07:19

There was a sponge mod for MT, not sure if it still exit, or if it is incompatible versions.
 

twoelk
Member
 
Posts: 1092
Joined: Fri Apr 19, 2013 16:19

Re: Getting water out of a construct

by twoelk » Thu Oct 29, 2015 10:04

search for sponges

and use mapfix for shadows
 

Hybrid Dog
Member
 
Posts: 2460
Joined: Thu Nov 01, 2012 12:46

Re: Getting water out of a construct

by Hybrid Dog » Thu Nov 05, 2015 16:03

 


Return to Minetest General

Who is online

Users browsing this forum: No registered users and 4 guests

cron