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.2.tar.gz
(17.7 kB
view details)
File details
Details for the file PylibMS-0.4.2.tar.gz
.
File metadata
- Download URL: PylibMS-0.4.2.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 | 1b3707b8c42eface712914da82f46532eef183917e8be943fcca57508bbd0079 |
|
MD5 | 9d4a218d57e36cb72200a46cab16ee94 |
|
BLAKE2b-256 | 8386261eb4934d08346fd2b09408819ecdccd2dad6ce6f90303532521cb13c48 |