{"id":18870859,"url":"https://github.com/ezfndev/usmapparser","last_synced_at":"2025-09-04T02:31:12.595Z","repository":{"id":103733489,"uuid":"390369334","full_name":"EZFNDEV/usmapParser","owner":"EZFNDEV","description":"Single header only libary to parse .usmap files","archived":false,"fork":false,"pushed_at":"2021-07-28T14:12:34.000Z","size":953,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-05T00:12:30.230Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EZFNDEV.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2021-07-28T13:53:59.000Z","updated_at":"2025-04-03T08:49:10.000Z","dependencies_parsed_at":"2023-10-21T06:00:32.338Z","dependency_job_id":null,"html_url":"https://github.com/EZFNDEV/usmapParser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EZFNDEV/usmapParser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EZFNDEV%2FusmapParser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EZFNDEV%2FusmapParser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EZFNDEV%2FusmapParser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EZFNDEV%2FusmapParser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EZFNDEV","download_url":"https://codeload.github.com/EZFNDEV/usmapParser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EZFNDEV%2FusmapParser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273541896,"owners_count":25124056,"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-09-04T02:00:08.968Z","response_time":61,"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":[],"created_at":"2024-11-08T05:23:20.622Z","updated_at":"2025-09-04T02:31:12.177Z","avatar_url":"https://github.com/EZFNDEV.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# usmapParser\r\nYou can download Fortnite mappings at https://benbot.app/api/v1/mappings\r\n\r\n## Usage\r\nNOTE: You need oo2core_5_win64.dll in your dir\r\n1. Include \"usmapParser.hpp\"\r\n2. Load a usmap (only oodle compressed are supported atm) using `usmapParser::LoadByPath(YOUR_PATH);`\r\n3. Parse the usmap using `usmapParser::Parse();`\r\n4. You can now access Names, Enums and Schemas\r\n\r\n# Names, Enums, Schemas datatype\r\nstatic std::vector\u003cstd::string\u003e Names;\r\nstatic std::vector\u003cEnum\u003e Enums;\r\nstatic std::vector\u003cSchema\u003e Schemas;\r\n\r\n# Structs\r\n\r\nclass FPropertyTag {\r\n    public:\r\n        FPropertyTag* InnerType;\r\n        FPropertyTag* ValueType;\r\n\r\n        EPropertyType Type;\r\n        std::string StructType;\r\n        std::string EnumName;\r\n};\r\n\r\nstruct Property {\r\n    std::string Name;\r\n    uint16_t SchemaIdx;\r\n    uint8_t ArraySize;\r\n    FPropertyTag Data;\r\n\r\n};\r\n\r\nstruct Schema {\r\n    std::vector\u003cProperty\u003e Properties;\r\n    std::string Name;\r\n    std::string SuperType;\r\n    uint16_t PropCount;\r\n};\r\n\r\nstruct Enum {\r\n    std::string Name;\r\n    std::vector\u003cstd::string\u003e ValueNames;\r\n};","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezfndev%2Fusmapparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fezfndev%2Fusmapparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezfndev%2Fusmapparser/lists"}