Do you know of a way to get maps back from roll20? i lost the original files a while ago and want to edit them but the only thing left from them is in my game.
This might work - go to the map layer, and click on the map as if you were going to resize it. Now press Z. That should pop up a preview of the image. Right click on that pop up and select Save Image As. This has worked for some of my maps, but, if the map is too big, then Roll20 doesn't seem to be able to generate the preview. Hope that helps, good luck!
@@blazingtrailzftw5702 You could also get the Map's image URL from Roll20 with this script (requires a pro account): (() => { var CMD = '!GetTokenUrl'; on('chat:message', msg => { if(msg.content === CMD && msg.selected) { log('****** Token URLs ******'); _.filter(msg.selected, selected => selected._type === 'graphic').map(selected => { let token = getObj('graphic', selected._id); return `${token.get('name')}, ${token.get('imgsrc')}`; }).filter(url => !_.isEmpty(url)).forEach(log); } }); })(); And then take that URL that it puts into the log box and paste it into your address bar. Voila, there's your map (in case Nick's idea doesn't work because it's too large). Note - Nick's solution works for free users, my method (which was originally devised by TheAaron) requires a pro account. Edit - Also make sure, if you use my method, that you're downloading the image that has "max.jpg" in the name. If it has anything else, like thumb, med, or original, just change that text to max to ensure you're getting the full image back.
This is great but I keep getting a SyntaxError: Unexpected token '{' message whenever I install the Gremishka scriptcard from the link you gave. Any ideas why? Cheers.
Great idea for a group with multiple spell casters. These are a taste of what it'd be like to fight a Rakshasa later...
Love this! I have grabbed these little guys and placed them into Wave Echo Cave for my Lost Mine of Phandelver session! Thank you Nick.
Nick you bloody legend 🙌
Hey Nick! Thank you so much for featuring Epic Quest Battlemaps and for your incredible support. It's truly appreciated!
Cheers!
My pleasure! Thanks for making such awesome content!
That's a nasty monster Nick!
Thanks for this!
Oink!
= @ )
Hilarious!! I love it!
…. Interesting. Wonder how I can apply this to my next superhero rpg 😅
Do you know of a way to get maps back from roll20? i lost the original files a while ago and want to edit them but the only thing left from them is in my game.
This might work - go to the map layer, and click on the map as if you were going to resize it. Now press Z. That should pop up a preview of the image. Right click on that pop up and select Save Image As. This has worked for some of my maps, but, if the map is too big, then Roll20 doesn't seem to be able to generate the preview. Hope that helps, good luck!
@@NickOlivo you absolute legend, it works, thank you so much.
@@blazingtrailzftw5702 You could also get the Map's image URL from Roll20 with this script (requires a pro account):
(() => {
var CMD = '!GetTokenUrl';
on('chat:message', msg => {
if(msg.content === CMD && msg.selected) {
log('****** Token URLs ******');
_.filter(msg.selected, selected => selected._type === 'graphic').map(selected => {
let token = getObj('graphic', selected._id);
return `${token.get('name')}, ${token.get('imgsrc')}`;
}).filter(url => !_.isEmpty(url)).forEach(log);
}
});
})();
And then take that URL that it puts into the log box and paste it into your address bar. Voila, there's your map (in case Nick's idea doesn't work because it's too large).
Note - Nick's solution works for free users, my method (which was originally devised by TheAaron) requires a pro account.
Edit - Also make sure, if you use my method, that you're downloading the image that has "max.jpg" in the name. If it has anything else, like thumb, med, or original, just change that text to max to ensure you're getting the full image back.
This is great but I keep getting a SyntaxError: Unexpected token '{' message whenever I install the Gremishka scriptcard from the link you gave. Any ideas why? Cheers.
Just confirming - you have scriptcards, spawndefaulttoken, and the metascript toolbox installed in your game?
I do indeed
@@JustIT69 Are there any errors in the API console?
@@NickOlivo I haven’t seen any