Overview Map Creation Automation ?

LarsonLarson Join Date: 2003-02-13 Member: 13522Members
<div class="IPBDescription">... just requesting some feedback</div> I just wondered if there would be any noteworthy demand for a totally automatic and also substiantially quicker way to create these overview maps,
that as far as I know all you mapper currently make more or less with the server-side sprite creator and some photoshop magic.

Comments

  • Kouji_SanKouji_San Sr. Hινε Uρкεερεг - EUPT Deputy The Netherlands Join Date: 2003-05-13 Member: 16271Members, NS2 Playtester, Squad Five Blue
    edited March 2004
    <ol type='1'><li>if you're talking about the hl-tv overviews just start any map up in developer mode and use "dev_overview 1" to view it as an overview

    or ingame start the map, type the following in the console:
    dev_overview 1 0
    developer 1

    bind mouse1 to +attack and mouse2 to +attack2 (with them you can zoom), also use the wasd keys to move to the right position and make a screenshot <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->

    now you have a *.bmp file of the overview in your nsp dir
    </li><li>type "buildminimap" in the console (I think developermode must be on to) if you're talking about the map ingame...</li></ol>
  • LarsonLarson Join Date: 2003-02-13 Member: 13522Members
    I did not ask how to make them, and I did not specifically talk about generic HLTV maps but the NS-specific mini-map.

    I just wanted to know if you people do have a real interest in an easier, more automatic and lots faster way to create them, as I thought I could just make
    such a tool, if there was just a demand for it.

    I think of a little tool that would just make a very consistent basic mini-map
    style directly from the bsp on the fly, instead of having them computed
    with the original server-based method that takes up quite a while.
  • ShenTraXShenTraX Join Date: 2003-11-10 Member: 22434Members, Constellation
    HLTV is no longer required.

    and BUILDMINIMAP could not be easier.
  • LarsonLarson Join Date: 2003-02-13 Member: 13522Members
    .. but it could be more flexible.
  • Kouji_SanKouji_San Sr. Hινε Uρкεερεг - EUPT Deputy The Netherlands Join Date: 2003-05-13 Member: 16271Members, NS2 Playtester, Squad Five Blue
    edited March 2004
    Hehe lol me and my willingness to help people sometimes takes over <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html//emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo-->

    Sorry I read it wrong. But as for just typing "buildminimap" in the console to automaticly let NS create your minimap as <b>ShenTraX</b> stated. Not sure how one would go about making this even more easy...

    Even while hltv is not used anymore it's still nice for the mapping forums to show the raw progress of the map in nice textured colored ingame layout <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->
  • uffouffo Join Date: 2003-05-03 Member: 16026Members
    Well if you can make them look far smoother than <b>buildminimap</b>, I'm all for it.
    I always end up fixing the sprite that <b>buildminimap</b> creates
  • LarsonLarson Join Date: 2003-02-13 Member: 13522Members
    Now we're talking about the thing.

    Could you make a little before/after sample picture to illlustrate what fixes
    you usually have to make manually, that might be automated ?
  • uffouffo Join Date: 2003-05-03 Member: 16026Members
    for example when creating bumping terrain it sometimes shows up transparent in minimap.

    And also when you create pillars and such, it'll draw it as transparent space or in that wall-color. I'd like to see them colored as darker blue or as nothing at all, but that's only matter of taste really. The first one is the real problem <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->

    And yeah, I'd like to see diagonal lines AA'd
  • Kouji_SanKouji_San Sr. Hινε Uρкεερεг - EUPT Deputy The Netherlands Join Date: 2003-05-13 Member: 16271Members, NS2 Playtester, Squad Five Blue
    for problems like water creating some black holes in the minimap and other overlapping things which make the minimap seem odd.

    One can always delete those offending structeres (and water) then recompile under a different name without VIS and RAD. Create a minimap from this one and rename it to your fully compiled minimap name.
    This fixes most of the problems of the minimaps visual errors... But I guess a sprite editor is just as easy to use <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html//emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo-->
  • WolvWolv Join Date: 2002-01-25 Member: 56Members
    Trying to improve on Max's works? Good luck.

    While working on my named minimaps I found several problems and things that could be improved (other then the obvious naming of sectors). Most of them are visible in the (2.0) attachement:<ul><li>Water invisble.</li><li>Sometimes inexplainable holes in minimap. Probably NULL texture.</li><li>Brush artifacts in the bsp showing up in the minimap.</li><li>Unreachable areas treated like normal.</li><li>Vents (ceiling < certain limit for an extended and confined area) not differently shown.</li><li>Vents under levels not shown at all.</li><li>Func_walls or other entities walling off sections (for example siege room near equilibrium hive. In that specific case also overlapping levels.</li></ul>
  • Hologram0Hologram0 Join Date: 2002-11-19 Member: 9303Members, Constellation
    The issue with the water showing a break in the map can be seen in one of the offical map, I believe NS_tanith. Most mappers edit thier maps, with colour coding for vents ect.
  • LarsonLarson Join Date: 2003-02-13 Member: 13522Members
    Thank you for the sample, I think I already got a rough idea.

    I'll try puttin something together. If you have more suggestions,
    feel free to just add them to this thread.
  • brute_forcebrute_force Join Date: 2003-10-04 Member: 21433Members, Constellation
    <!--QuoteBegin-Wolv+Mar 31 2004, 09:45 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Wolv @ Mar 31 2004, 09:45 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Trying to improve on Max's works? Good luck.

    While working on my named minimaps I found several problems and things that could be improved (other then the obvious naming of sectors). Most of them are visible in the (2.0) attachement:<ul><li>Water invisble.</li><li>Sometimes inexplainable holes in minimap. Probably NULL texture.</li><li>Brush artifacts in the bsp showing up in the minimap.</li><li>Unreachable areas treated like normal.</li><li>Vents (ceiling < certain limit for an extended and confined area) not differently shown.</li><li>Vents under levels not shown at all.</li><li>Func_walls or other entities walling off sections (for example siege room near equilibrium hive. In that specific case also overlapping levels.</li></ul> <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    I just have a few comments;

    Water being made invisible is modt likely possible and I'd like to see this in.

    This would be cool if fixed aswell.

    Never seen this, so I can't really comment.

    How would it know it was unreachable? It would probably take as long as compiling a small map as making a minimap then, and it would most likely screw up on places and cause more errors.

    Somehow I think this'd be impossible to do correctly.

    How would they be shown if they're under the level? It is 2d, after all.

    No comment here, haven't seen this.
  • OlmyOlmy Join Date: 2003-05-08 Member: 16142Members, NS1 Playtester, Contributor, NS2 Developer, NS2 Map Tester, Reinforced - Diamond
    The only situation i can think of that would be identifiable as totally unreachable is if a space is totally sealed from the rest of the level, like the ready room, and there are no player starts in them.

    In most circumstances, it would be very difficult for any program to identify what is unreachable and what is not, ie something behind a forcefield, or whatever. But in the case of tanith and that large area being drawn, making the sky texture invisible in the minimap would probably do the job.
  • venomusvenomus Join Date: 2002-11-16 Member: 8951Members
    I guess the existing buildminimap borrows a lot of the code used to find whether terrain is buildable or not. That would explain water and steep surfaces not appearing.
  • CageyCagey Ex-Unknown Worlds Programmer Join Date: 2002-11-15 Member: 8829Members, Retired Developer, NS1 Playtester, Constellation
    <!--QuoteBegin-venomus+Apr 1 2004, 01:51 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (venomus @ Apr 1 2004, 01:51 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> I guess the existing buildminimap borrows a lot of the code used to find whether terrain is buildable or not. That would explain water and steep surfaces not appearing. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    Yep -- it uses the same test as commander mode, actually.

    I talked with Flay yesterday about setting up automated builds of all the official maps and automatically propogating them to playtest servers, which would require making an out-of-game mapping tool; after my current projects are finished I may take a stab at doing that.
  • YuniargoYuniargo Join Date: 2004-08-21 Member: 30764Members
    For maps with water in them, I resort to deleting all the water in the level, then compiling with csg+bsp, then doing buildminimap and renaming the map to my real map's name. That seems make things look so much prettier, but sure is kind of a pain in the butt <!--emo&::nerdy::--><img src='http://www.unknownworlds.com/forums/html//emoticons/nerd-fix.gif' border='0' style='vertical-align:middle' alt='nerd-fix.gif' /><!--endemo-->
Sign In or Register to comment.