.com.unity Forums

.com.unity Forums (http://forum.shrapnelgames.com/index.php)
-   Space Empires: IV & V (http://forum.shrapnelgames.com/forumdisplay.php?f=20)
-   -   Custom map generation programs (http://forum.shrapnelgames.com/showthread.php?t=4234)

zircher September 27th, 2001 09:54 PM

Custom map generation programs
 
Playing around with the map editor, I found that there were certain map features that I'd like to add. I can do them manually, but it would take days or perhaps even weeks to make the kinds of maps that I want. [Imagine each warp point leads to a sector and each sector has a dozen stars with a dozen or more planets stacked 'under' each star.]

Is it possible to get the .MAP file spec so that I can create a utility to auto-generate these high density maps for me?
--
TAZ

Andrés September 28th, 2001 07:26 AM

Re: Custom map generation programs
 
Try modding the data files to create quadrants and systems, maybe you can make the game randomly generate the maps you want.

Lemmy September 28th, 2001 12:17 PM

Re: Custom map generation programs
 
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Imagine each warp point leads to a sector and each sector has a dozen stars with a dozen or more planets stacked 'under' each star.<HR></BLOCKQUOTE>

sounds like a cluster type map to me.
The only way to get the .map spec is probably figuring it out yourself.
You could try and ask Aaron for it.

dogscoff September 28th, 2001 12:55 PM

Re: Custom map generation programs
 
QUOTE:
sounds like a cluster type map to me.
/QUOTE

I don't think that's what he had in mind. It sounds more to me like each square in each systm is a solar systm of it's own, so instad of just on planet or maybe a planet and a few moons, a square could have a sun and dozens of planets in.

------------------
SE4 Code:
L GdY $ Fr- C- Sd T!+ Sf-- Tcp-- A% M&gt;M+ MpD! RV Pw Fq+ Nd- Rp+ G-
/SE4 Code
Go to my meagre SEIV pages to generate your own code.

zircher September 28th, 2001 04:36 PM

Re: Custom map generation programs
 
Bingo! A very high density map with a dozen solar systems per system map. Basically the scale would be one light year or more per square. For example, Sol and all of its planets would just be a single square on the system map. Any mobile unit would be an FTL unit. (Fighters might be tricky since I want them to be agile, but non-FTL. Still too new to the game to know if they will be a problem or not.)

The question/request about the .MAP file spec still stands. Given the map editor, I could eventually figure out the file spec. But, I'd rather be working on utilities than reverse engineering a file layout.
--
TAZ

[This message has been edited by zircher (edited 28 September 2001).]

Suicide Junkie September 28th, 2001 05:38 PM

Re: Custom map generation programs
 
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>(Fighters might be tricky since I want them to be agile, but non-FTL<HR></BLOCKQUOTE>Give thier engines the "afterburner" ability only: they then get good combat movement, but no map movement.
You'll have to make the fighter engines big, since only one per ship would be effective.

Cyrien September 28th, 2001 06:42 PM

Re: Custom map generation programs
 
Your problem interested me so I tried something along those lines...

This is the result and the problems I saw right off.

First it doesn't display the star on top but the Last item for that sector created. http://www.shrapnelgames.com/ubb/ima...ons/icon12.gif

All the stars are considered part of the same system so are labeled that way.

The planets are labeled as Whatever Star A, B, C, etc. probably has to do with being right over the star. Hrmm... Come to think of it, it most likely relates to the planets being considered moons of the Star.

Also you might run into some other problems with technology. A star destroying component would be devestating. http://www.shrapnelgames.com/ubb/ima...ons/icon12.gif And those Crystaline resource generators.

Ermm... I don't know.. you might get some error message about atmosphere or something or maybe not. I just copied from my standard files and I know I have modded so much stuff that I can't keep track of it. Though this should be close to what you want regardless as the error Messages I got weren't fatal or crashing type things.

I tried this with 4 stars randomly positioned with rings and then some planets and asteroids and a mix. Something like this what you had in mind?

PS: I whipped this up in a few minutes while I had some free time so I in no way guarantee any minnimum of quality in it. http://www.shrapnelgames.com/ubb/ima...ons/icon12.gif


[This message has been edited by Cyrien (edited 28 September 2001).]

[This message has been edited by Cyrien (edited 28 September 2001).]

Kadste September 28th, 2001 07:29 PM

Re: Custom map generation programs
 
This idea sounds great. It would obviously allow for a much greater density of planets.

There would be three levels of movment.
1) Inside a solar system (only in combat)
2) Intra-system (non-warp capable shipe)
3) Inter-system (warp capable)
Makes for lots of possibilities

Is there a limit to the number of planets in a game? (hard coded or something?)

Would every system connect to all adjacent systems, so you could freely around?



------------------
Never Give up, Never Surrender!

zircher September 28th, 2001 07:31 PM

Re: Custom map generation programs
 
Cyrien:
&gt; Your problem interested me so I tried
&gt; something along those lines...

Thanks.

&gt;This is the result and the problems I saw
&gt; right off.
&gt;
&gt; First it doesn't display the star on top
&gt; but the Last item for that sector created.
&gt;
&gt; All the stars are considered part of the
&gt; same system so are labeled that way.
&gt;
&gt; The planets are labeled as Whatever Star
&gt; A, B, C, etc. probably has to do with
&gt; being right over the star. Hrmm... Come
&gt; to think of it, it most likely relates to
&gt; the planets being considered moons of the
&gt; Star.

That works for me. I can always try putting
the a star first and Last so that I get the
best of both effects.

&gt; Also you might run into some other
&gt; problems with technology. A star
&gt; destroying component would be devestating.
&gt; And those Crystaline resource generators.

Removing or changing the techs may solve that.

&gt; Ermm... I don't know.. you might get some
&gt; error message about atmosphere or
&gt; something or maybe not.

It appears that the program is smart enough
to handle that without error.

&gt; I just copied from my standard files and I
&gt; know I have modded so much stuff that I
&gt; can't keep track of it. Though this
&gt; should be close to what you want
&gt; regardless as the error Messages I got
&gt; weren't fatal or crashing type things.

I'll give it a try tonight.

&gt; I tried this with 4 stars randomly
&gt; positioned with rings and then some
&gt; planets and asteroids and a mix.
&gt; Something like this what you had in mind?

Just from the mesage context, it appears to
be on target. Looks like I'll need to dive
into the quadrant data file and see how it
ticks.

&gt; PS: I whipped this up in a few minutes
&gt; while I had some free time so I in no way
&gt; guarantee any minnimum of quality in it.

Still, I appreciate the effort. Y'all have
been most tolerant of my mad hatter ideas.
--
TAZ

[This message has been edited by zircher (edited 28 September 2001).]

chewy027 September 28th, 2001 07:38 PM

Re: Custom map generation programs
 
What would the combat be like? Wouldn't the tactical screen be full of planets all clustered around the middle? That might prove to have some interesting battles. Imagine attacking a "system" with say 9 planets. How would you even be able to get at the planets toward the center? All the ones on the periphery with platforms or fighters could easily defend a planet in the middle. It would take a huge fleet to wipe out a "system" like that.


All times are GMT -4. The time now is 11:45 AM.

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