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

Copying pages from one campaign to another........

I have two separate campaigns going, but both campaigns reside on the same continent and the same timeline.   I am wanting to copy the maps from one campaign to another but i dont wanna have to make a (copy) of the campaign itself.  just the pages i created for the one campaign that i wanna bring into the other campaign.   Help? 
1507951790

Edited 1507951870
The Aaron
Pro
API Scripter
In the Gear Icon Panel (settings) in one of the games, click on the Transmogrifier button.&nbsp; Select the two games (doesn't matter which side they are on) and then drag resources from one to the other.&nbsp; You'll need to drag over any characters that are populating the pages if you want their character sheets. See:&nbsp; <a href="https://wiki.roll20.net/My_Settings#Experimental_F" rel="nofollow">https://wiki.roll20.net/My_Settings#Experimental_F</a>... See:&nbsp; <a href="https://wiki.roll20.net/Transmogrifier" rel="nofollow">https://wiki.roll20.net/Transmogrifier</a>
OMG YES thank you again Aaron! you're too kind! &lt;3&nbsp;
1507952452
The Aaron
Pro
API Scripter
Here's a Bookmarklet I wrote that sorts the Transmogrifier: javascript:$('iframe').contents().find('.objects').each((c,e)=&gt;{ let $e=$(e); $e.children().sort( (a,b)=&gt;{ let name1=$(a).find(".name").text().toLowerCase(), name2=$(b).find(".name").text().toLowerCase(), comp = name1.localeCompare(name2); return comp; }) .each((i,c)=&gt;$e.append(c)); }); You just add a bookmark in chrome and put that as the URL.&nbsp; When you select it, it will cause the Transmogrifier entries to be sorted.&nbsp; You'll have to select it again if you drag things over and want them sorted in.
1507954890
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
I have a folder of The Aaron bookmarklets...
1507955209
The Aaron
Pro
API Scripter
Me too, but I just call themBookmarklets! =D
Yes, I love the transmogrifier, my preferred use for it right now is building each of my modules as their own game.&nbsp; Once done, I can then copy the pages, characters, handouts, and decks and rolltables (if any) to my active campaign Game, while deleting the older content that is no longer needed.&nbsp; I also use it to copy content that may come back into play to a copy of my campaign Game, things like villages/towns, and maybe even a dungeon if the character may end up going back there.&nbsp; I am also working on a Monster Game, pulling information in from various sources, in this case for Castles & Crusades, using Excel to generate my script to create a Character Sheet for the monsters.&nbsp; Currently I am doing this as one-offs, pulling in the scripts for the monsters as I need them since I have a lot of cleanup to do still in the data.&nbsp; Issues where there are apostrophe's or quotes in the actual data, along with some other anomalies that will cause errors when running the particular script.&nbsp; Also want to use this and have a script to generate HP from the HD of the creature when copied to the map, that should be easy enough, just have to remember to set the token value instead of the character sheet value. I am interested in The Aaron's Bookmarklets! though, is there anywhere that you are tracking these in one complete list?
1508078426
The Aaron
Pro
API Scripter
There are some listed here:&nbsp; <a href="https://app.roll20.net/forum/post/2344777/slug%7D" rel="nofollow">https://app.roll20.net/forum/post/2344777/slug%7D</a>
Thanks Aaron, you are awesome.&nbsp; And I am now a Patron for this and all the other work you have done, and help provided.&nbsp; I just hope I get more time to get more of my own work finished up.
1508083076
The Aaron
Pro
API Scripter
Thank you! Not necessary, but totally appreciated!