Grid Numbering Error

Firing up CC3 again after a long time, I've run into a minor, but annoying error with hex grid numbering on (admittedly) very large hexcrawl maps. It seems there are only a maximum of two positions reserved for X and Y axis respectively. Once you're at 99 (or presumably ZZ) it starts at 00 again: As you can see in the screenshot, A99 is followed by A00. Am I missing anything or this a bona fide problem?

If you only need 100+ hexes in one direction you can avoid the problem by switching one set of coordinates to letters - which is also good for readability. I am not good at reading coordinates like ABFS unfortunately, so that doesn't work for maps that are larger in both directions.

Comments

  • RalfRalf Administrator, ProFantasy 🖼 18 images Mapmaker

    Yes, that is a know limit in the current Hex Grid command.

    Remy wrote a macro a while ago which circumvents the problem. I'm attached it to this post together with a sample map.

    This is an embed external element. It can be deleted using the delete key or the backspace key. To view the full element, press the preview button below.
    File
    Hexnumbering.zip
    22.59 KB


    LoopysueBlindMapmaker
  • 2 months later
  • Thank you for the macro and sorry for the very late reply. I really need to change my message notification settings. The sample map looks good and the macro seems to work, though I'll need to do a little fiddling.

  • 6 months later
  • @Ralf I stumbled onto this thread recently, and it sparked me to think of a few questions.

    This is an embed external element. It can be deleted using the delete key or the backspace key. To view the full element, press the preview button below.

    You mentioned Remy @Monsen had written a macro for hex numbering. First off, I haven't got a clue when it comes to macros. For instance, how to write them, how to use them within CC3+, etc. Secondly, am I correct in assuming once you have said macro, you need to place it into a folder in the ProFantasy Data folder under scripts before use? And if that's the case, how then do you access the macro when you want to use it within the CC3+ program? Can you read or create the macros from within CC3+ or do you have to go to an external program to do so?

    I know what a macro is but, as you can see, I know zilch when it comes to doing anything with them. Could you give me some pointers or point me in the right direction, at least? Thanks for any help.

  • MonsenMonsen Administrator 🖼 81 images Cartographer

    Basics of Macros are explained here:

    This is an embed external element. It can be deleted using the delete key or the backspace key. To view the full element, press the preview button below.

    Command of the Week - Macros (Week 16)


  • I prefer custom scripts to macros because I don't like to customize existing macro files. I'm currently working on a script to renumber the hexes in a Traveller Subsector map using a custom wizard template. Fortunately this is a fixed format map so the only input needed is the first hex number which can be determined by the one-letter subsector id (A-O). I may create some drawing tools that use this.
Sign In or Register to comment.