Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi @quantumodo,

Thank you for your question! You can add a new key deck_folders in the “launch.json” file to modify the default location of the decks. Here’s an example of how to set it up:

{
    "deck_folders": [
        "./deck/",
        "D:\\marvel-lcg\\deck\\"
    ]
}

Please note that this setting is only used for displaying your decks in the “My Deck” section of the deck page.

If you have any further questions, feel free to ask!

Thanks! I take it that you can have multiple folders with decks, right? Is it also true for the images? Can you have the images disrtibuted among various folders? 

Thanks in advance!

Hi @quantumodo,

Yes, you can have multiple folders for your decks by specifying them in the deck_folders key. This also applies to images; you can distribute your images across various folders as well. Just make sure to include the correct paths in your configuration.

If you have any more questions or need further assistance, feel free to ask!

Thanks so much!