* Pendulum Zone: 0~1, starting from the left hand side.
* ./ygopro 0 0 0 1 F F F 8000 5 1 180 0
* The others: 1~n, starting from the bottom.
* 端口(0为随机)
* 禁卡表编号
### Deck edit page:
* 卡片允许
* All numeric textboxs: They support >, =, <,>=, <= signs.
* 决斗模式
* Card name: Search card names and texts by default, $foo will only search foo in card names, and @foo will search cards of "foo" archetype(due to translation, card name contains "foo" does not mean that card is "foo" card).
* 旧规则
* 不检查卡组
### Command-line options:
* 不洗切卡组
*`-e foo.cdb`: Load foo.cdb as the extra database.
* 初始LP
*`-n nickname`: Set the nickname.
* 初始手牌数
*`-h 192.168.0.2`: Set the host to join in LAN mode.
* 每回合抽卡
*`-p 7911`: Set the port to join in LAN mode.
* 每回合时间
*`-w abc`: Set the password to join in LAN mode.
* 录像保存模式
*`-d`: Enter the deck edit page.
*`-d deck`: If used along with `-j` it mean select the deck, or it will open the deck to edit.
*`-c`: Create host with default settings.
*`-j`: Join the host specified in above, or if absent, lasthost in system.conf file.
*`-r`: Enter the replay mode page.
*`-r replay.yrp`: Load the replay.yrp in replay mode.
*`-s`: Enter the single mode page.
*`-s puzzle.lua`: Load the puzzle.lua in single mode.
*`-k`: Keep when duel finished. See below.
#### Note:
*`-c``-j``-e``-r``-s` shoule be the last parameter, because any parameters after it will get ignored.
*`-d``-c``-j``-e``-r``-s` will make YGOPro automatically exit when the duel or deck editing is finished. This is useful for some launchers. If you want to keep it, add `-k` before them.
*`-d``-r``-s` support full path of file, or just filename. But remember deck filename should NOT have extension when replay and single filename MUST have extension.
### Directories:
* pics: .jpg card images(177*254).
* pics\thumbnail: .jpg thumbnail images(44*64).
* script: .lua script files.
* textures: Other image files.
* deck: .ydk deck files.
* replay: .yrp replay files.
* expansions: *.cdb will be loaded as extra databases.