a *good*, free heightmap/ terrain editor?
#1 Members - Reputation: 114
Posted 06 February 2005 - 06:58 AM
#2 Members - Reputation: 196
Posted 06 February 2005 - 10:27 AM
Most terrain"engines" use a simple image where white is the highest possible point and black is the lowest...
then you could always hardcode a specific color to be trees or rocks/houses etc...
This way even paint would be the ultimate terrain editor!! :)
Cheers!
#3 Members - Reputation: 361
Posted 06 February 2005 - 10:29 AM
hope that helps
-Dan
#4 Members - Reputation: 114
Posted 06 February 2005 - 12:20 PM
I get that I could just use photoshop/gimp/whatever, that's what I have been doing so far. As far as generating them with fractals, perlin noise, etc.. I could do that too, but this doesn't really make for very playable, fun maps.
I was just thinking that the most usable editor I have found so far is the sim city 3000 editor from like 5 years ago. I just thought that maybe someone would have built and released something better by now.
I am talking about being able to tweak the heightmap, add entities, things like that.
I have been looking for a while and have seen a couple on sourceforge like hme (2d only), and terraform (interesting, but linux only). I have just been suprised that with the number of terrain projects I see every day, that there is no particularly usable map editor to be found. Freeworld3d looks like it might have fit the bill, but it has to be registered, and the demo crashes every time I have tried to start it.
#7 Members - Reputation: 114
Posted 07 February 2005 - 08:40 AM
This is the best I have seen so far, though. Any others? I am kind of disappointed to discover that the folks here haven't produced anything like this.
#10 Members - Reputation: 114
Posted 07 February 2005 - 10:20 AM
Quote:
Original post by hplus0603
Making tools is often as hard as making the game itself. Thus, many professional developers, and most hobbyists, end up making only the bare minimum tools necessary to get the job done, and focus their time on the game making.
This makes sense, I guess I am in the same boat.
I was just hoping to avoid the "spend a few days/weeks hacking up an editor" that everyone seems to have to do by reusing someone else's solution. Every evening I spend working on a game editor is an evening that the game itself gets ignored. If everyone has to make one, then there must be hundreds of them on people's hard drives just begging to be set loose :)
Thanks for the unrealed tip. Great idea, but I don't have a copy of unreal :). Don't most commercial games' editing tools have (understandably) restrictive licensing when it comes to creating content for other games, though? I was actually looking at the far cry sandbox editor earlier (screenshots), and it looks pretty cool as well.
#11 Members - Reputation: 594
Posted 07 February 2005 - 10:23 AM
Quote:
Original post by Ademan555
Well, theres a heightmap GENERATOR on nehe's site that i use to generate my heightmaps, sure you cant smooth it and all that good stuff, but its better than nothing :-p
Box Filtering HeightMaps for Smooth Rolling Hills
:)
~Graham
#12 Members - Reputation: 476
Posted 07 February 2005 - 01:52 PM
If you have a decent image-editing package, like Photoshop or Paint Shop Pro, then a very good way to quickly generate pseudo-random terrain is to use Gaussian Noise and Gaussian Blur effects alternately. Start by creating a large greyscale image (about 512x512), then flood-fill it with middle grey (128, 128, 128). Add Gaussian Noise, then apply a Gaussian Blur. Repeat as many times as you need to (I find about 3 to 5 times gives nice terrain). Reduce the image to the size of your terrain mesh. There's your heightmap. The interesting thing about this technique is that you can draw in very rough detail with a paint brush tool, or something similar, before you start with the noise/blur cycle. This rough detail is then smoothed and randomized by the noise/blur cycle, and the result is terrain that looks random, but has actually been engineered. You can also change the Gaussian Noise and Gaussian Blur settings to vary the terrain.
If you want to try out the method above, a trial version of Paint Shop Pro 9 (unfortunately the only Paint Shop Pro to have Gaussian Noise) is available from the Jasc Software website...
#13 Members - Reputation: 607
Posted 08 February 2005 - 01:23 AM
I'm actually working on a proper heightmap editor for my game. It's not been touched for a few months since it became semi-usable - check out The links in this thread. My editor saves the level in a very nice way to work with, and also exports to my game-friendly format (much smaller files, geomipmaps etc). If there is such a lack of editors maybe I'll release it - adding the ability to add entities, check-points etc is amongst the top entries of my to-do list. If anyone's interested in it then email me (john DOT dexter AT fsmail DOT net or see my profile) - I might be persuaded to tidy it up and release a version.
[Edited by - d000hg on February 8, 2005 9:23:08 AM]
#14 Members - Reputation: 250
Posted 08 February 2005 - 01:40 AM
Ed: erk quick doog, edit your email address!!!!
#15 Members - Reputation: 476
Posted 08 February 2005 - 02:37 AM
Quote:Yeah, you are. It's more of a temporary solution to the problem, or something to use if you want terrain to test with really quick.
Original post by d000hg
Not a bad method, since it lets you add large details. But aren't you stuck to 8-bit precision for the height?
Quote:That looks rather excellent. Seems to work along the same lines as Battlecraft 1942 (the terrain-based level editor for Battlefield 1942). I'll test it out tonight; could come in very handy for future projects.
Original post by Aph3x
Just found this terrain editor whilst looking for gaussian noise source, and a tutorial for it.
Quote:Do it, do it now, before those evil spambots get you!
Original post by Aph3x
Ed: erk quick doog, edit your email address!!!!
#16 Members - Reputation: 607
Posted 08 February 2005 - 03:50 AM
Quote:Oh yeah, spambots. Boo hiss. Can they decipher my clever code?
Original post by Aph3x
Just found this terrain editor whilst looking for gaussian noise source, and a tutorial for it.
Ed: erk quick doog, edit your email address!!!!
#17 Members - Reputation: 127
Posted 08 February 2005 - 05:50 AM
http://www.daylongraphics.com/products/leveller/index.htm
#18 Members - Reputation: 1360
Posted 08 February 2005 - 09:20 AM
John BoltonLocomotive Games (THQ)Current Project: Destroy All Humans (Wii). IN STORES NOW!
#20 Members - Reputation: 100
Posted 08 February 2005 - 05:25 PM
Here, buy the book Focus on 3D terrain program. He gives you a basic terrain programs. Than just hack on it, make it if you click and move the mouse up, raise the terrain in a brush shaped region upwards, and downwards blah blah blah.
It's insanely easy dude, if you can make a 3D engine you can make a terrain editor in a day.
Putting models on it is not much harder really.






