{"id":20905874,"url":"https://github.com/atom0s/craft_extract","last_synced_at":"2026-02-12T01:17:03.086Z","repository":{"id":175259232,"uuid":"558171967","full_name":"atom0s/craft_extract","owner":"atom0s","description":"Dark Age of Camelot craft information parser and extractor.","archived":false,"fork":false,"pushed_at":"2022-10-27T03:31:32.000Z","size":444,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T11:06:31.036Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://atom0s.com","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atom0s.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["atom0s"],"patreon":"atom0s","custom":"https://www.paypal.me/atom0s"}},"created_at":"2022-10-27T02:54:48.000Z","updated_at":"2024-12-20T18:19:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"32b42193-56a7-4c52-9c75-c9233b4b1345","html_url":"https://github.com/atom0s/craft_extract","commit_stats":null,"previous_names":["atom0s/craft_extract"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atom0s%2Fcraft_extract","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atom0s%2Fcraft_extract/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atom0s%2Fcraft_extract/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atom0s%2Fcraft_extract/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atom0s","download_url":"https://codeload.github.com/atom0s/craft_extract/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249752142,"owners_count":21320448,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-18T13:28:02.863Z","updated_at":"2026-02-12T01:16:58.064Z","avatar_url":"https://github.com/atom0s.png","language":"C++","funding_links":["https://github.com/sponsors/atom0s","https://patreon.com/atom0s","https://www.paypal.me/atom0s"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg width=\"128\" src=\"https://github.com/atom0s/craft_extract/raw/main/repo/daochook.png\" alt=\"daochook\"\u003e\n    \u003cbr/\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://discord.gg/mkfP3XkZZ2\"\u003e\u003cimg src=\"https://img.shields.io/discord/1022736642257211393.svg?style=for-the-badge\" alt=\"Discord server\" /\u003e\u003c/a\u003e\n    \u003ca href=\"LICENSE.md\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-AGPL_v3-blue?style=for-the-badge\" alt=\"license\" /\u003e\u003c/a\u003e\n    \u003cbr/\u003e\n\u003c/div\u003e\n\n**craft_extract** is a tool used to parse and extract the Dark Age of Camelot crafting file information.\n\nThis tool can parse crafting file information for file versions: **v66**, **v67**\n\nWhen extracting, there are options to save the parsed crafting recipes as: **csv**, **json**, **sqlite**, or **plain-text**\n\n## Donations \u0026 Sponsorships\n\n**craft_extract** is released completely free of charge. You can say thanks by donating or via sponsorships.\n\n  * **GitHub Sponsor:** https://github.com/sponsors/atom0s\n  * **Patreon Sponsor:** https://patreon.com/atom0s\n  * **PayPal Donation:** https://www.paypal.me/atom0s\n\n## Usage\n\n**craft_extract** is a command line utility that takes several arguments in order to parse and extract the given input files craft information. _This tool expects you have already extracted the craft file (generally `tdl.crf`) from the main craft information mpk (generally `ifd.mpk`)._\n\n```\nDark Age of Camelot Craft Information Extractor.\n(c) 2022 atom0s [atom0s@live.com]\n\nContact  : https://atom0s.com/\nContact  : https://twitter.com/atom0s\nContact  : https://discord.gg/UmXNvjq - atom0s#0001\nDonations: https://www.paypal.me/atom0s\nDonations: https://github.com/sponsors/atom0s\nDonations: https://patreon.com/atom0s\n\nExtracts binary serialized craft information for DAoC.\nUsage:\n  craft_extract [options...]\n\n  -f, --file arg  The input file to extract craft information from. (ie.\n                  tdl.crf)\n  -o, --out arg   The output file to save the extracted craft information\n                  to.\n  -m, --mode arg  The output file saving mode. (default: 0)\n\nModes:\n  0 - none; will cause help info to display.\n  1 - csv     - Information saved into a comma-separated value file.\n  2 - json    - Information saved into a JSON formatted file.\n  3 - sqlite  - Information saved into an SQLite database file.\n  4 - text    - Information saved into a plain-text file.\n```\n\nExamples of using this tool are:\n\n```\ncraft_extract.exe --file tdl.crf --out crafts.csv --mode 1\ncraft_extract.exe --file tdl.crf --out crafts.json --mode 2\ncraft_extract.exe --file tdl.crf --out crafts.sqlite --mode 3\ncraft_extract.exe --file tdl.crf --out crafts.text --mode 4\n```\n\n## For Developers\n\n**craft_extract** is developed using `Visual Studio Code`. In order to compile the source code, you will need the following:\n\n  * **Visual Studio Code (Insiders)**: https://code.visualstudio.com/insiders/\n    * **Extension:** C/C++\n    * **Extension:** CMake\n    * **Extension:** CMake Tools\n  * **CMake**: https://cmake.org/ _(v3.22.0 or newer!)_\n\n## Legal\n\n**craft_extract** does not claim ownership of any material(s) related to DAoC.\n\n```\nDark Age of Camelot is copyright © 2021 Electronic Arts Inc.\nAll Rights Reserved.\n```\n\nThe reverse engineering done by this repository and its contributors is entirely 'clean room'. We **DO NOT** have or use any leaked source code or other unpublished material. Any contributions made to **craft_extract** **MUST** adhere to the following requirements:\n\n  * You are not employeed by EA, or have been previously, in any capacity.\n  * You do not and have never had any leaked material from EA related to DAoC in any manner.\n  * You do not and have never referenced any leaked or otherwise unreleased material from EA related to DAoC in any manner.\n\nWe **DO NOT** claim ownership of any material or information gathered through the means of reverse engineering the client and its files for this purpose.\n\n## License\n\n**craft_extract** is licensed under GNU AGPL v3\n\nPlease be sure you understand the license before making use of **craft_extract**. This is AGPL, not standard GPL.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatom0s%2Fcraft_extract","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatom0s%2Fcraft_extract","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatom0s%2Fcraft_extract/lists"}