How to Upload Decks to Tts From Frogtown

Tabletop Simulator TCG Deck Converter

PkgGoDev build test test-urls

Generate card decks for Tabletop Simulator.

Inspired past decker and Frogtown.

Demo

Features

  • Generate a Tabletop Simulator deck with thumbnail from an existing website or file.

  • Salve the generated deck directly in the Tabletop Simulator Saved Objects.

  • Supports the following games:

    • Magic the Gathering

      • Import from the post-obit websites:

        • https://scryfall.com
        • https://deckstats.cyberspace
        • https://tappedout.net (decks and cubes)
        • https://deckbox.org
        • https://www.mtggoldfish.com
        • https://world wide web.moxfield.com
        • https://manastack.com
        • https://archidekt.com
        • https://aetherhub.com
        • https://www.frogtown.me
        • https://www.cubetutor.com
        • https://cubecobra.com
        • https://mtg.wtf/deck
      • Import from the following file formats:

        • MTGO
        • Magic Loonshit
        • Magic Workstation
        • *.dec
        • Cockatrice (*.cod)
      • Support for transform and meld cards. Implemented using states (press PgUp or PgDown to switch betwixt states).

      • Sideboard and Maybeboard support.

      • Automatically generate the required tokens and emblems for each deck.

      • Option to suspend the Oracle rulings to the menu descriptions.

      • Oversized (Archenemy, Planechase and meld) card support (they'll appear twice every bit big as standard cards).

    • Yu-Gi-Oh!

      • Import from the following websites:

        • https://ygoprodeck.com
        • https://yugiohtopdecks.com
        • https://yugioh.fandom.com links containing a list of cards
      • Import from the following file formats:

        • *.ydk
      • Support for Master Duel (standard) and Rush Duel decks.

    • Pokémon TCG

      • Import from the following file formats:

        • *.ptcgo
    • Cardfight!! Vanguard

      • Import from the following websites:

        • https://en.cf-vanguard.com/deckrecipe
        • https://cf-vanguard.com/deckrecipe
        • https://cardfight.fandom.com links containing a list of cards
    • Custom cards

      • You can create custom decks from a listing of image URLs or local paths, using the format
        <Count> <Image URL or path> (<Card name>):
                        one https://example.com/cards/card1.png (Carte Proper name 1) iv https://example.com/cards/card2.png (Card Name two) 2 C:\Users\User\Documents\Cards\card3.png (Card Proper name 3) C:\Users\User\Documents\Cards\card4.png                                  

      Count is optional and defaults to 1, Card proper noun is also optional. This will create a deck composed of 1 card1.png, 4 card2.png, two card3.png and 1 card4.png (with no proper name).

  • Available every bit a command-line application and a GUI (built using Fyne).

  • Power to customize the dorsum of the cards.

  • No external tool required. Yous just need to run the provided executable.

  • Template fashion

    By default, each menu will have information technology's own image, retrieved from Scryfall, YGOPRODeck or https://pokemontcg.io/.
    Information technology's besides possible to create a card sheet template (like what decker is doing). The template tin be uploaded to Imgur automatically, or you can upload it manually to an image hosting site and update the FaceURL values in the deck's JSON file.

Supported platforms

  • Windows 7 or later on
  • macOS 10.xi or later
  • Linux 2.6.23 or later

Download

The latest release can be downloaded hither.

Download the archive for your platform, extract it and run the program. No installation is required.

If you desire the latest master build, go here, click on the topmost job, then download the advisable package for your machine from the artifact listing (due east.g. tts-deckconverter-gui-windows-amd64 for the Windows GUI or tts-deckconverter-windows-amd64 for the Windows control-line interface).

Building

Go 1.thirteen or newer is required.

Command-line tool
          go build ./cmd/tts-deckconverter                  

This will generate an executable called tts-deckconverter.

GUI

Install the dependencies required by Fyne, listed here.

          go build ./cmd/tts-deckconverter-gui                  

This volition generate an executable chosen tts-deckconverter-gui.

CLI usage

          $ ./tts-deckconverter -h  Usage: tts-deckconverter TARGET  Flags:   -dorsum string         card back (cannot be used with "-backURL"):   -backURL string         custom URL for the carte backs (cannot be used with "-back")   -chest string         save to the Tabletop Simulator chest folder (utilise "/" for the root binder) (cannot be used with "-output")   -meaty         don't indent the resulting JSON file   -debug         enable debug logging   -format string         format of the deck (normally inferred from the input file proper noun or URL, but required with stdin)   -fashion string         available modes: mtg, pkm, ygo, cfv, custom   -name string         name of the deck (unremarkably inferred from the input file name or URL, just required with stdin)   -pick value         plugin specific option (tin can have multiple)         mtg:             quality (enum): image quality (default: normal)             rulings (bool): add together the rulings to each bill of fare clarification (default: fake)         pkm:             quality (enum): image quality (default: hires)         ygo:             format (enum): duel format (default: Master Duel)         cfv:             lang (enum): Language of the cards (default: en)             vanguard-outset (bool): Put the offset vanguard on top of the deck (default: true)         custom: no choice available   -output string         destination folder (defaults to the electric current binder) (cannot be used with "-chest")   -template cord         download each images and create a deck template instead of referring to each prototype individually. Cull from the following uploaders:             imgur: Upload the template(southward) anonymously to Imgur.             transmission: Let the user manually upload the template.   -version         brandish the version information                  
Usage examples
  • Generate Celestial Arrmy.json under the TTS Saved Objects folder (%USERPROFILE%/Documents/My Games/Tabletop Simulator/Saves/Saved Objects on Windows), with normal size images from Scryfall and ruling information in the carte du jour's description:

                  tts-deckconverter -chest / -pick quality=normal -selection rulings=true https://world wide web.mtggoldfish.com/deck/2062036#paper                          
  • Generate Test Deck.json under the decks folder:

                  tts-deckconverter -mode mtg -output decks "Examination Deck.txt"                          
  • Generate Starter Deck: Codebreaker.json under the YGO/Starter binder in the TTS Saved Objects:

                  tts-deckconverter -breast /YGO/Starter "Starter Deck: Codebreaker.ydk"                          
  • Generate a single card from the standard input:

                  echo "1 Black Lotus" | tts-deckconverter -mode mtg -name "Blackness Lotus" -                          

Aknowledgements

Icon and card backs created using the YGO Carte du jour Template (© 2017 - 2020 HolyCrapWhiteDragon).

elderfecrused.blogspot.com

Source: https://pkg.go.dev/github.com/jeandeaual/tts-deckconverter

Belum ada Komentar untuk "How to Upload Decks to Tts From Frogtown"

Posting Komentar

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel