Make a small donation to Ye Olde Inn!
Every cent received goes toward Ye Olde Inn's maintenance and allows us to continue providing the best resources for HeroQuest and Fantasy Gaming fans.

Make a small donation to Ye Olde Inn!
Every cent received goes toward Ye Olde Inn's maintenance and allows us to continue providing the best resources for HeroQuest and Fantasy Gaming fans.


Baylor_OgreBane wrote:I managed to zoom in to 500% without seeing a single pixel, except on the banner image, because as you said it's not a vector.
Great work Whitebeard.





StratosVX wrote:I use Mac computers and I always export the maps from HeroScribe as eps files. I then use Pages (word processor) to make the quests so that what I make is 99% vector graphics. I much prefer that over using raster images as vectors are neater and crisper (besides you can zoom in if your eye sight isn't the best and you won't lose quality). The covers are raster images, the background for the quest description text is a raster image and the alchemist sign is too. Other than that, everything is vector.
\documentclass[letterpaper]{HeroQuest} % paper size options are "letterpaper" and "a4"
\begin{document}
\HQdrawmap{MyMap.pdf} % your map from HeroScribe
\HQdrawparchment[height=9cm]{parchment.pdf} % you may need to manually iterate to figure out how tall the parchment background should be (it is different for each quest). Ideally this can be automated as well.
\HQquestnumber[on]{2} % add a Quest number (or turn off if none)
\HQtitle[oneline]{The Rescue of Sir Ragnar} % the title
\HQsummary{Sir Ragnar has been captured…}
\HQnotes[10pt]{ % a font size is included because sometimes there is a lot of text and things need to be smaller to fit on one page. Long quests will automatically extend to additional pages.
\HQnoitem{Sometimes there is text without an associated Map location. Things like, ``All traps in this quest cause twice as much damage.''}
\HQitem[A]{This is Sir Ragnar's cell.}
\HQitem[B]{The first hero who searches this room will find Sir Ragnar's sword on the weapon rack.}
\HQitem[X]{Balur the Fire Mage does not belong in this quest but we put him here anyways. He has the following spells...}
\HQmonster{MonsterName}{Movement}{Attack}{Defend}{Body}{Mind} % where the text should be replaced by the actual numbers and the table is drawn automatically.
\HQitem[XX]{Balur's brother Falur sits here. He knows nothing of his brother's treachery and knows no magic. He will not attack unless attacked first.}
\HQmonster{Falur}{8}{2}{3}{5}{8} % this is how you really add a monster.
} % end of notes section
\HQwanderingmonster{Orc}{imagefilename} % images are ideally the SVG / PDFs taken from HeroScribe.
% to use a special wandering monster comment out the previous line and use this instead
%\HQspecialwanderingmonster{Olar's Ghost appears and is very confused}
\end{document}

whitebeard wrote:The nice thing about LaTeX is the automatic text formatting, column wrapping, etc.


StratosVX wrote:whitebeard wrote:The nice thing about LaTeX is the automatic text formatting, column wrapping, etc.
I made a template just for this reason. I just drag and drop my images, and I can copy and paste the text when I'm converting the old text file and jpg quests that are in the archives. Speaking of, I need to finish those...

whitebeard wrote:Very nice! So no luck getting a vector graphics version of the parchment banner? I was pretty close to having one, but the "no alpha channel" requirement for PDFTeX stopped me from moving forward. You can go 100% vector graphics for quests once you have this!
You really should post you Pages template. I looked Pages up on the app store, it's only $20.




Return to Quests and Quest Packs
Users browsing this forum: No registered users and 0 guests