Page 25 of 35

Re: [Mod] WorldEdit [1.0] [worldedit] {GitHub}

Posted: Thu Dec 24, 2015 18:43
by jan6
nice...

Re: [Mod] WorldEdit [1.0] [worldedit] {GitHub}

Posted: Wed Jan 06, 2016 16:21
by jan6
is there a command to clear out everything inside my area? so far i have to //replace everything (replace stone dirt coal dirt_with_grass etc. with air and then i can do what i want)

Re: [Mod] WorldEdit [1.0] [worldedit] {GitHub}

Posted: Sat Jan 16, 2016 23:35
by Evergreen
I have noticed an issue with the worldedit gui button in the most recent minetest game. It covers up one of the slots for items in the creative inventory:

Image

You can see that the tooltip for the item underneath is still visible, but I cannot take the item out of the creative inventory.

Re: [Mod] WorldEdit [1.0] [worldedit] {GitHub}

Posted: Sun Jan 17, 2016 14:31
by jp
Evergreen : now fixed.

Re: [Mod] WorldEdit [1.0] [worldedit] {GitHub}

Posted: Sun Feb 07, 2016 19:35
by TheReaperKing
I love the addition of the wand, it makes life SO much easier. It reminds me of using the right mouse button when selecting in the Cube 2 engine. In that engine if you scroll the mousewheel one way it removes the blocks and the other way adds blocks. So you could select an area and then make a huge hole or a wall/tower. Not sure if that makes sense but the ease of use of it was really nice and that might be an idea for WorldEdit :) Thanks for all of your great work! Take care.
-Mike

Re: [Mod] WorldEdit [1.0] [worldedit]

Posted: Tue Mar 15, 2016 17:55
by jan6
I found a bug: if you save a region of air and load it, then the game crashes...idk, maybe it's fixed in the latest version?

Re: [Mod] WorldEdit [1.0] [worldedit] {GitHub}

Posted: Tue Mar 15, 2016 19:30
by u34
Evergreen wrote:I have noticed an issue with the worldedit gui button in the most recent minetest game. It covers up one of the slots for items in the creative inventory:

Image

You can see that the tooltip for the item underneath is still visible, but I cannot take the item out of the creative inventory.
which mod is this please on this screenshot?

Re: [Mod] WorldEdit [1.0] [worldedit] {GitHub}

Posted: Tue Mar 15, 2016 19:39
by Don
cHyper wrote:
which mod is this please on this screenshot?
It is not a mod.
That is the creative inventory that is in the new Minetest.

Re: [Mod] WorldEdit [1.0] [worldedit] {GitHub}

Posted: Tue Mar 15, 2016 20:12
by u34
Don wrote:
cHyper wrote:
which mod is this please on this screenshot?
It is not a mod.
That is the creative inventory that is in the new Minetest.
thanks for the info!

Re: [Mod] WorldEdit [1.0] [worldedit]

Posted: Sun Apr 03, 2016 19:06
by Fixer
There is problem with WorldEdit gui that happens to some people, so you choose some category, press button, did something, and now press back, but it won't go back anymore, so you need literally log out of the game to fix it.
That problem was on some of the newer builds, but I can't post exact versions, sorry, at least 2 people confirmed that.
Video of the problem is available: https://www.youtube.com/watch?v=NvhOsMx2AFA at 4:30

Re: [Mod] WorldEdit [1.0] [worldedit]

Posted: Sun Apr 03, 2016 20:24
by benrob0329
A quick fix I found is that if you push the down arrow it'll go back to the normal inventory.

Re: [Mod] WorldEdit [1.0] [worldedit]

Posted: Wed Jul 13, 2016 23:20
by davidthecreator
is there a way to convert this worldedit "we" file to "mts" file?

Re: [Mod] WorldEdit [1.0] [worldedit]

Posted: Thu Jul 14, 2016 20:57
by KCoombes
use "//mtschemcreate (name)"

Re: [Mod] WorldEdit [1.0] [worldedit]

Posted: Fri Jul 15, 2016 21:17
by davidthecreator
KCoombes wrote:use "//mtschemcreate (name)"
thank you wery much! this helped me a lot, now i can make buildings made with worldedit spawn in the world!
this will let me make a realy cool thing....

Re: [Mod] WorldEdit [1.0] [worldedit]

Posted: Sat Jul 16, 2016 04:29
by BirgitLachner
I have problems to place a loaded schematic properly. If there is enough place around I can handle it, because I can move an turn the schem as wanted to have it on the right place.

But if there are blocks around and I want to place something between thoose blocks, I can't do it.

It appears as if the pos1 that I do set before the loading of a schem is used to the former pos2 of the saved schem!? Or how is the position of the loaded schem set with regard to pos1?

Within Minecraft you copy an area directly and the copy is relative to the position where you stand while you give the command "//pos1". When using the "//paste"-command the copied area is pasted in relation to the place where you stand, when entering the command. This makes it possible to place an object really easy and exactly.
And ... it is even possible to turn a copied area around.

I wish Minetest-Worldedit would be able to
- save schematics depending on the place you stand
- load schematics depending on the place you stand or use pos1 for the former place where you stand while using the save-command (one variant is enough)
- rotate saved schematics

Thanks in advance :-)

Re: [Mod] WorldEdit [1.0] [worldedit]

