The Admiral Help

Basic Usage

The application lists the cards available for the Pirates game, and lets you compile them into fleets. It also lets you record which cards you own, so you can build fleets from your available resources. The application isn't, however, a fully-fledged collection manager - it doesn't for instance differentiate between cards of the same name from different editions of the same set (e.g. PofSM/PofSMU).

Some conventions:

Ships

The ships tab lists all the ships in the game. Like other cards, the list can be filtered using the controls above. The ship's rules text is visible as a "tool tip" if you hover the mouse over the rules column. If a fleet is open, a ship can be added to the fleet by left clicking on its name.

The application "understands" how long a move distance is, and so can intelligently sort on this column.

Forts

Forts are treated as ships in the application. Their gold cost is listed instead of their move, and their rules text is prefaced with "(FORT)".

Crew

The crew tab lists all the crew in the game. Some generic crew is included, some isn't - this is due to anomalies in Wizkids own card lists. Generic crew can always be added to a fleet from the fleet tab. Like other cards, the list can be filtered using the controls above. The crew's rules text is visible as a "tool tip" if you hover the mouse over the rules column. If a fleet is open, a crew member can be added to the fleet by left clicking on its name. It can be assigned directly to a ship already in the fleet using the popup menu that is displayed.

Fleets

The Fleets tab lets you create and manage fleets, that is, lists of cards. To create a new fleet, enter a name for the fleet and hit "new". Previously created fleets can be opened or deleted using the buttons provided.

Things to note:

The print button will send a simple view of the fleet to your printer. The export fleet button will save the fleet to a text file of your choosing.

Importing/Exporting

Several options for import and export are provided under the "File" menu.

Export

Import Clear Cards

This deletes all cards in the database. I recommend backing up the file "cards.db" before doing this. This option might be useful if you want to export all the cards, make changes, and import them all again.

File Formats

Here's a guide to the file formats used by the application. These should help you customize the cards in the set, and add new cards, sets and factions.

Cards

A card file contails a list of cards, one per line. Each card is a tab-delimited record, that looks like this:
Ship[tab]78[tab]Asesino de la Nave[tab]0[tab]0[tab]Spanish[tab]Pirates of the Spanish Main[tab]12[tab]Uncommon[tab]When this ship hits an enemy ship, you may also eliminate one cargo from that ship.[tab]The "Ship Killer" is armed with huge bore cannons capable of devastating short-range damage. Capitan Gonzalo Mora first rose to prominence on her deck.[tab]SS-010[tab]3[tab]4[tab]L[tab]2S,2S,2S[tab]
All cards have the following values:
  1. Card type (Ship, Fort, Crew, Event or Treasure)
  2. Card number
  3. Card name
  4. Number owned
  5. Number wanted
  6. Faction (e.g. "American")
  7. Expansion (e.g. "Pirates of the South China Seas")
  8. Points (e.g. 10)
  9. Rarity (e.g. Common, Uncommon, Rare, Super Rare)
  10. Rules (card rule text)
  11. Flavor (card flavor text)
  12. Extra (extra information if needed)

In addition, some individual card types have extra fields:

Ships

  1. Masts (e.g. 4)
  2. Cargo (e.g. 6)
  3. Move (e.g. "L", "S,L", "S,S")
  4. Cannons (e.g. "3S,4S", "2L,2L,2L")

Crew

  1. Link (another card name)
  2. Rank (for flavor where appropriate)

Adding Sets

New sets can be added to the program by creating a file called "sets.txt" in the Admiral's program directory. It should contain lines that look like this:
Pirates of the Mysterious Island,PofMI
Where the first value is the name of the set, and the second the abbreviation to use in the app.

New Factions

New factions can be added as above with a file called "factions.txt". It should look like this:
Mercenary,flag_me_16.png
Where the first token is the name of the Faction, and the second a 16x16 image to use in the interface, also located in the program directory.

Good luck and have fun. Please send bug reports to coljac@coljac.net.