Avatar

Monsen

Monsen

About

Username
Monsen
Joined
Visits
670
Last Active
Roles
Administrator
Points
8,894
Birthday
May 14, 1976
Location
Bergen, Norway
Website
https://atlas.monsen.cc
Real Name
Remy Monsen
Rank
Cartographer
Badges
27

Latest Images

  • Exporting map to jpg image - aligning grid with vtt grid

    When you are exporting for VTT use and plan to use grids, make sure to always export using the rectangular section option. For example, if you look at your screenshot above, you'll notice that you have a border outside your map that is part of your image.

    CC3+ isn't a "grid mapper", so export sizes are for the entire drawing, not just the gridded areas, so when you export the image in a size of 2000x2000, that border is going to eat part of that size, not leaving a full 100px for each grid square. But if you use rectangular section when you export and make sure to only export the map itself (use snaps on when defining the area to ensure precision) you should get the right size.

    It is also important to set the export size correct in both dimensions.

    LoopysueJimPGlitch
  • Importing my Traveller Sector Data in Cosmographer

    Yes. I just looked at the api data to see what travellermap actually sent.

    Mika
  • Importing my Traveller Sector Data in Cosmographer

    Just changing the number on the top doesn't work unfortunately, as the code that created the import explicitly sets a color for every border, and it uses 15 if it gets (what it considers) an invalid color from travellermap.

    What you need to change are the color values:

    #COLORS
    #======
    color names = red:2|blue:9|olivedrab:12|orange:8|yellow:4|purple:7|green:13|lightgreen:1|lightblue:9|pink:187|brown:11|cyan:5|hotpink:6|lime:118|darkred:165|darkkhaki:130|gray:14|slategray:67|darkslategray:66|white:15|indigo:58
    

    This section is also what makes Darian and Sword Worlds the same color. Travellermap sends color blue for one of them and lightblue for the other, and if you look at the config, those are both set to be color 9.

    You can also get it to use those html colors just by inserting them into the list, like I did here, this should cause the white sections on Spineward Marches to come out as yellow:

    color names = red:2|#e32736:135|blue:9|olivedrab:12|orange:8|yellow:4|purple:7|green:13|lightgreen:1|lightblue:9|pink:187|brown:11|cyan:5|hotpink:6|lime:118|darkred:165|darkkhaki:130|gray:14|slategray:67|darkslategray:66|white:15|indigo:58
    

    The way we handle these colors was written before travellermap started putting those html color codes in there, so I am afraid this is a manual process for now to identify and insert appropriate replacement, the importer would need an update to be able to parse those automatically. Personally, I would probably just do some quick manual color changes on those entities after loading the map. While having everything correct out of the gate is obviously preferable, the main work is in drawing the sectors after all.

    Also note one thing about the import dialog. It caches the setting sin memory when you load the file, so if you make tweaks to the config file with CC3+ open and want to test the new settings, you need to click the change export settings button and browse for the file again, even if the dialog indicates it is already the right file.

    JimP
  • Cannot delete layer

    This entity is the color palette the drawing is using. A custom color palette is one of the hidden entities that are possible in a map. You could detach it from the drawing presets dialog, but this will have your map revert to using the default palette.

    brandor
  • Importing my Traveller Sector Data in Cosmographer

    @ is the standard CC3+ reference to the CC3+ data directory, the default location unless you changed it during installation is c:\ProgramData\ProFantasy\CC3Plus

    System is a folder within the data directory.

    JimP