|
|
|
 |

June 13th, 2008, 01:11 PM
|
 |
Shrapnel Fanatic
|
|
Join Date: Oct 2003
Location: Vacaville, CA, USA
Posts: 13,736
Thanks: 341
Thanked 479 Times in 326 Posts
|
|
Re: Any interest in a RMG?
Quote:
lch said:
Quote:
Zentar said:
I think there is already a RMG out.
|
The RMG that went the furthest so far is the one from paradoxharbinger, who hasn't posted about it since a long time, half a year at least. So ongoing development is unclear.
|
Yes he was just getting to the point of it being extremely useful. He had licked the biggest complaints. He had just made colors fully selectable, and added the ability to scatter icons as the Dom3 generator does. A user-created icons file would be a big addition.
He also had incorporated requests of mine to include data in the .map output that the map generator "knew" which map modifiers had trouble digging up later. Like this..
-- #37, {1642,82}
-- neighbor 32, 49, 65, 879, 897
-- medium
-- swamp
-- forest
and we were working on adding recognition of penninsula, lake, island, etc. Also a breakdown of the bit-code to make it easier for math-incapable people like me to make changes. Altho it was beginning to look like extensive documentation of a map file might be better done as a seperate info file or maybe even a seperate program entirely.
Quote:
Quote:
Gandalf Parker said:
Excellent. I find that RMGs tend to die.
|
Which is why I'm not really interested in anything where the source isn't being released. Projects die because people commit their time to other things, that's normal. But it would be good if somebody who wants to tackle the problem can have a look at how it was done before, even if just as a reference, instead of re-inventing the wheel yet again. This seems to happen rather often with things here, though.
|
Yes, the DomMap for Dom2 went thru 5 major revisions at least by different people since it was readily available source code (and still is). Even I was able to make some changes in it without knowing C.
I tried to get someone to put it up as an official SourceForge project and it probably would have but Johan's announcement that Dom3 would have a generator kindof killed it. Too bad since it was moving in directions that were diffrent than the Dom3 one ended up doing.
Quote:
What I'm putting my money on right now is the announced map generator from Snoddasmannen.
|
Hmm I have to catch up. I havent looked into that one yet.
__________________
-- DISCLAIMER:
This game is NOT suitable for students, interns, apprentices, or anyone else who is expected to pass tests on a regular basis. Do not think about strategies while operating heavy machinery. Before beginning this game make arrangements for someone to check on you daily. If you find that your game has continued for more than 36 hours straight then you should consult a physician immediately (Do NOT show him the game!)
|

June 13th, 2008, 05:25 PM
|
 |
General
|
|
Join Date: Feb 2007
Location: R'lyeh
Posts: 3,861
Thanks: 144
Thanked 403 Times in 176 Posts
|
|
Re: Any interest in a RMG?
Quote:
Gandalf Parker said:
Yes, the DomMap for Dom2 went thru 5 major revisions at least by different people since it was readily available source code (and still is). Even I was able to make some changes in it without knowing C.
|
Yeah, I've seen that code. It is horribly inefficient at some places. Since it definitely looks like what the Dom3 map generator produces, I fear that some of the inefficient things went verbatim into the Dom3 one. But I haven't really checked on that. Just a hunch that it might be right. Try creating a 10 provinces map in resolutions 100x100 and 2000x2000, for example, and then time how long the different steps during map creation take to complete. In theory, there shouldn't be that much of a difference, but there is.
Quote:
Gandalf Parker said:
I tried to get someone to put it up as an official SourceForge project and it probably would have but Johan's announcement that Dom3 would have a generator kindof killed it. Too bad since it was moving in directions that were diffrent than the Dom3 one ended up doing.
|
Not so much killed it, but rather absorbed it. And since the Dom3 map gen did generate better / prettier output, people dropped it. It's still there, people can still pick it up.
Quote:
Gandalf Parker said:
Quote:
What I'm putting my money on right now is the announced map generator from Snoddasmannen.
|
Hmm I have to catch up. I havent looked into that one yet.
|
As I said, announced. Nothing visible yet. Let's wait.
|

June 14th, 2008, 03:16 PM
|
Private
|
|
Join Date: Nov 2007
Posts: 35
Thanks: 7
Thanked 20 Times in 5 Posts
|
|
Re: Any interest in a RMG?
Quote:
lch said:
Quote:
Gandalf Parker said:
Quote:
What I'm putting my money on right now is the announced map generator from Snoddasmannen.
|
Hmm I have to catch up. I havent looked into that one yet.
|
As I said, announced. Nothing visible yet. Let's wait.
|
Don't panic, I have been working on it. One of my modus operandi is getting stuck in tiny details which aren't very important. Right now I'm struggling with province borders around coastal areas. One of the things I'm sure somebody like lch would fix up in five minutes if I released the source
Tell you what, I'll try to focus on getting something which compiles, runs and generates a map. Then all of us who feel like it can work on the fun stuff together.
I'm away from home for the weekend visiting with my gf's family, but I will see if I can post a thread with a screenshot when I get back. I don't want to hijack another thread 
|

June 14th, 2008, 03:50 PM
|
 |
Lieutenant Colonel
|
|
Join Date: Jul 2004
Location: Israel
Posts: 1,449
Thanks: 4
Thanked 8 Times in 2 Posts
|
|
Re: Any interest in a RMG?
Quote:
Oh please dont make me guilty of blowing you away. The other rmg appears to have stopped in development and you were on such a roll. But on the other hand I would be the last person to recommend that anyone not pursue the parts they feel are fun.
|
So far I'm still having fun with it, and I'd dare say I'm not at all far from getting it to a usable beta state.
It can currently generate maps, place provinces and draw borders. It still needs some improvement on the last two until they are correct. After that there's actually generating the .map files (which shouldn't be hard, as I already store information of all neighbours and the terrain bitmask.).
After that, all that's left is making everything customizable rather than having almost all values hard-coded, and making the maps look graphically prettier.
Then I can release version 1.00 and start improving it based on suggestions
Oh, and if you feel like blowing new wind into my sails, then you are doing so with your inclination to host some maps generated with this RMG on your site.
This is because I'm about to add a few things which will be quite computationally expensive
Quote:
Well it works for me anyway you want to do it. As for the colors.. Old Dom 1, and DomMap, both went with speckling the province with color. So one possible choice would be assigning a color to each basic terrain, and a setting for variation. Such as brown to mountain, and yellow to waste, then have the program speckle the two colors together for provinces which were mountain-waste. If the variation variable is set to 3 then the game could randomly use -3/+3 of the brown for each mountain pixel and -3/+3 of yellow for each waste. That would give a nicely blurred effect. Not so stark. And provide some effect provinces which are entirely mountain or entirely waste.
|
I saw it and I didn't really like it. I'm more inclined to have a single color per basic terrain and have the resulting color just be an average of all colors that apply (that's what it's like right now, except all values are hard-coded). The real variation should come by also assigning an image (or images) to each terrain type (like little mountains and trees) and have the program spread all applicable images on the terrain.
(Of course, there's always the option of providing more than one option  )
Quote:
I don't want to hijack another thread
|
I'm actually quite interested in what you have, since in a way you are a competitor 
__________________
I'm in the IDF. (So any new reply by me is a very rare event.)
|

June 15th, 2008, 05:53 PM
|
 |
General
|
|
Join Date: Feb 2007
Location: R'lyeh
Posts: 3,861
Thanks: 144
Thanked 403 Times in 176 Posts
|
|
Re: Any interest in a RMG?
Quote:
Snoddasmannen said:
Right now I'm struggling with province borders around coastal areas. One of the things I'm sure somebody like lch would fix up in five minutes if I released the source 
|
Oh, don't get your hopes up too high - I'm usually suffering from the "too many things at the same time" syndrome. But yes, somebody might help and improve the code for you. At least everybody would have the chance to do so, then.
|

June 13th, 2008, 05:28 PM
|
 |
General
|
|
Join Date: Feb 2007
Location: R'lyeh
Posts: 3,861
Thanks: 144
Thanked 403 Times in 176 Posts
|
|
Re: Any interest in a RMG?
Quote:
Gandalf Parker said:
He also had incorporated requests of mine to include data in the .map output that the map generator "knew" which map modifiers had trouble digging up later. Like this..
-- #37, {1642,82}
-- neighbor 32, 49, 65, 879, 897
-- medium
-- swamp
-- forest
and we were working on adding recognition of penninsula, lake, island, etc. Also a breakdown of the bit-code to make it easier for math-incapable people like me to make changes. Altho it was beginning to look like extensive documentation of a map file might be better done as a seperate info file or maybe even a seperate program entirely.
|
I'd really separate those things into a good, fast, efficient map generator and a .map interpreter / commenter. No need for yet another complex unhandy bloat program.
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|