ZDoom Terrain Generator in Windows 7?
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
ZDoom Terrain Generator in Windows 7?
Until a few minutes, I didn't know about this. However, I guest it can't be used in windows 7 (far less 8). is there a way to use the Terrain Generator in the modern OSs?
Re: ZDoom Terrain Generator in Windows 7?

Works for me.
Re: ZDoom Terrain Generator in Windows 7?
Here it opens by less then one sec and then closes. What can be wrong with my settings or so? 

- Kappes Buur
-
- Posts: 4166
- Joined: Thu Jul 17, 2003 12:19 am
- Graphics Processor: nVidia (Legacy GZDoom)
- Location: British Columbia, Canada
- Contact:
Re: ZDoom Terrain Generator in Windows 7?
You must have, of course, one or two image files, one for the floor and/or one for the ceiling, from which the terrain is build.
I always run Zterrain from a batch file.
I zipped up an example for you.
Resulting map is also included.
Un7zip it and try it out.
A quick preview of the cave, with Cacodemons for scale:

I always run Zterrain from a batch file.
I zipped up an example for you.
Resulting map is also included.
Un7zip it and try it out.

A quick preview of the cave, with Cacodemons for scale:

- wildweasel
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
- Contact:
Re: ZDoom Terrain Generator in Windows 7?
The problem is that it is a command line app and can't be run just by double clicking on it.Ravick wrote:Here it opens by less then one sec and then closes. What can be wrong with my settings or so?
Re: ZDoom Terrain Generator in Windows 7?
Woa!
It works! It works! OMG!OMG!OMG!OMG!
Thanks!

Thanks!

Re: ZDoom Terrain Generator in Windows 7?
Did you Ignore my screenshot where I clearly show it running in the command prompt? 

Re: ZDoom Terrain Generator in Windows 7?
On a separate note, ZTerrain is very outdated and uses old techniques (involving slope things) to create slopes. I wouldn't recommend it.
A modern way to create terrain for ZDoom maps is to model the terrain in a 3D program (like Blender), export it as an OBJ and use GZDoom Builder's "import terrain" feature. The resulting map will actually use vertex coordinates to define the slope (modern) VS slope things (outdated).
A modern way to create terrain for ZDoom maps is to model the terrain in a 3D program (like Blender), export it as an OBJ and use GZDoom Builder's "import terrain" feature. The resulting map will actually use vertex coordinates to define the slope (modern) VS slope things (outdated).
Re: ZDoom Terrain Generator in Windows 7?
Hmm... I still do not use GZdoom Builder. Maybe this "stimulus" is what i was needig to upgrade my mapping editting program. 


I admmit I didn't pay attention to the text in the image,edward850 wrote:Did you Ignore my screenshot where I clearly show it running in the command prompt?

- Kappes Buur
-
- Posts: 4166
- Joined: Thu Jul 17, 2003 12:19 am
- Graphics Processor: nVidia (Legacy GZDoom)
- Location: British Columbia, Canada
- Contact:
Re: ZDoom Terrain Generator in Windows 7?
Well, yes. Admittedly it also is a bit of a hassle to get 3D pools to look good at the boundaries.Nash wrote:On a separate note, ZTerrain is very outdated and uses old techniques (involving slope things) to create slopes. I wouldn't recommend it.
A modern way to create terrain for ZDoom maps is to model the terrain in a 3D program (like Blender), export it as an OBJ and use GZDoom Builder's "import terrain" feature. The resulting map will actually use vertex coordinates to define the slope (modern) VS slope things (outdated).
Some triangles create odd looking holes.
On this obj thing with Blender and importing into GZDB. Could you make a tutorial about how to accomplish this?
I've been mucking around with Blender but I just can't grasp how to work with it.
Re: ZDoom Terrain Generator in Windows 7?
Kappes Buur, I would love to make a tutorial but it's going to take a lot of time on my part to lay it out to be presentable. :) I have plans to do one eventually (actually have been wanting to do a full-on "Blender for GZDoom" set of tutorials) but I don't have a time frame on when will it be available.
However, I'd be more than happy to immediately answer any of your Blender questions if you have a specific problem with it.
However, I'd be more than happy to immediately answer any of your Blender questions if you have a specific problem with it.
Re: ZDoom Terrain Generator in Windows 7?
Uh, making a 'sloped' mapsey with blender or with zterrain does have any difference in the final maps speed? I mean, does one way lag less then other?
Re: ZDoom Terrain Generator in Windows 7?
You are confusing yourself. One only goes faster depending on the results. It purely depends on how complex your slopes get.
Re: ZDoom Terrain Generator in Windows 7?
So, lets say, if I make the very same landscape by using "vertex coordinates to define the slope" or using slope things, my map performance would be the same? Or would it have differences in the map size? I just want to know what benefits one method has over another.
Re: ZDoom Terrain Generator in Windows 7?
The benefits are purely workflow. Slopes are only ever calculated once, so it doesn't matter how.