{"id":35493005,"url":"https://github.com/wowdev/wow-listfile","last_synced_at":"2026-06-11T01:01:40.035Z","repository":{"id":37548828,"uuid":"47023778","full_name":"wowdev/wow-listfile","owner":"wowdev","description":"A listfile for WoW archived files","archived":false,"fork":false,"pushed_at":"2026-05-28T04:41:39.000Z","size":3114048,"stargazers_count":199,"open_issues_count":0,"forks_count":57,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-05-28T06:26:42.799Z","etag":null,"topics":["world-of-warcraft","worldofwarcraft","wow"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Hyakkimaru/LegionFiles","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wowdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-11-28T13:05:08.000Z","updated_at":"2026-05-28T04:41:36.000Z","dependencies_parsed_at":"2024-05-13T15:02:02.648Z","dependency_job_id":"9b92f991-24a0-47d7-9da9-6d820406df83","html_url":"https://github.com/wowdev/wow-listfile","commit_stats":null,"previous_names":[],"tags_count":872,"template":false,"template_full_name":null,"purl":"pkg:github/wowdev/wow-listfile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wowdev%2Fwow-listfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wowdev%2Fwow-listfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wowdev%2Fwow-listfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wowdev%2Fwow-listfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wowdev","download_url":"https://codeload.github.com/wowdev/wow-listfile/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wowdev%2Fwow-listfile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34177444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["world-of-warcraft","worldofwarcraft","wow"],"created_at":"2026-01-03T16:15:45.708Z","updated_at":"2026-06-11T01:01:40.016Z","avatar_url":"https://github.com/wowdev.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Listfiles\nThis repository contains filenames and tools to generate listfiles for use with World of Warcraft.\n\n## Downloading\nDirect links to the latest released listfiles:  \n- **[community-listfile.csv](https://github.com/wowdev/wow-listfile/releases/latest/download/community-listfile.csv)**  \n- **[community-listfile-withcapitals.csv](https://github.com/wowdev/wow-listfile/releases/latest/download/community-listfile-withcapitals.csv)**\n- **[verified-listfile.csv](https://github.com/wowdev/wow-listfile/releases/latest/download/verified-listfile.csv)**\n- **[verified-listfile-withcapitals.csv](https://github.com/wowdev/wow-listfile/releases/latest/download/verified-listfile-withcapitals.csv)**\n\n## Contributing\nPlease open a [new issue](https://github.com/wowdev/wow-listfile/issues/new/choose) by picking the \"CSV listfile suggestion\" and attaching your suggestions in the form of a .txt file. Do not make pull requests. When accepted, files will be be merged into the community listfile, and any official/verified names merged into the verified listfile.\n\n## Community listfile\nAs of WoW: Battle for Azeroth, many files have lost their lookup hash which allowed us to verify and map filenames for a file. For that reason, a new listfile was created that binds names to file IDs instead. There are 2 different listfiles available, `community-listfile.csv` which is normalized to only contain lowercase filenames and `community-listfile-withcapitals.csv` with varied casing for user friendliness.\n\n### Note on filename \"stability\" in the community listfile\nDue to lookup hashes largely being unavailable we are no longer able to verify the filenames for most files. As such, all files with unverifiable filenames (most files since 8.2) can change their name at any time if a better name is thought of/submitted, especially if the current filename is a placeholder filename (for example by having `unk`, `unknown`, `autogen` or a FileDataID in the name). If you work on/with tools that rely on the filenames in the listfile being \"stable\", please keep this note in mind or use the verified listfile below.\n\n## Verified listfile\nSimilar to the below listfile, but is formatted like the community listfile and is automatically updated with new verified/official names based on lookups in the meta/lookups.csv file (that one is manually updated still, for now). Also has two versions like the community listfile, one with capitals and one without.\n\n## Listfile (listfile.txt)\nThis listfile should only contain verified and/or official names from throughout WoW's history and as such will not have many names from modern WoW expansions. This is not automatically updated nor is it available in releases.\n\n### How to add things to listfile.txt (legacy lookup-based listfile)\n* `./normalize.sh`\n* if `git status` has modifications, `git add listfile.txt \u0026\u0026 git commit -m \"normalisation permutation\"`\n* `cat \u003e\u003e listfile.txt`\n* `./normalize.sh`\n* `git add listfile.txt \u0026\u0026 git commit -m \"$message\"`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwowdev%2Fwow-listfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwowdev%2Fwow-listfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwowdev%2Fwow-listfile/lists"}