CCG Toolkit Card Lock and Deck Collecting

Hi Community,

i want to knwo two things or at least i need a pointer where i can try solve my things:

  1. the documentation CCG is very limited to dive into more customizing. For now i am interested in the unlocking of cards How can i present locked cards and what are methods to unlock these cards by a player? I am mostly interested in unlocking a) a whole deck (maybe sold at a website for example) or be inside the game for example with a key or any other unlock method thats more or less easy to set up.

second thing:
2) I am interested in the approach of the collecting behind the game mechanics. for the start i simply want to provide a simple deck that can be collected and then have available in the game. which blueprints are involved, what other ways can i look up or is there a similar thiing to study out there how to achieve this?

In short terms:
What is a simple and “easy” way to provide locked cards and unlock them by players
what is a simple and “easy” way to make a deck collectible (and/or a single Card) and have them available ingame?

The Toolkit claims to provide a collectible cardgame kit but there are no video tutorials or anything else out there that allow more than adding own cards tied to the rscale setup of the kit.
Even this is crap since the graphics need to be in a ■■■■■■ setup 1024x512 squished and will be scaled insde the logic. if i load a already finalized own card the system rescale them and they look like ■■■■.

is someone able to assist me or hand me some links?

Regards

There’s many ways to do it and any of them would be fine.

In single player it would be as simple as (1) a list of all cards and (2) a list of the cards the player has unlocked.

In multiplayer it will be much more complicated because everything will be server side and fed to the client by some protocol.

thx for this reply. the list should already exist as in the ccg toolkit i bought we create data tables which hold ALL deck cards. Now i need a closer hint or help (yes its a single player at the moment) how to get further. does any link or unreal documentation exist on how i find any starting point since your answer does not give me any clue where to begin in the ccg toolkit. there is an example card provided that is locked but the author of the toolkit does not provide ANY docs further than creating a deck and a ability

I did create my deck and i see my cards and i can play with them but now i want to get into the unlocking. the best would be unlocking a card with a code after purchased on the website or purchase ingame.

Any link where i can find further help? I googled since days and days but i dont know exactly what i really need

thx

1 Like