{"id":29390724,"url":"https://github.com/quackster/furnimaxstateextractor","last_synced_at":"2025-07-10T08:09:30.614Z","repository":{"id":303354418,"uuid":"1015189695","full_name":"Quackster/FurniMaxStateExtractor","owner":"Quackster","description":"Provides functionality to extract the maximum number of animation states (MaxStates) from Habbo furni SWF files by analyzing embedded visualization data.","archived":false,"fork":false,"pushed_at":"2025-07-07T06:47:01.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-07T07:32:57.861Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Quackster.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}},"created_at":"2025-07-07T06:22:25.000Z","updated_at":"2025-07-07T06:47:05.000Z","dependencies_parsed_at":"2025-07-07T07:34:10.608Z","dependency_job_id":"4f4f48e9-10f6-4a5f-b301-ae0ba1034567","html_url":"https://github.com/Quackster/FurniMaxStateExtractor","commit_stats":null,"previous_names":["quackster/furnimaxstateextractor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Quackster/FurniMaxStateExtractor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quackster%2FFurniMaxStateExtractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quackster%2FFurniMaxStateExtractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quackster%2FFurniMaxStateExtractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quackster%2FFurniMaxStateExtractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Quackster","download_url":"https://codeload.github.com/Quackster/FurniMaxStateExtractor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quackster%2FFurniMaxStateExtractor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264550447,"owners_count":23626514,"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":"2025-07-10T08:09:30.124Z","updated_at":"2025-07-10T08:09:30.609Z","avatar_url":"https://github.com/Quackster.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FurniMaxStateExtractor\n\nA .NET library for analyzing Habbo furni SWF files and extracting the maximum number of animation states (MaxStates) defined in their embedded visualization XML.\n\n## Features\n\n- Supports compressed (CWS) and uncompressed (FWS) SWF files\n- Extracts embedded binary XML visualization data\n- Parses animation states and returns MaxStates\n\n## Usage\n\n```csharp\nusing HabboFurniTools;\n\n// Extract MaxStates from the SWF\nint maxStates = FurniMaxStateExtractor.GetMaxStatesFromSwf(@\"path/to/your/furni.swf\"=);\n\nif (maxStates == -1)\n{\n    Console.WriteLine(\"No visualization data found or SWF invalid.\");\n}\nelse\n{\n    Console.WriteLine($\"Max states in this furni: {maxStates}\");\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquackster%2Ffurnimaxstateextractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquackster%2Ffurnimaxstateextractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquackster%2Ffurnimaxstateextractor/lists"}