Java package for editing La-Mulana Remake .msd files.
Latest version: 0.1.0 (March 29, 2020)
Documentation coming soon, but in a nutshell:
- Parse a .msd file using
MsdParse.parse(Path msdPath)to get aStagetree that contains the file's data. - Edit your stage tree data. The
CollisionandLayerclasses have a functional-ishTileMapAPI which simplifies editing their data. - Write your
Stageback to a file usingMsdSerialize.serialize(Stage stage, Path filePath).