erikogan / madness_cards

Madness Cards for Out of the Abyss
GNU Affero General Public License v3.0
0 stars 0 forks source link

Build issues on ubuntu #2

Open midikko opened 5 years ago

midikko commented 5 years ago

Hi, i'm absolute love your madness-cards idea and thought about using it in my future oota campaign and i would try to translate it into russian because my players is not good in english.

but i faced some issues. when i'm trying to run make, i got

make: *** No rule to make target `cards.pdf', needed by `all'. Stop`

i figured out somehow the way, how things works, and found workaround by manually run fop and xsltproc.

like that

xsltproc --stringparam image_root %directory% -o cards.fo cards-fo.xsl cards.xml

fop -c fonts/userconfig.xml cards.fo cards.pdf

but faced another issue, because i have no idea how to get paper_full.jpg, i guessed that it's pachment_full.png converted to jpg format but than realized that you mentioned both in makefile.

so, i'm stuck. because in the way "paper_full.jpg = pachment_full.png" i got following artifacts

Выделение_007

erikogan commented 4 years ago

Sorry, @midikko. I don‘t know how I missed the notification for this issue from Github. I tend to get swamped by them at work, but this repo should go to my personal account.

I haven’t needed to edit the files here in quite a long time, so my memory is a bit hazy. I tried quite a few card background before my final run. It’s possible I accidentally checked in references to one that is not in the repository (possibly for copyright reasons?)

I’d love to help you make a Russian translated deck! Especially if you‘d be willing to contribute the resulting XML file back to the project. If you haven’t completely given up (10 months later), let’s see if we can figure it out!