Saturday, 7 November 2020

GM's Binder 01 - Tutorial for new Brewers

 What's GMBinder?

GM binder is a site that helps you create and layout homebrew rpg content.

You'll find the site at www.gmbinder.com

It is mainly oriented towards easily emulating D&D5 layout, but can be used for quite other different styles. Doing D&D5 is easy, so we will only talk about this in this tutorial.


Why use GMBinder?

If you are completely new to the layouting process of a book, RPG book being even harder to layout, it is a good place to start.

GMBinder uses markdown for its primary content which is quite easy to learn, and allows you to use CSS and html for layouting purposes. Those skills are easy to develop using free online tutorials and can be a great asset on your resume (C.V.), so it's definitely not "lost time"

Hey ho ! Let's go !

First you'll need an account. I won't show you that, you're not that stupid...

  1. Create a new document

    There is a button for that on the top right corner of the page

    a) In the popup window, give it a name (you can change it later). I'm gonna make a book version of one of my blog posts.

    I am a premium user, so I'm not sure if you can edit the document setting, but if not, it's OK to use the default anyway.

    b) Just save the document settings.

  1. Erase everything

    You should read the stuff there before, but what you need is a fresh start.

    Create your title
    a) Click on snippets

    b) Select "Part Header (PHB)" ant then click on "Insert"

    c) Type in our document title after the "#" and your subtitle after the "#####"
    In my document it will be :
    <div class='partpage'>

    # Fingal's Cave
    ##### Real places in RPG 05

    </div>


    small explanation:
    outside of the <div class='partpage'> line starting with a # will behave like an HTML <h1> and
    line starting with a ##### will behave like an HTML <h5>.
    In our case, the class "partpage" brings a few extras (like centered text and the nice image around the title)

    After the closing of the div, on a new line, add this text <br><br><br><br><br><br><br><br><br><br> (the number of times you need to insert <br> may vary)

    It is not the best way to have the text not written under the title image, but it is the easiest one. (the better way is to use some <div>-tags)

    1. Write and organise your document

    Now start writing your document.
    Start the Main categories with a "## " at the beginning of the line, and their undercategories with a "### " at the beginning of the line.
    You can go further down through adding another # after that, up until 6#, but you probably won't need that much layers.
    If you don't like one layer, let's say what the GM binder shows with ###, you can always just skip it.
    What is important is CONSISTENCY ! All your titles at ##, and all your subtitles at ##### is OK, as long as you keep it consistent

    1. Add an image

    Click again on snippets and select image
    the following text appears in your editor side:
    <img src='image_url' class='image-location-top-right-bottom-left'>

    Replace the 'image_url' part with a link to your image (you need to host it externally - i recommend imgbb.com, but there are several good alternatives)
    Add in the tag : width='320' to have your image exactly the size of one column (if the image is too high, you can resize the image changing the 320 value)

    In my document, the code looks like that: <img class="image-location-top-right-bottom-left" src="https://i.ibb.co/k1dy6fd/7-X-1-Strange-Marches-OD-D-Cover.png" width="320">

     

    1. Create a column break

    You can add a /columnbreak manually, to skip to the next column at a moment you deem appropriate. GM Binder's does it automatically (most of the times at least), but not really at the best point.
    Try not to have a header or subheader alone at the bottom of the page, insert the column break before...
    You can also add a column break with the snippet button or with the shortcut Ctrl+. (or Cnd+. on mac)
    On a new column, if you are on the first page, you might need to add this text <br><br><br><br><br><br><br><br><br><br> at the beginning of the column too.

    1. Create a page break
    Once your second column is full, you need to enter a page break to go over to the next page and continue there to write.
    You can add a /pagebreak manually, to skip to the next page or /pagebreakNum to skip to the next page AND give the actual page a pagenumber.
    Those can also be found as snippets and can be added with the shortcuts Ctrl+; (or Cnd+;) and respectively Ctrl+' (or Cnd+') on a US keyboard (I know for a fact that it's different on a german keyboard)

    1. Create list

    That's easy: just put a star (*) at the beginning of each line of the list for an unordered list (bullet points)
    For an ordered list (numbers), uses the corresponding button, five buttons farther to the right from "Snippets"

    1. Insert a table

    That's the trickiest i'll show you today.
    It's not particularly complicated, but it's time consuming...

    a) There is a snippet for that (actually 2). Go there and select "Table".

    As a default, the following text appears:

    | d8 | Loot |
    |:---:|:-----------:|
    | 1 | 100gp |
    | 2 | 200gp |
    | 3 | 300gp |
    | 4 | 400gp |
    | 5 | 500gp |
    | 6 | 600gp |
    | 7 | 700gp |
    | 8 | 1000gp |

    First line is the table header.
    Second line describes the orientation of the text in the table (|:...:| means centered, |:...| means justified left and |...:| means justified right)
    each following line is a line in the table.

    b) what about 3 column tables ?
    You will then need to add manually pipes (|) to each line to have a 3 column table.
    example:

    | d8 | Loot |Magical?|
    |:---:|:-----------:|:---:|
    | 1 | 100gp |no|
    | 2 | 200gp |no|
    | 3 | 300gp |no|
    | 4 | 400gp |no|
    | 5 | 500gp |yes|
    | 6 | 600gp |yes|
    | 7 | 700gp |yes|
    | 8 | 1000gp |yes|


    With those basics, you should be able to create your first documents.

    For details and cool shenanigans, i'll probably create new tutorials!

    Have fun !

    Create RPG stuff and share it !

    For the ZIMO community, I've done a workshop on video, a kind of tutorial, of the basics of GMBinder:


