Library for Nintendo's LMS file formats (MSBT, MSBP) for Nintendo 3DS and Wii U
Project description
PylibMS
PyLMS is a library built in Python3.10+ for Nintendo's LMS (libMessageStudio) file formats. Intended for games on the Nintendo 3DS and Wii U revisions of the file format. Examples such as:
- Tomodachi Life
- Nintendo Badge Arcade
- The Legend of Zelda: A Link Between Worlds
- Animal Crossing: Amiibo Festival
- Super Mario 3D World
- Super Mario 3D Land.
Features
List and descriptions of support functionality.
MSBT
- Reading and writing of TXT2, LBL1, and ATR1 blocks big and little endian.
- Support for decoding of attributes, given a MSBP.
- Support for decoding of control tags given a preset.
- Example:
<n0.3:00-00-00-FF>
in Kuriimu returns<System:Color: r="0" g="0" b="0" a="255">
.
- Example:
MSBP
- Reading little and big endian MSBP files.
Planned
MSBT
- Reading + Writing of TSY1.
- Second tag decoding mode that only includes tag group and name.
MSBP
- Writing support.
MSBF
- Implement the entire format from FLW3 editor.
Installation
Python version must be >=3.10 and then run:
pip install PylibMS
Usage
See the wiki for explanations and examples on how to use the library.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
PylibMS-0.4.3.tar.gz
(17.7 kB
view details)
File details
Details for the file PylibMS-0.4.3.tar.gz
.
File metadata
- Download URL: PylibMS-0.4.3.tar.gz
- Upload date:
- Size: 17.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56f6927fd0b411c993bac44c97c2440131ab39521c3317774af711a85fbfc167 |
|
MD5 | 34663f0240afa9f0a7fe6ae5f8e1465c |
|
BLAKE2b-256 | 11f0d8c2d205ccf0156c89b239f98e41ed25e566d3c87ad58b0641458f255178 |