Page 1 of 1

Random maps?

Posted: 13 Sep 2005, 23:01
by Doxs
Would it be possible to use a random map generator to make maps so that you can play on random maps instead of the well known maps we play today.

Perhaps something in the line of http://www.world-machine.com/ ?

Re: Random maps?

Posted: 13 Sep 2005, 23:36
by SwiftSpear
Doxs wrote:Would it be possible to use a random map generator to make maps so that you can play on random maps instead of the well known maps we play today.

Perhaps something in the line of http://www.world-machine.com/ ?
If we had our own free world machine or terregen client mappers would be in heaven. I really don't think it's a realistic expectation though. SY's already build and are still maintaining a game engine, they have no reason to go into such a huge new project like this.

Posted: 13 Sep 2005, 23:50
by Gnomre
It'd probably be too difficult to randomly generate a playable map anyway...

Posted: 14 Sep 2005, 00:30
by Kuroneko
Gnome wrote:It'd probably be too difficult to randomly generate a playable map anyway...
Keyword being 'playable'. :)

Posted: 14 Sep 2005, 00:30
by SinbadEV
Simple Solution would be to have random metal maps with even distribution, but it would alter gameplay on any map it's attached to... would only work on mostly flat maps... but most of them are that way

Posted: 14 Sep 2005, 03:26
by GrOuNd_ZeRo
in the future we'll probably have a dedicated map maker ala generals...but the current system is actually quite interesting.

Posted: 14 Sep 2005, 04:54
by SwiftSpear
GrOuNd_ZeRo wrote:in the future we'll probably have a dedicated map maker ala generals...but the current system is actually quite interesting.
The current system is really cool except for some frustrating missing features.

Posted: 14 Sep 2005, 12:39
by Doxs
I just asked for the technical possibility, I didnt demand anything and I know there are more pressing matters. :wink:

Posted: 14 Sep 2005, 17:06
by Maelstrom
The problem would be the sheer size of the maps. This alone would make painting a randomly generated map a time consuming process, and thats not including adding in nice, logical hills, and the textures for them. It would just not be very good to include this in a pre-game automated progress. Then dont forget about having to send the newly completed map to everyone elses computers, which would add another long while (especially for those poor suckers on 56k). It was a good idea, but it really isnt possible.

On the other side, it would be possible to make something like TerraGen as a seperate program to generate maps, and then distribute the good ones via FileUniverse or something. But this would have to be a seperate program, and wouldn't be quite what your looking for.

Posted: 14 Sep 2005, 17:16
by Torrasque
A random heightmap , with some algo don't take a lot of time to generate.
The texture can be a generic 256*256 repetitive texture.
The metal placement don't take a lot of time too.

But the compilaton will.(I think the same time as mapConv...but perhaps with a small repetitive 256*256 texture, it can be quick???)

And maelstorm, your 56k argument is wrong.
Just make that every computer make the same map, using the same seed for random numbers.

Posted: 14 Sep 2005, 18:28
by aGorm
Is there somthing wrong with the current maps?

Or atleast.. do you realy thing a computer could randomly generate one better?

aGorm

Posted: 14 Sep 2005, 20:17
by Torrasque
aGorm wrote:Is there somthing wrong with the current maps?

Or atleast.. do you realy thing a computer could randomly generate one better?

aGorm
I'm not keen of random map generator. But people ask if it technically possible, and I think it's technically possible (with a lot of work) and say why.

Posted: 14 Sep 2005, 20:25
by IMSabbel
Of course its technically possible.

Just make a perlin noise highfield, slap some tripple sinus plasma on the metalmap, randomly place x thermal vents and set the startpositions with a minium distance from each other...

(but i wouldnt want to play on it)

Posted: 14 Sep 2005, 20:27
by FizWizz
IMSabbel wrote:tripple sinus plasma
Huh?

Posted: 14 Sep 2005, 21:23
by SwiftSpear
FizWizz wrote:
IMSabbel wrote:tripple sinus plasma
Huh?
It's a photoshop filter I belive...

Randomly generates a feild of "plasma" on the image.

Posted: 15 Sep 2005, 09:59
by Warlord Zsinj
You could probably hook a fractal into the heightmap generator, but as Gnome said, it would take heaps of effort, and would never be as good as a handmade map, and would likely be regularly unfair for each side.

Posted: 15 Sep 2005, 14:57
by aGorm
:-) Hence my point... not that i was trying to rubish the idea Torrasque, mearly pointing out its flaw.

aGorm