Editing ZDL file format

From LOTR-TCG Wiki
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
=zdl File Format=
=zdl File Format=
The *.zdl file format originated with Zorbec's Decklist Builder, still perhaps one of the best deck builders out there.  The file format is actually just an *.ini file that's been renamed.  Documentation on such a file format can be found [[http://en.wikipedia.org/wiki/INI_file|here]].  Most major programming languages have libraries already set up for interpreting *.ini files, so this is one of the more trivial formats to read.
The *.zdl file format originated with Zorbec's Decklist Builder, still perhaps one of the best deck builders out there.  The file format is actually just an *.ini file that's been renamed.  Documentation on such a file format can be found[[http://en.wikipedia.org/wiki/INI_file|here]].  Most major programming languages have libraries already set up for interpreting *.ini files, so this is one of the more trivial formats to read.


An example deck is below:
An example deck is below:
Line 8: Line 8:
; Deck list generated by Zorbec's DeckList Builder
; Deck list generated by Zorbec's DeckList Builder
;
;
* [General]
[General]
EventName=====
EventName=====
PlayerName=====
PlayerName=====
Line 43: Line 43:
FreePeopleCount=====3
FreePeopleCount=====3
ShadowCount=====3
ShadowCount=====3
* [FreePeople]
[FreePeople]
; 1 x • Sméagol, Poor Creature
; 1 x • Sméagol, Poor Creature
CardID0=====!6C45
CardID0=====!6C45
Line 53: Line 53:
CardID2=====!1C311
CardID2=====!1C311
Qty2=====1
Qty2=====1
* [Shadow]
[Shadow]
; 3 x • Gollum, Old Villain
; 3 x • Gollum, Old Villain
CardID0=====!6C40
CardID0=====!6C40
Qty0=====3
Qty0=====3
* [Notes]
[Notes]
LineCount ===== 0
LineCount ===== 0
* [ScratchPad]
[ScratchPad]
Count=====0
Count=====0


Please note that all contributions to the LOTR-TCG Wiki may be edited, altered, or removed by other contributors. Your writing is liable to be edited mercilessly, so be sure to back up any major claims with links if possible.

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)