Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
DD_Terrain_1.0.3.15_win32.zip | 2020-12-12 | 489.4 kB | |
DD_Terrain_1.0.3.15_src.zip | 2020-12-12 | 472.3 kB | |
readme.txt | 2020-12-12 | 1.7 kB | |
Totals: 3 Items | 963.3 kB | 0 |
//------------------------------------------------------------------------------ // // DD_TERRAIN: A tool for creating Terrains. // Copyright (C) 2020 by Jim Valavanis // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; either version 2 // of the License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, inc., 59 Temple Place - Suite 330, Boston, MA // 02111-1307, USA. // //------------------------------------------------------------------------------ // Site : https://sourceforge.net/projects/DD-TERRAIN/ //------------------------------------------------------------------------------ Terrains can be exported as: -RAD (Radix game remake) maps. -GZDoom/K8Vavoom UDMF maps. RELEASE HISTORY Verion 1.0.3.15 (20201212) --------------- Does not require a PLAYPAL lump inside WADs. Support for [FF_START..FF_END] namespace inside WADs. Copy heightmap to clipboard. Exports screenshots in PNG format. Fixed "Rendered triangles" message in statusbar. Verion 1.0.2.13 (20201211) --------------- Added export option for GZDoom/K8Vavoom UDMF maps Verion 1.0.1.12 (20201210) --------------- Initial release