{"id":21992605,"url":"https://github.com/beeequeue/remsg","last_synced_at":"2025-04-30T14:24:57.033Z","repository":{"id":255438286,"uuid":"850224489","full_name":"beeequeue/remsg","owner":"beeequeue","description":"A library for parsing and serializing MSG files for the RE Engine","archived":false,"fork":false,"pushed_at":"2025-04-01T13:51:01.000Z","size":370,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-30T14:24:45.688Z","etag":null,"topics":["mhrise","monster-hunter","monster-hunter-rise","re-engine","reframework","remsg"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/beeequeue.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-08-31T07:32:42.000Z","updated_at":"2025-04-01T13:50:20.000Z","dependencies_parsed_at":"2024-09-01T18:19:31.903Z","dependency_job_id":"c06bd88c-506d-484c-a08c-78c66e3ea891","html_url":"https://github.com/beeequeue/remsg","commit_stats":null,"previous_names":["beeequeue/remsg"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeequeue%2Fremsg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeequeue%2Fremsg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeequeue%2Fremsg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeequeue%2Fremsg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beeequeue","download_url":"https://codeload.github.com/beeequeue/remsg/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251720949,"owners_count":21632742,"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":["mhrise","monster-hunter","monster-hunter-rise","re-engine","reframework","remsg"],"created_at":"2024-11-29T20:14:16.072Z","updated_at":"2025-04-30T14:24:57.026Z","avatar_url":"https://github.com/beeequeue.png","language":"TypeScript","readme":"# remsg\n\n[![npm](https://img.shields.io/npm/v/remsg)](https://www.npmjs.com/package/remsg)\n![npm bundle size](https://deno.bundlejs.com/?q=remsg\u0026badge)\n![node-current](https://img.shields.io/node/v/remsg)\n\nA library for parsing and serializing MSG files for the RE Engine, more specifically for Monster Hunter: Rise.\n\nThis library pretty much a port of [REMSG_Converter](https://github.com/dtlnor/REMSG_Converter) which is based on the work in [mhrice](https://github.com/wwylele/mhrice).\n\n## Usage\n\n```typescript\nimport { readFileSync } from \"fs\"\nimport { encodeMsg, decodeMsg } from \"remsg\"\n\nconst data = readFileSync(\"./somefile.msg.23\")\nconst json = decodeMsg(data)\nconst msg = encodeMsg(json)\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeeequeue%2Fremsg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeeequeue%2Fremsg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeeequeue%2Fremsg/lists"}