Posted: Fri Jul 29, 2016 18:11
by Sokomine
davidthecreator wrote: thank you wery much! this helped me a lot, now i can make buildings made with worldedit spawn in the world!
this will let me make a realy cool thing....
Have a look at my mg_villages mod. It does take schematics and spawns them in villages and randomly. It might be too complex a mod if you just want a random structure placed very seldom. Mapgens can do that as well to some degree. ruins, pyramids etc. all do this one way or other.
BirgitLachner wrote: I have problems to place a loaded schematic properly. If there is enough place around I can handle it, because I can move an turn the schem as wanted to have it on the right place.
Use my handle_schematics mod. Just give yourshelf a build chest (handle_schematics:build), place it where you want, select the building, spawn it, and if you're not satisfied with the result, just restore the original landscape, remove the chest and try again at a more promising location.
BirgitLachner wrote: I wish Minetest-Worldedit would be able to
- save schematics depending on the place you stand
All these commands do that more or less. It's most likely rotation that's giving you trouble.
BirgitLachner wrote: - load schematics depending on the place you stand or use pos1 for the former place where you stand while using the save-command (one variant is enough)
- rotate saved schematics
Just use my handle_schematics mod. It does that. The schematic will be placed so that it shows up one node behind the build chest, properly rotated, extending behind and to the right side of the build chest. WorldEdit is great for repair work and building large scale, but if you want to copy/move buildings from one place to another, handle_schematics is much more useful.

Re: [Mod] WorldEdit [1.0] [worldedit]

Posted: Fri Aug 05, 2016 01:09
by Me Me and Me
This mod is AWESOME!
Here's my train depot which I made copies of:

Image

Re: [Mod] WorldEdit [1.0] [worldedit]

Posted: Tue Aug 16, 2016 07:58
by BirgitLachner
Sokomine wrote:
BirgitLachner wrote: I have problems to place a loaded schematic properly. If there is enough place around I can handle it, because I can move an turn the schem as wanted to have it on the right place.
Use my handle_schematics mod. Just give yourshelf a build chest (handle_schematics:build), place it where you want, select the building, spawn it, and if you're not satisfied with the result, just restore the original landscape, remove the chest and try again at a more promising location.
BirgitLachner wrote: I wish Minetest-Worldedit would be able to
- save schematics depending on the place you stand
All these commands do that more or less. It's most likely rotation that's giving you trouble.
BirgitLachner wrote: - load schematics depending on the place you stand or use pos1 for the former place where you stand while using the save-command (one variant is enough)
- rotate saved schematics
Just use my handle_schematics mod. It does that. The schematic will be placed so that it shows up one node behind the build chest, properly rotated, extending behind and to the right side of the build chest. WorldEdit is great for repair work and building large scale, but if you want to copy/move buildings from one place to another, handle_schematics is much more useful.
[/quote]

Thanks, I'll have a look at it!

Re: [Mod] WorldEdit [1.0] [worldedit]

Posted: Sun Sep 04, 2016 21:44
by 843jdc
After having used WorldEdit on one part of a map, I teleported to another area and tried to //p set1. That was 10 minutes ago. I am still waiting for my server to accept the command so I can cancel it and reset the server :/

At: https://github.com/Uberi/Minetest-World ... ommands.md,
your documentation for the //reset command states:
"Reset the region so that it is empty."
That tells me that if I execute that command, that it will set what is in the region to zero|nothing|nill|whatever. Since I don't want to destroy my map worse than I sometimes do using WorldEdit, I haven't tried this command yet.

But if that command means that it sets the pos1 & pos2 markers to zero|nothing|nill|whatever, so that they don't point to anything, perhaps that "Reset the region so that it is empty." phrase needs to be changed to something like: "Resets the pos1 & pos2 pointers to nil."

I love this mod! Great job making it. Though I'm sure even an expert WE user sometimes wishes that there was an UNDO function.

Re: [Mod] WorldEdit [1.0] [worldedit]

Posted: Mon Sep 19, 2016 23:55
by Fixer
I've tried to use "Run LUA" command, it has example command included, but no matter how I change it, it still outputs "Hello World" :/

Fixed by now.

Re: [Mod] WorldEdit [1.0] [worldedit]

Posted: Tue Oct 11, 2016 12:37
by LegoLogger
I installed the dreambuilder modpack on my private server, worldedit comes with that, I LOVE this mod! I was able to create a base for a city and 1 skyscraper to put on the base in about 35 minutes!

(That same skyscraper, I also created on a vanilla minetest server, it took about 4 hours!)


+++++ :) :)

~Logger

Re: [Mod] WorldEdit [1.0] [worldedit]

Posted: Sat Oct 15, 2016 07:30
by h72david
[deleted]

Re: [Mod] WorldEdit [1.0] [worldedit]

Posted: Tue Oct 18, 2016 18:29
by bigfoot
I have a question:
Can you please revive the //fixedpos command?
I have wanted to use worldedit in a mesecons command block.

Posted: Sat Oct 22, 2016 19:27
by Hybrid Dog
bigfoot547, l guess you can use the //lua command to adjust the positions of specific players

Re: [Mod] WorldEdit [1.0] [worldedit] {GitHub}

Posted: Wed Dec 07, 2016 09:02
by BirgitLachner
bark wrote:Thank you so much for creating this mod! It's probably the one I use the most, and I simply could not have played MT without it (because of CTS :))

I have a feature suggestion: Brush/landscaping tool. I initially posted this suggestion in "mod requests/ideas", but later realized it may fit better in this thread.
I'm missing thing, too. I think that it should not be too difficult. You have a tool, click on a block and create for example a sphere around the block. It's just a usage of the existing tools/commands.


Another tool that would be useful is to have a tool that smoothes the areas. If I place a big object with schematics it sometimes gives edges of rectangles that are not very nice. A tool to smooth edges like this and create smooth "transitions" between new areas would be usefull. That might be a bit more difficult.