I'll do another one with more advanced stuff next week, so if you liked this one, tune in next week to learn how to use GMB for any project, not just D&D stuff !

Friday, 23 October 2020

Laketober day 6 - 10

 I have failed.

I tried on a whim to create a piece of art each day in October, following the Laketober prompts (which were great) but after 10 days, I stoppped.

The main reason was that it took up all my free time and there was no time left for role-playing-games writing and editing.

Still, I'm quite proud of the 10 pieces i've created over the beginning of October, so I decided to at least show you guys the Tarot i've started to create.

Who knows, maybe one day i'll write the corresponding game to that Tarot :-D ...


Laketober Day 6: Death & Immortality

For this prompt I decided to go more in the direction of the immortality, and pictured immediately the Arcane of "The Magician" as a young looking alchemist that has found a way to cheat the process of aging.

I depicted him quite neutrally, even though I think researching immortality is doomed to make you crazy and dangerous (I've written a table on that: D66 Mad wizard's research into immortality)

I'm quite happy how this turned out, but the picture of the alchemist i've used is what makes this picture great (i found it on Unsplash).



Laketober Day 7: Sacrifice & Ritual

I first tried here to picture a ritual and in the process, i thought of picturing what happens when the invoker is not able to keep the demon (or other entity) that he invoked in check.

I present "the devil invoked" - a variation of the 15th major arcana of the tarot - "the Devil"...

"What do you think happen after the invocation, weak mortal?"



Laketober Day 8 : Dogs & Shrimps

I don't know why, but the dog prompt made me research where pets are depicted on the classical illustrations of the Tarot, and well nowhere is there a dog. But somehow, I made a mental connection to Death and imagined what Death's pet would look like...

So, I present "Death and her pet" - a variation of the 13th major arcana of the tarot - "Death"...

What else could Death have as a pet, if not a Cerberus?



Laketober Day 9 : Knife & Matches

My first association to combine Knife and Tarot was to understand Knife as "Blade" and therefore I pictured the Sword of Justice.

I had not a lot of time for this piece, and tried a new technique to create it (one i'll probably will not use again). Still, I like the result.

I present "Hallucinating Justice" - a variation of the 11th major arcana of the tarot - "Justice"...

Do you think Justice is blind or only tripping on LSD??



Laketober Day 10 : Soul & Mask

For me, mask is associated to Carnival, and Venice's carnival is the one that resonnates most with me. While searching for a nice picture of the classical carnival, I stumbled upon a picture of lovers wearing masks and I then knew which Arcana I would depict...

I present "The venitian Lovers" - a variation of the 6th major arcana of the tarot - "The lovers"...

I'm quite proud of the creepiness of the picture, mostly induced by the moon's face and the monolith in the background...



In conclusion

But even though i didn't finish Laketober, i'm really happy about my participation and there is only one piece of art i'm really not proud of ("23 - The time traveller", from my last post).

In the end, i'm sure i've learned stuff, and I've really augmented the pace at which I work, which is a real plus.

I hope you liked the Arcana cards, it's probably never gonna be a complete set, but who knows if next october coming I won't have forgotten how chronophage that was and decide to restart...


And as always, comments welcome !

Tuesday, 6 October 2020

Laketober day 3 - 5

 Laketober 3 to 5

Prompt 3 of laketober probably is the on that inspired me the most, but also may have a longer lasting influence.

The prompts were Voodoo and Tarot, and that last one is what got my creative juice flowing:

I wanna try to create a complete set of Tarot cards (well actually only the Major Arcanas)


Inktober Day 3: Voodoo & Tarot

I decided to interpret the "high Priest" card of the tarot as a voodoo Priest, on the job of creating / enchanting a doll.

I'm not really happy with the sky, but I love the colors!

Here is "The HighPriest working on a doll"


Laketober Day 4: Bait & Fishing

I present "the bait man" - a laktoberified version of the 12th #major #arcana of the #tarot (the Hanged Man)

Since I couldn't find an appropriate "hanged by feet" image to incorporate, i decided... ...to let a friend make a photo of me in the right position.

So yeah, i'm the bait here !

I'm really happy about this one, because it's a complicated piece (much more than I normally do) with 6 parts put togehter but is still homogeneous and  the colors are well balanced (in my opinion).


Laketober Day 5: Future & Past

This one was difficult: I had no real inspiration (nothing inspiring, to be exact) and not a lot of time on my hands (real life is getting in the way)

So I did this piece. It's a collage of 2 disguised photos of me, one Western styled, one SciFi... Sadly, i had not a lot of time to take the pictures i imagined, nor someone to take the picture.

I had to take those on a timer, in my kitchen and quite frankly mostly blindly. The focus was also not on the depth i was myself so I actually need to be proud of the result, considering everything that was against me...

But I'm not really proud of this one... Only proud that it exists, which is still much better than not delivering an image...

This lack of proudness is one of the reason I gave it the name of an unexisting arcana - so i don't have to include it into the Tarot at the end of the month if I really don't like it...



Who's making art right now?

Post you instagrams, twitters and artstations in the comments !