About map generator ^_^

Started by
7 comments, last by LorenzoGatti 10 years, 2 months ago

Hi, I'm doing research about FPS map generation. I have a problem about map generator.

I know that most of game maps are constructed manually. There is a good generator called OBLIGE that can generate maps randomly.

Do you know other generators for FPS?

Thank you! ^_^

Advertisement
Why not make your own? You would be able to more easily control interactions with the map if you do it yourself as opposed to trying to find one that matches your specific game idea.

Why not make your own? You would be able to more easily control interactions with the map if you do it yourself as opposed to trying to find one that matches your specific game idea.

Hi, thanks a lot for your suggestions. But my project is a research project. I need to know the best generator, and know its algorithm, strength and weakness. Then I can start designing my own generator. Do you know any other map generator for FPS? Thank you! ^_^

Sorry, no.

Sorry, no.

^_^ Thanks for your reply!

http://www.gamasutra.com/blogs/IwanGabovitch/20120524/171032/Using_Blender_3D_as_a_3d_map_editor_rather_than_programming_your_own_from_scratch.php

https://github.com/TTimo/GtkRadiant

http://darkradiant.sourceforge.net/about.php

http://www.ambiera.com/irredit/

http://www.thegamecreators.com/?m=view_product&id=2100&page=index

You could of course also use one of the editors that comes with a game engine, like UnrealEd or Hammer or Leadwerks Editor or so on.

Sean Middleditch – Game Systems Engineer – Join my team!

I think he's looking for generators, as in procedural map generation. There was a game called .kkrieger a while ago. It was a 3d shooter that only used procedural content. The entire game was contained in an exe with a size of only a couple of kilobytes (100 or so). Anyway, the content for it was (afaiu) created using a tool called Werkkzeug which is now released under some open source license I think. The current download doesn't seem to include the examples etc that a previous version did, so it's very difficult to use. If you know it, you can create some serious content in no time however. Werkkzeug is not really about creating random content, but the methods used would probably be relevant.

I think he's looking for generators, as in procedural map generation. There was a game called .kkrieger a while ago. It was a 3d shooter that only used procedural content. The entire game was contained in an exe with a size of only a couple of kilobytes (100 or so). Anyway, the content for it was (afaiu) created using a tool called Werkkzeug which is now released under some open source license I think. The current download doesn't seem to include the examples etc that a previous version did, so it's very difficult to use. If you know it, you can create some serious content in no time however. Werkkzeug is not really about creating random content, but the methods used would probably be relevant.

Thanks a lot for your help! I really appreciate! ^_^

For Doom and Doom II there's WadC (http://strlen.com/wadc-editor, currently offline) by Wouter van Oortmerssen, more of a toolkit and programming language than a generator like Oblige.

I strongly suggest focusing on Doom and Doom II because of the combination of simplicity, relative abundance of level generators, and abundance of editors, analysis and reconstruction tools for maps, and availability as open source ports. You wouldn't be missing a lot from later games, except perhaps the geometric difficulty of going from 2.5D to full 3D.

Omae Wa Mou Shindeiru

This topic is closed to new replies.

Advertisement