D&D 4th Edition MapTool Framework

Enhancements

Fixed Bugs

Downloadable Bits

How to Dissect the Campaign File

You may want only a portion of the campaign file, especially if you already have a campaign going with this framework. For instance, you may only need to replace the Lib:4e token, or update a changed campaign macro, or get the new property set. You can disassemble an existing framework into its component parts relatively easily. Here's how:

  1. Open the campaign file rfw_dnd_v415.cmpgn
  2. Right-click on the Lib:4e token, and select Save As. Save this file, with the extension .rptok, somewhere in your file system. You've now extracted the library token from the campaign.
  3. Do the same operation for every token you want to extract individually - so if you wanted the sample NPC token, you right-click, select Save As, and save that token somewhere on your filesystem, with the extension .rptok. For example, you might save it somewhere as sampleNPC.rptok.
  4. Go to the Campaign window, where the campaign macros are. If you just want one of them, right click on the macro button and select Export. Save the exported macro somewhere on your file system, with the extension .mtmacro.
  5. If you want all of the campaign macros, right click on the Campaign window and select Export Macro Set. Give the file a name with the extension .mtmacset. Remember, this will include ALL the macros in the panel.
  6. Go to Edit > Campaign Properties, and click the button Export. Save the exported file somewhere on your filesystem with the extension .mtprops. This is the Campaign Property set, and it is CRUCIAL to proper functioning.
  7. Now, you can import properties or drag and drop tokens into your existing campaigns and replace or update changed files without having to start from scratch!

Two Important Rules

  1. REMEMBER: Always make a backup! Upgrading should be tedious but harmless, but you never know.
  2. IF YOU IMPORT A PROPERTY SET (a file with the .mtprops extension) it will overwrite all existing property sets. If you are using multiple drop-in tools and frameworks together, you may have to merge property sets by hand.