{"id":18246652,"url":"https://github.com/datvm/subnauticaextractor","last_synced_at":"2025-10-16T05:09:55.679Z","repository":{"id":40899698,"uuid":"229398507","full_name":"datvm/SubnauticaExtractor","owner":"datvm","description":"A personal fun project for extracting and mining game data of Subnautica. Compatibility with Sub-zero unknown.","archived":false,"fork":false,"pushed_at":"2022-12-08T09:28:15.000Z","size":267,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-05T15:39:14.790Z","etag":null,"topics":["subnautica"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datvm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.MD","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-21T08:21:20.000Z","updated_at":"2025-01-08T15:34:34.000Z","dependencies_parsed_at":"2023-01-25T17:46:24.622Z","dependency_job_id":null,"html_url":"https://github.com/datvm/SubnauticaExtractor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/datvm/SubnauticaExtractor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datvm%2FSubnauticaExtractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datvm%2FSubnauticaExtractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datvm%2FSubnauticaExtractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datvm%2FSubnauticaExtractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datvm","download_url":"https://codeload.github.com/datvm/SubnauticaExtractor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datvm%2FSubnauticaExtractor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279158387,"owners_count":26116256,"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","status":"online","status_checked_at":"2025-10-16T02:00:06.019Z","response_time":53,"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":["subnautica"],"created_at":"2024-11-05T09:27:10.009Z","updated_at":"2025-10-16T05:09:55.648Z","avatar_url":"https://github.com/datvm.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"This repository is for a tool I created that extracts and show-cases information from the game Subnautica. A web version is hosted here: [https://subnautica.lukevo.com/](https://subnautica.lukevo.com/).\n\n# Data Dump\n\nI think it is helpful for wiki editor to get the data you need. Currently I am only extracting data from `CraftData` class, but I will add more in the future. You can download it in [DataDump folder](https://github.com/datvm/SubnauticaExtractor/tree/master/DataDump). You can either use the JSON files and the SQLite database, whichever is better for you.\n\n# Extraction Script\n\nThis is the script I used to extract the data. You will need .NET Framework 4.7.2.\n\n**IMPORTANT:** The script itself does not prompt any input upon running, so you need to configure it with the `options.json` file before running:\n\n```\n{\n    \"GameFolder\": \"F:\\\\Game\\\\SteamLibrary\\\\steamapps\\\\common\\\\Subnautica\",\n    \"OutputFolder\": \"D:\\\\Temp\\\\Subnautica\\\\RawData\",\n    \"ExportToDatabase\": true,\n    \"ExportToFiles\": true,\n    \"AddTildeForUnusedNames\": true,\n    \"ExportUnusedData\": true\n}\n```\n\n*GameFolder*: the folder of the game. The script will look for `Subnautica_Data\\Managed\\Assembly-CSharp.dll` file in that folder.\n\n*OutputFolder*: the folder to output the data files.\n\n*ExportToDatabase*: export to a SQLite database.\n\n*ExportToFiles*: export to JSON files.\n\n*ExportUnusedData*: export **all** data, regardless of my script using it or not.\n\n*AddTildeForUnusedNames*: if you set `ExportUnusedData` to true, when exporting such data, the script will add a tilde (~) at the beginning of the file/table name so when you sort, important names are together.\n\n# Material Calculator and Information Website\n\nI also have an ASP.NET Core 3.0 website that uses the JSON files as data to showcase what the scripts do. It has a Material Calculator and a \"wiki-styled\" page (although I do not think it's very useful with current information). Feel free to use it however you see fit.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatvm%2Fsubnauticaextractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatvm%2Fsubnauticaextractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatvm%2Fsubnauticaextractor/lists"}