.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

Raging Tiger- Save $9.00
winSPMBT: Main Battle Tank- Save $5.00

   







Go Back   .com.unity Forums > Illwinter Game Design > Dominions 3: The Awakening > Scenarios, Maps and Mods

Reply
 
Thread Tools Display Modes
  #1  
Old June 12th, 2008, 11:41 AM
Agrajag's Avatar

Agrajag Agrajag is offline
Lieutenant Colonel
 
Join Date: Jul 2004
Location: Israel
Posts: 1,449
Thanks: 4
Thanked 8 Times in 2 Posts
Agrajag is on a distinguished road
Default Re: Any interest in a RMG?

Re: HoneyBadger, probably "no" for all of what you said.
It is possible technically to make provinces have random properties (like different guards/populations), but it would be hard to do properly (unless you don't mind having a province guarded by 50 tartarians, another by 100 arch druids, another by 30 princes of death, and another by 10 militia), and so I would rather not do it at all. And besides, doesn't SemiRandom do that already?
As for adding icons and names that would signify something in the province, it is possible to decide randomly that some provinces will have any of the additional province flags (manysites,firesite,holysite etc.) and symbolize that with some icon, image or other visual change, but significant names would require me inventing significant names, and any creativity from me is not a good idea
I could make a program that scans a .map file and a .tga file and slaps a few icons on the map according to stuff that appears in the map file (so provinces with predetermined sites would have a certain icon for example), but that doesn't seem very useful or interesting to me.
It is possible to generate small maps, but they would still be rectangular, so if you wanted to create a random link between two provinces on an existing map, you would have to generate a small map, erase some province on the maps outer rim (so the square edges won't be visible), and then hand glue them in the existing map.

Re: Gandalf Parker
Yeah, definitely possible.
Though if you want to create several versions of an identical map, your best bet would be to generate one map with the generator, and then use that map several times in the imager, each time producing a different image for the exact same map.


So far there seems to be little interest, so I'll just work on it whenever the mood strikes. Which would probably mean it will never be completed, or at least take a whole lot of time
Thanks for your comments everyone.

Oh, and there's no reason to close the thread or stop responding, I'd still love to hear more opinions and ideas, especially the kind that would suggest new ideas for features, like Gandalf that reminded me I needed to fix my wrapping.
__________________
I'm in the IDF. (So any new reply by me is a very rare event.)
Reply With Quote
  #2  
Old June 12th, 2008, 11:48 AM

AlgaeNymph AlgaeNymph is offline
Second Lieutenant
 
Join Date: Sep 2007
Posts: 434
Thanks: 16
Thanked 3 Times in 2 Posts
AlgaeNymph is on a distinguished road
Default Re: Any interest in a RMG?

Does your RMG work on a Macintosh?
Reply With Quote
  #3  
Old June 12th, 2008, 12:21 PM
Agrajag's Avatar

Agrajag Agrajag is offline
Lieutenant Colonel
 
Join Date: Jul 2004
Location: Israel
Posts: 1,449
Thanks: 4
Thanked 8 Times in 2 Posts
Agrajag is on a distinguished road
Default Re: Any interest in a RMG?

Using the present form when calling it a RMG is somewhat misleading, since so far it generates only an image

But as to your question, the code is cross-platform compatible, so it will work on a mac if someone will compile it on a mac. (And obviously, same for linux)
__________________
I'm in the IDF. (So any new reply by me is a very rare event.)
Reply With Quote
  #4  
Old June 12th, 2008, 04:23 PM
Gandalf Parker's Avatar

Gandalf Parker Gandalf Parker is offline
Shrapnel Fanatic
 
Join Date: Oct 2003
Location: Vacaville, CA, USA
Posts: 13,736
Thanks: 341
Thanked 479 Times in 326 Posts
Gandalf Parker is on a distinguished road
Default Re: Any interest in a RMG?

Excellent. I find that RMGs tend to die. People dont want to bother to learn how to use them. What lives is a web-based shopping mall.
Middle of the night generation of many maps in many sizes, colorations, settings. Offer a webpage of thumbnails, clicking a thumbnail takes you to a larger view with a link to download the zip file of the map.

Something like this although my better examples were on the server which is down.
http://game.dom3minions.com/RandomMaps/mids/Mids.htm

What I wanted eventually was to have daily offers of Dominions 3 generated maps like those shown. And DomMap rmg versions, and Harbringers rmg. And versions of maps with Ballbarians randomizer, and Leifs randomizers, and of course my own randomizers. If it can run on linux without a gui, from text parameters in a file or on the command line, then it will fit in easily. I can already automate the nightly run, the thumbnails, the zipping, the web pages, etc.
__________________
-- 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!)
Reply With Quote
  #5  
Old June 12th, 2008, 04:50 PM

llamabeast llamabeast is offline
National Security Advisor
 
Join Date: Nov 2006
Location: Oxford, UK
Posts: 5,921
Thanks: 194
Thanked 855 Times in 291 Posts
llamabeast will become famous soon enoughllamabeast will become famous soon enough
Default Re: Any interest in a RMG?

Well whether or not most people learn how to use them, a few of us can make some really good maps using it and get them widely used. Wraparound maps in particular are in very short supply.

Actually I think I might be making a similar point to Gandalf.
__________________
www.llamaserver.net
LlamaServer FAQ
My mod nations: Tomb Kings and Vampire Counts
A compilation of high quality mod nations: Expanded Nations Packs
Reply With Quote
  #6  
Old June 13th, 2008, 10:27 AM
Agrajag's Avatar

Agrajag Agrajag is offline
Lieutenant Colonel
 
Join Date: Jul 2004
Location: Israel
Posts: 1,449
Thanks: 4
Thanked 8 Times in 2 Posts
Agrajag is on a distinguished road
Default Re: Any interest in a RMG?

Re: Gandalf Parker
That's a good idea, and it might be a motivating thought that even if no one downloads my potential RMG, people will still enjoy maps made by it.
And there's no reason why it couldn't work without a GUI. I'm tending towards a config file more than command line, because it is much easier to assume that the config file is correct (and much easier to mess around with).
One thing I'm not sure about, though, is if it will be possible to generate many maps every midnight, because going through the entire process of making a fully playable map might take a lot of time. (Especially that part where borders are calculated and drawn, because the algorithm I have in mind might be quite slow [it would go through each pixel on the map at least 4 or 5 times])
I'm also not very familiar with threading, so no taking advantage of multiple cores
And of course, sadly, you can't automate anything yet seeing as how the server is dead
Re: Llamabeast
Are you sure you are making a point?
And do you really think you could transform a random map into a really good map? Would you even need all the stages involved? (Or would you only need a base image to prettify and work on)
__________________
I'm in the IDF. (So any new reply by me is a very rare event.)
Reply With Quote
  #7  
Old June 13th, 2008, 12:16 PM
Gandalf Parker's Avatar

Gandalf Parker Gandalf Parker is offline
Shrapnel Fanatic
 
Join Date: Oct 2003
Location: Vacaville, CA, USA
Posts: 13,736
Thanks: 341
Thanked 479 Times in 326 Posts
Gandalf Parker is on a distinguished road
Default Re: Any interest in a RMG?

Servers are perfect for such things. Projects which can take a full day of computing would be fine. Im not tying up my desktop or slowing my usual activities by having it do some major project in the background all day. Ive often wished that more projects actually took that into account. Generators often give up excellent actions because it makes the generation time too long for anyone to put up with. PbEM style games (like Dominions) often cut out some options because the devs feel that most players would not put up with the time it takes (such as extensive AI thinking). I cant really argue their logic but often I wish it stayed in at least as an option. After all its not like the community here NEEDS 30 maps daily in each of tiny, small, medium, large, huge, mega sizes. Even if I only generated ONE map a day it would be a huge boost.

One example is that the DomMap generator was forever without a blur routine even though it made the maps much easier on the eyes. I wrote a script to take the generated maps, save the white pixels, blur the map, restore the white pixels, and resave. It was very time intensive but added a nice new optional group to the maps.

Oh and only one of my servers went down. The main one. The old one (which originally housed Dom2minions) is still up and still running games. I could shift everything to it but I dont expect the main server to be down that much longer.
__________________
-- 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!)
Reply With Quote
  #8  
