*

Recent Topics

Author Topic: Card Editor with Pulp Alley cards  (Read 11992 times)

Offline Gulix

  • Assistant
  • Posts: 43
Re: Card Editor with Pulp Alley cards
« Reply #15 on: 01 July 2016, 08:06:28 AM »
Yep, that's it !  ;)

But you could also use a Numeric Input field to let the user set the font size (in the fields) :

Code: [Select]
"fields": [
    { "name": "skillsFontSize", "label":"Font size for Skills", "default": 20, "type": "number" }
]

And then, in the canvasFields, use this variable :

Code: [Select]
"canvasFields": [
    {"type":"textbox","width":330,"left":5,"top":260,"fontSize":"&skillsFontSize","text":"$description$","styles":"£description"}
]

But I think an Options field will be more suited. But for the moment, they can't return a numeric value. So it will be an evolution to make, and a card to update !

Offline ojdota

  • Bookworm
  • Posts: 77
Re: Card Editor with Pulp Alley cards
« Reply #16 on: 01 July 2016, 06:55:38 PM »
Alright Ill have to try that, thanks for the reply

Offline Gulix

  • Assistant
  • Posts: 43
Re: Card Editor with Pulp Alley cards
« Reply #17 on: 02 July 2016, 10:37:45 AM »
Here's a glimpse of what's to come :



That's new UI I'm working on, and you can try it if you want. Just download the sources at this address : https://github.com/Gulix/geckos/tree/skeletonsWithTabs

Offline d phipps

  • Galactic Brain
  • Posts: 4655
  • Pulp Alley
    • Pulp Alley
Re: Card Editor with Pulp Alley cards
« Reply #18 on: 05 July 2016, 09:34:36 PM »
Looks like it is really coming along. Very cool!  ;)

Offline Gulix

  • Assistant
  • Posts: 43
Re: Card Editor with Pulp Alley cards
« Reply #19 on: 30 July 2016, 08:05:06 AM »
A new release with the first Beta of Geckos.

New UI, new fields (List with images, Color Picker, ...), new functions (Shared options, description of template, ...)

Still more to come, of course ^^.

All the informations on the release page : https://github.com/Gulix/geckos/releases/tag/v0.1.0

Offline d phipps

  • Galactic Brain
  • Posts: 4655
  • Pulp Alley
    • Pulp Alley
Re: Card Editor with Pulp Alley cards
« Reply #20 on: 02 August 2016, 11:48:55 PM »
THANKS for the update. Got to check it out!  ;)

Offline Gulix

  • Assistant
  • Posts: 43
Re: Card Editor with Pulp Alley cards
« Reply #21 on: 03 August 2016, 08:14:57 AM »
I'm getting back into creating cards, to change from only developing the software.
And as I need them, I'm going to do Pulp Alley cards.
Already available is a template with classic character card in both english & french (here). Don't try it on the demo yet, it won't work  :D. I still got some minor issues to complete before releasing a new minor version.

And I'm planning to use this card as a base for other style of card (sci-fi/40K, fantasy, ...).

Also, Fortune Cards and other kind of cards should be added soon. I will need them translated to play with my fellow french gamers.

Offline Gulix

  • Assistant
  • Posts: 43
Re: Card Editor with Pulp Alley cards
« Reply #22 on: 03 August 2016, 11:48:22 AM »
Updated demo is now live !

The major upgrade is the Multiple Style / Style Inheritance functionality. A good way to get translated styles in a template, or themed styles. Look at the Templates for examples.

The Pulp Alley template now has two styles : english / français. And I can work on my 40K style, which will be added to this template.

The release notes : https://github.com/Gulix/geckos/releases/tag/v0.1.1

Offline pistolpete

  • Mad Scientist
  • Posts: 844
  • Rent money is for rent - telly savalas
Re: Card Editor with Pulp Alley cards
« Reply #23 on: 03 August 2016, 02:11:44 PM »
be careful that a certain corporate monolith doesn't get wind of it as they'll make you shut it down since they own the IP for anything remotely related to 40k (including "40k").

Offline Gulix

  • Assistant
  • Posts: 43
Re: Card Editor with Pulp Alley cards
« Reply #24 on: 18 August 2016, 01:13:43 PM »
Well, I didn't find a way to make a 40k-style card.
So I looked the existing cards on the internet.
And I really liked the one by BaronVonJ : http://baronvonj.blogspot.fr/2013/04/pulp-alley-leagues-rosters.html

So I made a SVG variant of these cards, and put them in my editor.
Here's an example of a B&W version. I'll see later for coloured variants.



The font size of the description / abilities will need some refining. Also, I'm thinking of putting a "caption" area.
Right now, it's not available through the editor, cause it uses functions not available in the demo page. This weekend, I'll made available a new version of the beta with new functions, and this template will be available.

Any comments are welcome !

Offline Gulix

  • Assistant
  • Posts: 43
Re: Card Editor with Pulp Alley cards
« Reply #25 on: 19 August 2016, 02:10:23 PM »
Here's the "Fortune Card" template that goes with it :



Why remaking the Fortune Cards ? Well, I'm playing in French, so I'll translate the cards (and the Solo cards) to play easily. And with those two templates, my "cards collection" will be consistent.

The Rewards cards will follow the same theme.

Offline pistolpete

  • Mad Scientist
  • Posts: 844
  • Rent money is for rent - telly savalas
Re: Card Editor with Pulp Alley cards
« Reply #26 on: 20 August 2016, 12:30:13 AM »
Indy jones seems OP to me; at least for pulp alley. But I do like the layout.

Offline Gulix

  • Assistant
  • Posts: 43
Re: Card Editor with Pulp Alley cards
« Reply #27 on: 20 August 2016, 09:38:40 AM »
Well, Indy was just a test. I did not check if he was over-powered or not, I must admit  ::)

Offline FramFramson

  • Elder God
  • Posts: 10810
  • But maybe everything that dies, someday comes back
Re: Card Editor with Pulp Alley cards
« Reply #28 on: 20 August 2016, 05:05:07 PM »
He's made using the standard rules and with the standard abilities though...  lol

Seems fair game to me. Obviously there are stronger and weaker ability combinations, but most leaders are going to be very strong characters anyway by virtue of the way PA league building works.
« Last Edit: 20 August 2016, 05:06:53 PM by FramFramson »


I joined my gun with pirate swords, and sailed the seas of cyberspace.

Offline d phipps

  • Galactic Brain
  • Posts: 4655
  • Pulp Alley
    • Pulp Alley
Re: Card Editor with Pulp Alley cards
« Reply #29 on: 20 August 2016, 08:16:50 PM »
Looking good, Gulix. Thanks for the update.


HAVE FUN

 

Related Topics

  Subject / Started by Replies Last post
57 Replies
10261 Views
Last post 30 June 2013, 01:28:14 AM
by d phipps
0 Replies
1123 Views
Last post 29 January 2015, 08:16:30 PM
by d phipps
4 Replies
1590 Views
Last post 05 September 2015, 08:03:27 PM
by Gunbird
3 Replies
1758 Views
Last post 21 December 2015, 03:26:44 AM
by FramFramson
8 Replies
2083 Views
Last post 06 September 2017, 10:29:21 PM
by Davies