Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Loading/synchronizing maps from other games?

I have two campaigns for the same module, and occasionally I need to make an ad-hoc map in one of them. When that happens I'd like to copy it over into the other campaign. What's the best way to synchronize maps between campaigns?
1600801006

Edited 1600801095
The Aaron
Roll20 Production Team
API Scripter
The Transmogrifier.&nbsp; It's a Pro Perk located in the Gear tab of the Game.&nbsp; It will let you copy just about anything between games. &nbsp; &nbsp; See:&nbsp;<a href="https://roll20.zendesk.com/hc/en-us/articles/360037774433-Transmogrifier" rel="nofollow">https://roll20.zendesk.com/hc/en-us/articles/360037774433-Transmogrifier</a>
1600801076
Kraynic
Pro
Sheet Author
Use the transmogrifier to copy it into the other game.&nbsp; <a href="https://wiki.roll20.net/Transmogrifier" rel="nofollow">https://wiki.roll20.net/Transmogrifier</a>
Let's say I have two campaigns, A and B. I introduce map M1 into A. I transmogrify a copy of M1, M2, into B. Now I make a change to M2 that I want to bring back into M1 in A. Can I use the transmogrifier to bring M2 back into A to overwrite M1?
1600807637
Kraynic
Pro
Sheet Author
It won't overwrite, but you could just delete the older version easily enough.
1600809170
The Aaron
Roll20 Production Team
API Scripter
One thing to be aware of with moving maps back to their origin game: All tokens will have the same token_id as their original copy.&nbsp; This is mostly not a problem, but if you're using the API, it might cause some issues as it will often update the original with that token_id and not the new one with that token_id. You can fix that by removing the old map, or cutting then pasting the tokens on the new one to force a new "unique" token_id.
Cool, thanks for your help! This should work for my use case.