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.0.tar.gz
(17.5 kB
view details)
File details
Details for the file PylibMS-0.4.0.tar.gz
.
File metadata
- Download URL: PylibMS-0.4.0.tar.gz
- Upload date:
- Size: 17.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 594c2798ad01d712b3197f52fa9dda7c8e9564a526a45329897e76df629205f2 |
|
MD5 | a2608e51e32d90d8b0f65fe5041bbe77 |
|
BLAKE2b-256 | 47dcc357cc0d7755282de11320d11ea06eb877be066bec474769636690e150c3 |