Creating a New Style Part 3 – Adding Symbols

This is part 3 of the “Creating a New Map Style” series of articles.

It’s been far too long since the last part of this article, so let’s hurry up and take on the next step in creating a custom style for CC3+. After setting up the template and adding new bitmap fills, we now need to look at the new symbols.

011 Symbol Catalogs1. Setting up new catalogs

The first step is to set up one or more new catalogs to hold the symbols. For this example, I’ll take the Worlds of Wonder style’s catalogs and create a copy under a new folder /Symbols/Maps/Worlds of Wonder BW/. I rename them to remove the CA145 (the Annual issue number).

I won’t go through the details of drawing or importing new symbols here, and for the example, I’ll just edit the existing Worlds Wonder symbols to be grayscale instead of coloured versions of themselves.

When that’s done let’s make sure the map loads one of these catalogs when it opens. Go to File > Drawing properties and open the map note “OnNewMap”. Basically this is a macro that gets executed when someone creates a new map from the wizard template. Change the line
“CATALOG @Symbols/Maps/Annual Worlds of Wonder/CA145 All.FSC”
to
“CATALOG @Symbols/Maps/Annual Worlds of Wonder BW/Mountains.FSC”
and do the same in the OnOpenMacro map note. This macro defines what happens if someone just opens a map based on the style.

012 Catalog Settings2. Creating Catalog Settings

One of the more obscure things to do when creating a new drawing style is to set up the catalog settings so the catalog buttons open the correct symbol catalogs for the style. To do so, click the All Drawing Tools button on the catalog toolbar and then the “Advanced” button on the dialog. The dialog should then look the one on the left here. It lists all the available catalog settings that match both the master filter and the setting filter. We will need to create a new master filter and the settings to match.

Deciding on a master filter, I will make it “WBW” (for Worlds of Wonder Black/White). I select each of the setting entries I want to duplicate in turn and create a new one based on the current one, where I replace the “CA145” with “WBW”. These will not appear in the list for now, as they don’t match the master filter.

I then type in the new master filter “WBW, and the settings appear as shown on the right. All your new settings will show up. Go throguh them in turn and make sure they load the correct symbol catalog. You can also set the properties that get set when the respective button is pressed. That by default the overland catalog toolbar loads the following six settings: Border, Coast, Mountains, Natural, Structures and Vegetation. Everything else, like Cartouches have to be loaded through the All Catalog Settings button.

Now we need to set up the master filter itself, as so far we’ve only decided on its name. Right click the Symbol Style Toggle button on the left toolbar and choose “Master Filter Settings”. Rename Filter 1 to “WBW” and save the setting under the same name.

014 Master FilterNow we just need to tell the template to load the master filter on startup. As above, go to the OnOpenMacro and OnNewMacro map notes and change the line
“SYMICONFLOAD CA145”
to
“SYMICONFLOAD WBW”.

And that’s all for setting up the symbol catalogs for a style. Depending on how many new symbols and catalogs you create it can be quite a bit of work of course, but the basic procedure is always the same.

In the next article – which hopefully will not take quite as long to follow – we’ll look at setting up the drawing tools of the new style.
015 Symbol Catalogs

Comments are closed.