Avatar

Monsen

Monsen

About

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

Latest Images

  • Help with landmasses and textures

    That priority is the Sheets. The order of the sheets in the dialog is the drawing order, so if something is on a sheet further down the list, it will drawn after, and therefore on top of, things higher in the list.

    You can always move things like the swamp to another sheet using :CC2MCHANGE: after you have draw it if it isn't on the sheet you want it to be. The drawing tool places it on it's default sheet automatically, but you can move these entities around as you want.

    By stickers, I assume you mean symbols? You can always change the scale of a symbol before placing it by right clicking inside the map (with the symbol at the cursor) to get the symbol properties dialog, or you can hold down control and move the mouse up down to change the scale visually. You can also set the default scale from the :CC2PRESETS: dialog, this is the scale it will use when loading the map, or hitting set defaults in the symbol properties dialog.

    The fact that you are wanting to reduce the size of this leads me to believe that you might be attempting to draw a bit too detailed map. You should always be carefull how detailed you make a map, for several reason. Reason 1 is simply performance. Every entity you add to the map is another thing CC3+ needs to keep track of and draw. CC3+ isn't like a bitmap editor where you just change the color of the pixels, but the performance is the same with a blank image as with a pattern-filled one. Trying to add to much detail also makes the map look very cluttered and unreadable when you try to zoom out to look at the overview of the map. The second reason is mapping fatigue. Trying to map out a large map in very tiny detail is extremely time-consuming, and most people who have attempted that burtn out long before they get clode to finish. I allways recommend keeping the detail level at a reasonable level, and instead make additional higher-detail regional maps of the more interesting regions, rather than tackle everything at once. Kind of like we are doing it in the community atlas.

    Loopysue
  • Help with landmasses and textures

    Sounds like your map size is perfect. If you want it to be 6000 by 3800 km, then 6000x3800 is the correct values for the dialog when you started the map. You'll always want the number of map units to match the actual real-world size of the map. If you used those numbers, you shouldn't resize anything, since it is already correctly scaled.

    If you don't like the scaling of the fills, change the fills. You can do that from the fill style dialog, just click the fill style indicator in the top right, go to the bitmap files tab. select the appropriate fill, and change the value for scaled.

    If you need to change the sheet an entity is on, just use :CC2MCHANGE: on the entitie and put it on the correct sheet.


    Edit: Seems I took a bit of time writing this, got ninja'ed by 3 comments :)

    Loopysue
  • How do I use the ERA command in a script, macro or hotspot?

    You need to change to a more macro-friendly selection method.

    Personally, I love to use selection by layer (SELBYL) since that means you don't have to go for specific coordinates in the macro. Just make sure the hotspot is on the appropriate layer, and don't put anything else there.

    Remember to reset the selection method when done. Usually best to save it with SELSAVE, and restore it a the end of the macro with SELREST

    DaltonSpence
  • Welcome to the Updated Forum

    Try now, it should be fixed, it was some missing permissions.

    As for deleting thing, users can delete their own comments, but not threads. This is because a deleting a thread would also mean deleting any comments in it, which may belong to other people. This is Vanilla's own reasoning for why the system is like that, and not an option I can toggle.

    Loopysue
  • Self Destructing Hotspots

    I don't think that should be any issue.

    When deleting an entity, it isn't removed from the drawing list untill the next save anyway, it is just marked as deleted, so even if the code running the macro needs to hold a reference to the entity (which I don't know if it does), it should still be valid.

    Haven't tried this though. I recommend you give it a go in a simpler test scenario first.

    DaltonSpenceLoopysue