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.1.5.tar.gz
(17.6 kB
view details)
File details
Details for the file PylibMS-0.1.5.tar.gz
.
File metadata
- Download URL: PylibMS-0.1.5.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce01cd7808cd36ff8cea43a8e4163bf144bf62ca783b5cdab28722451f4a6543 |
|
MD5 | ccc9e177c4198e0650edfa9bea09d4d3 |
|
BLAKE2b-256 | 6e023ec54f71a1dae37edeb0d16b0a2214dcde1b400818d84c6d1bb917f3c396 |