remsg

1.1.0 • Public • Published

remsg

npm npm bundle size node-current

A library for parsing and serializing MSG files for the RE Engine, more specifically for Monster Hunter: Rise.

This library pretty much a port of REMSG_Converter which is based on the work in mhrice.

Usage

import { encodeMsg, decodeMsg } from "remsg"

const data = /* load a msg file */
const json = decodeMsg(data)
const msg = encodeMsg(json)

Readme

Keywords

none

Package Sidebar

Install

npm i remsg

Weekly Downloads

5

Version

1.1.0

License

MIT

Unpacked Size

57.8 kB

Total Files

7

Last publish

Collaborators

  • beequeue