
Search found 5 matches
- Sat Apr 21, 2012 10:23 am
- Forum: Battlezone 2 Mod Making
- Topic: Terrain Editor / Importer / Exporter
- Replies: 10
- Views: 4128
Re: Terrain Editor / Importer / Exporter
Cool! Thanks for your help. I think I'll rework some stuff when I have some time. For now, the current version should do 

- Sat Apr 14, 2012 11:33 pm
- Forum: Battlezone 2 Mod Making
- Topic: Terrain Editor / Importer / Exporter
- Replies: 10
- Views: 4128
Re: Terrain Editor / Importer / Exporter
Very cool! Thanks! But I think you forgot to include the TerrainPreview.Designer.vb as that holds the controls, such as the menu items you added. The code doesn't work for me now because I don't have the new menu items and stuff. Are you familiar with GIT or SVN? I could setup a repository as that w...
- Fri Apr 13, 2012 4:08 pm
- Forum: Battlezone 2 Mod Making
- Topic: Terrain Editor / Importer / Exporter
- Replies: 10
- Views: 4128
Re: Terrain Editor / Importer / Exporter
Yeah as I said, the editor can't create maps itself. It's only able to modify the terrain files. But, thanks 

- Fri Apr 13, 2012 11:05 am
- Forum: Battlezone 2 Mod Making
- Topic: Terrain Editor / Importer / Exporter
- Replies: 10
- Views: 4128
Re: Terrain Editor / Importer / Exporter
Ummm... That's a library I made years ago, I'm not so sure if I still have the sourcecode for it. You should be able to just use the dll from the executables though. But hey, if you're interested in developing it I could setup a git or svn repo. Are you interested? Or anyone else? Would be cool ^^ E...
- Thu Apr 12, 2012 9:58 pm
- Forum: Battlezone 2 Mod Making
- Topic: Terrain Editor / Importer / Exporter
- Replies: 10
- Views: 4128
Terrain Editor / Importer / Exporter
Hi all. Quite some time ago I wrote a small tool that let's you import BZ2 terrain files, replace the different map-sections like the height map, color map, alpha maps, etc. with imported bitmaps, export it back into BZ2 terrains and even display it in a simple 3d preview. I hope it's useful for map...