Page 1 of 1

Ark Nova empty card template

Posted: 04 September 2023, 21:16
by Monkeyunit
They have made 2 online only "promo" cards.
I would love to make a physical promo card for a friend who is getting married.
( Wedding Chapel)

I started making it from an image screengrabbed and erasing all the stuff I don't need, but it would be much cleaner if I had the empty canvas so to speak.

Anyone know if this is available somewhere?

Re: Ark Nova empty card template

Posted: 04 September 2023, 23:52
by JDansp
ask "darcelmaw" on bga, he's done a lot of custom cards

Re: Ark Nova empty card template

Posted: 05 September 2023, 10:30
by pjt33
The cards in the BGA implementation are built up by the browser, so if you poke around with the browser's debugging tools you can get most of the resources you need. E.g. the card backgrounds are at https://x.boardgamearena.net/data/theme ... rounds.jpg and the blue background behind the sponsor card name is

Code: Select all

linear-gradient(90deg, #6596c0, #006999 50%, #6596c0)

Re: Ark Nova empty card template

Posted: 10 September 2023, 16:44
by Paumenn

Re: Ark Nova empty card template

Posted: 14 September 2023, 13:00
by Arivald_PL
This card maker is pretty sweet. Its super easy to use and I really like it.

Re: Ark Nova empty card template

Posted: 14 September 2023, 22:38
by Tisaac
Paumenn wrote: 10 September 2023, 16:44 https://ark-nova.ender-wiggin.com/diy
This website is actually based on BGA display from what I can see in the code.
Too bad they didn't gave credit for that, it took me quite some time to recreate the cards layout.
Very great tool otherwise!

Re: Ark Nova empty card template

Posted: 14 September 2023, 23:18
by pjt33
Arivald_PL wrote: 14 September 2023, 13:00 This card maker is pretty sweet. Its super easy to use and I really like it.
Nice photo, but Tisaac's comment is somewhat evident in the {AssociationCard} which hasn't been substituted with the symbol.

Re: Ark Nova empty card template

Posted: 15 September 2023, 10:11
by Ender_Wiggin
Tisaac wrote: 14 September 2023, 22:38
Paumenn wrote: 10 September 2023, 16:44 https://ark-nova.ender-wiggin.com/diy
This website is actually based on BGA display from what I can see in the code.
Too bad they didn't gave credit for that, it took me quite some time to recreate the cards layout.
Very great tool otherwise!
Hi Tisaac, thanks for your feedback. I mentioned the credit at the BGG post https://boardgamegeek.com/thread/311432 ... nd-multi-l but forgot to add it at website itself, I will update it soon.

Re: Ark Nova empty card template

Posted: 15 September 2023, 10:47
by Ender_Wiggin
pjt33 wrote: 14 September 2023, 23:18
Arivald_PL wrote: 14 September 2023, 13:00 This card maker is pretty sweet. Its super easy to use and I really like it.
Nice photo, but Tisaac's comment is somewhat evident in the {AssociationCard} which hasn't been substituted with the symbol.
I also fix this bug now. Btw, BGA style is used in this website but the whole render logic is all wrote by myself (credit is updated on About page). In this way users can create their own cards and view the Marine Worlds cards in advanced :)

Re: Ark Nova empty card template

Posted: 15 September 2023, 15:18
by Tisaac
Ender_Wiggin wrote: 15 September 2023, 10:47
pjt33 wrote: 14 September 2023, 23:18
Arivald_PL wrote: 14 September 2023, 13:00 This card maker is pretty sweet. Its super easy to use and I really like it.
Nice photo, but Tisaac's comment is somewhat evident in the {AssociationCard} which hasn't been substituted with the symbol.
I also fix this bug now. Btw, BGA style is used in this website but the whole render logic is all wrote by myself (credit is updated on About page). In this way users can create their own cards and view the Marine Worlds cards in advanced :)
Thanks for updating the About page :)