Page 1 of 1

Adding my custom cube

PostPosted: 07 Apr 2013, 18:48
by dannnnv
Hi there,

Love the program. It's so great!

Is there a way for me to input my cube so I can draft it with some AIs? Any assistance or a point in the right direction would be appreciated!

Thanks!

Re: Adding my custom cube

PostPosted: 08 Apr 2013, 21:18
by RobertAugust
I would like to add I was wondering the same thing.

Re: Adding my custom cube

PostPosted: 09 Apr 2013, 00:03
by gos
You need to put a .dck file in the \res\cube\ folder. It should be called something like MyCube.dck, and be formatted like this:

Code: Select all
[metadata]
Name=MyCube
[main]
1 Akrasan Squire
...
1 Howl of the Night Pack
[sideboard]
Then you need to put a .draft file in the \res\draft\ folder. It should be called something like cube_my.draft, and be formatted like this:

Code: Select all
Name:MyCube
DeckFile:MyCube
IgnoreRarity:True
Singleton:True
LandSetCode:ZEN
                 
NumCards:15
NumSpecials:0
NumMythics:1
NumRares:5
NumUncommons:5
NumCommons:5
NumPacks:3
If you want to be able to play sealed deck games with it, you need a .sealed file in the \res\sealed\ folder - I haven't tried this, but the file juzamjedi.sealed ships with the beta, and looks very similar to the .draft file.

That's it, as far as I can recall.

Re: Adding my custom cube

PostPosted: 12 Apr 2013, 14:25
by myk
Just a heads up, sometime in the future, custom cubes and drafts will go into the user data dir (%APPDATA%/Forge/cubes on windows) so the program dir can be kept pristine, but the code for that hasn't been written yet : )