• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Multiple Portraits?

TaylorBland

Well-known member
I noticed in some games they allow you to have multiple portraits of your hero but in 5e, you only get one. you can add multiple int he main Hero-Lab but only the first one shows up on character sheet.

My coding skills are almost nil so how does one go about being able to add multiple images to one character sheet and where do i modify the Character Sheet output to do so?:confused:
 
It depends on which output you mean. The output generated is html, which is created by applying an .xsl file against the .xml generated by the program. The .xml contains an images node, with an individual image node for each associated picture. The .xsl will have some code to pull the image out and drop it on the page.

All this being said, question #1 is: which output are you trying to use?
Question #2 would be: how would you want to see the different images on a page?
 
Is there a way to get multiple character portraits to print when you print the character sheet?
Right now, when printing the character sheets, or making PDFs, only the primary portrait prints.
Maybe an option for a portrait dossier containing all the character portraits with the primary one also still on the front page of the character sheet?
 
Back
Top