Search Unity

Map for Game?

Discussion in 'Game Design' started by sowatnow, Sep 1, 2016.

  1. sowatnow

    sowatnow

    Joined:
    Jun 12, 2014
    Posts:
    309
    Hi guys,

    I was wondering if anyone is aware of a software or tool, which could be used to create a custom map for a 3d rpg game.

    Thanks
     
  2. tedthebug

    tedthebug

    Joined:
    May 6, 2015
    Posts:
    2,570
    Last edited: Sep 1, 2016
  3. sowatnow

    sowatnow

    Joined:
    Jun 12, 2014
    Posts:
    309

    Ya correct, looking for something which i can use to create a custom minimap.

    I went through the assets, but couldn't find what I was looking for.

    Thanks anyway
     
  4. LeftyRighty

    LeftyRighty

    Joined:
    Nov 2, 2012
    Posts:
    5,148
    ok, be alot more specific about what you want. "A minimap" could be anything from "use photoshop to create a pretty image to use as a map background" to "procedurallly remove 'fog of war' and add icons based on what is met in the scene".
     
  5. sowatnow

    sowatnow

    Joined:
    Jun 12, 2014
    Posts:
    309
    Just a simple full visible map which player can open to see its location.
    Something like these:


     
  6. HolBol

    HolBol

    Joined:
    Feb 9, 2010
    Posts:
    2,887
    Any 2d graphics program. Photoshop. Draw it yourself.
     
    computertech and MelonBurrito like this.
  7. sowatnow

    sowatnow

    Joined:
    Jun 12, 2014
    Posts:
    309

    Thanks, I didn't think of that.
     
  8. LMan

    LMan

    Joined:
    Jun 1, 2013
    Posts:
    493
    How much information does this map provide?

    A map could be super vague- and only show where landmarks are in relationship to each other. The player would still have to work out his location by observation- and in certain situations he wouldn't be able to.

    To show the exact position of the player, you could use triangulation to find the position on the map. Get the vector from 2 known points to the player and then compute the position of the intersection. Known points could be landmarks or corners of the playable area.

    A map can hint at the general locations of treasures or objects- as an encouragement to the player to investigate a place. Or it can show exact positions if the challenge is going to be getting to that place, rather than finding it.
     
  9. NodeRaiderGames

    NodeRaiderGames

    Joined:
    Apr 8, 2014
    Posts:
    26
    I would recommend WorldMachine very good and effective on getting the looks for a realistic terrain
     
  10. Fera_KM

    Fera_KM

    Joined:
    Nov 7, 2013
    Posts:
    307
    I've also been looking for a tool like this for some time, I don't think it's been invented yet, or the market is not large enough to support this kind of tool.
    And the ones I've found is either not presentable enough, or not customizeable enough. (e.g. http://www.mapmaker.com/)

    There is a point where I want to make an idea in a presentable way, but still keeping it pretty rough.
    Ideally, it would be nice to have a tool to make very simple concepts presentable.

    Something like defining simple bezier shapes for landmass, forest, mountains, roads, rivers etc.
    And could use a range of filters, to make those shapes come to life. Like, populating forest zones with trees, eroding landmasses, ocean shaded with depth based on proximity to land etc.

    This kind of generator would actually make for a nice unity project itself, when thinking about it..


    edit: https://secure.profantasy.com/products/cc3_gallery.asp
     
    Last edited: Sep 20, 2016
  11. sowatnow

    sowatnow

    Joined:
    Jun 12, 2014
    Posts:
    309
    Not much, just location of key landmarks and its name, plus minor terrain details like mountain, river etc.



    Yep I have been struggling to find it aswell. Maybe there is a market for it, but no one has though of it.

    Thanks for the links.
     
  12. Teila

    Teila

    Joined:
    Jan 13, 2013
    Posts:
    6,932
    I use Profantasy's tools and they are nice. But...they are also tedious to use. One can make a nice map but it could take a while. :) I am going to have one of our artists make us a map in Photoshop.
     
  13. Farelle

    Farelle

    Joined:
    Feb 20, 2015
    Posts:
    504
    drawing it yourself, using your 3d terrain as basis (use heightmap as orientation where stuff is) if you have a 3d terrain already, is probably the best solution.
    There are also nice drawing tutorials for making maps out there :)
    Maybe also find out what you need, do you want a realistic representation of your terrain? or do you want to work with map symbolics like old seafarer maps etc.?
     
  14. Fera_KM

    Fera_KM

    Joined:
    Nov 7, 2013
    Posts:
    307
    sowatnow likes this.
  15. Vedrit

    Vedrit

    Joined:
    Feb 8, 2013
    Posts:
    514
    I would be interested in something that would use a camera or something to take a 2D snapshot of terrain to generate the map. Maybe use raycasts to find important places (I.E. cities) or something.
     
  16. sowatnow

    sowatnow

    Joined:
    Jun 12, 2014
    Posts:
    309

    Thanks for sharing it. I will have a look at it.
     
  17. ezjm427

    ezjm427

    Joined:
    May 17, 2014
    Posts:
    100
    If you go into unity, go directly above the terrain then zoom out very far, take a a screenshot, and then use any paint editor and you can use the screenshot as a reference to create a minimap. The other option is to create a code based minimap system yourself using 2D symbols to represent things and have them locate accordingly on the minimap UI.
     
  18. sowatnow

    sowatnow

    Joined:
    Jun 12, 2014
    Posts:
    309
    Used the beta software and prepared a draft version of my map. So far the map is ok, but still need alot of polishing.

    Thanks for sharing..

    ezjm427, i got minimap, but need a big map aswell. I tried copying map layouts, but couldn't blend them together. Will have to look at it again.
     

    Attached Files: