Jump to content

Sigma Cartographer documentation?


aimeilian

Recommended Posts

I was pointed to the Sigma Cartographer utility from the Kopernicus thread. But I can't figure out how to use (or even access) it.

Searching the forums hasn't really turned up anything. Nor has plain old Google.

Can anyone point me in the right direction?

Link to comment
Share on other sites

In addition to installing Cartographer in your GameData folder, you have to write a .cfg file to tell it what to do.  It then runs automatically when you launch KSP (there is no in game interface).  Here's what the cfg should look like:

SigmaCartographer
{
    Maps
    {
        body = Kerbin // the name of the body           (default = Kerbin)
        width = 2048  // the total width of the texture (default = 2048)
        tile = 1024   // the width of one tile          (default = 1024)
        exportFolder = MyMap/1/        // path for the export folder
        leaflet = false // export in folders divided by columns and rows (default = false)

        heightMap = false    // export height?    (default = false)
        normalMap = false    // export normals?   (default = false)
        slopeMap = false     // export slopes?    (default = false)
        colorMap = true      // export color?     (default = true)
        oceanMap = false     // export ocean?     (default = false)
        satelliteMap = false // export satellite? (default = false)
        biomeMap = false     // export biome?     (default = false)

        oceanFloor = true    // include the ocean floor ? (default = true)
        normalStrength = 1   // strength of normals (default = 1)
        slopeMin = 0.2,0.3,0.4 // color for  0° slope (default = 0.2,0.3,0.4)
        slopeMax = 0.9,0.6,0.5 // color for 90° slope (default = 0.9,0.6,0.5)

        LAToffset = 0 // offset latitude (default = 0)
        LONoffset = 0 // offset longitude (default = 0)
        
        // if you want to print only selected tiles
        // add as many of these as you want
        // if you don't add any of these
        // all tiles will be exported
        printTile = 0
        printTile = 1
    }
    Info
    {
        // List all the bodies for which you want info on
        // the lowest and highest point on the planet
        body = Kerbin
        body = Mun
    }

Just edit the cfg as needed and drop a copy somewhere in GameData.  Start KSP and then exit after you get to the main game window.  (There will probably a delay in the loading time as Cartographer runs in the background.)  After closing KSP, look in the Cartographer folder and you should find your maps.  When finished, be sure to delete the cfg or it will run every time you start the game.

I'm not sure if Cartographer works with KSP 1.4.x.  You might have to use 1.3.1.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...