Old June 13th, 2008, 12:18 PM
lch's Avatar

lch lch is offline
General
 
Join Date: Feb 2007
Location: R'lyeh
Posts: 3,861
Thanks: 144
Thanked 403 Times in 176 Posts
lch is on a distinguished road
Default Re: Any interest in a RMG?

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.

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.

What I'm putting my money on right now is the announced map generator from Snoddasmannen. As I wrote before, I have some code bits and pieces myself, but I lack the time and commitment to come up with a finished end product, so I'd rather code dive into finished work from somebody else.
__________________
Come to the Dom3 Wiki and help us to build the biggest Dominions-centered knowledge base on the net.
Visit my personal user page there, too!
Pretender file password recovery
Emergency comic relief
Reply With Quote
  #9  
Old June 13th, 2008, 12:24 PM
Gandalf Parker's Avatar

Gandalf Parker Gandalf Parker is offline
Shrapnel Fanatic
 
Join Date: Oct 2003
Location: Vacaville, CA, USA
Posts: 13,736
Thanks: 341
Thanked 479 Times in 326 Posts
Gandalf Parker is on a distinguished road
Default Re: Any interest in a RMG?

Quote:
Agrajag said:
Re: Llamabeast
Are you sure you are making a point?
And do you really think you could transform a random map into a really good map? Would you even need all the stages involved? (Or would you only need a base image to prettify and work on)
He might mean that many of the maps being offered were generated by something. Altho I did my best to offer as complete maps as I could, I still always made a point to say that people could feel free to take one that had a lay-out they liked and make it better, then make it available for download under their name.

Just my opinion, but people seem to like generators that can give them something to work with more than a completely finished product. The map-makers all have some part of the map they feel they can improve on, but not necessarily all of the map.

Something along the line of....
"I generated 100 maps. One was a continent surrounded by water with good choke points. So I edited the map to give it decent province names, changed a couple of badly placed provinces, scattered some interesting graphics that fit what was in the province, added a few special story provinces such as the Valley of Dragons and the WereWolf Town. Finally I added Ermor as a forced AI player in a heavily defendable location with a specially designed immortal."
__________________
-- 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!)
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 01:38 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.