PyLibMS 3.2.3__tar.gz → 3.2.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pylibms-3.2.3 → pylibms-3.2.4}/PKG-INFO +1 -1
- {pylibms-3.2.3 → pylibms-3.2.4}/PyLibMS.egg-info/PKG-INFO +1 -1
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/project/msbp.py +1 -1
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/project/msbpread.py +0 -1
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/titleconfig/definitions/tags.py +1 -1
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/titleconfig/presets/Tomodachi Life.yaml +47 -47
- {pylibms-3.2.3 → pylibms-3.2.4}/pyproject.toml +1 -1
- {pylibms-3.2.3 → pylibms-3.2.4}/LICENSE +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/MANIFEST.in +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/PyLibMS.egg-info/SOURCES.txt +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/PyLibMS.egg-info/dependency_links.txt +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/PyLibMS.egg-info/requires.txt +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/PyLibMS.egg-info/top_level.txt +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/README.md +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/__init__.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/common/__init__.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/common/lms_datatype.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/common/lms_exceptions.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/common/lms_fileinfo.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/common/stream/fileinfo.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/common/stream/hashtable.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/common/stream/section.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/fileio/encoding.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/fileio/io.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/message/__init__.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/message/definitions/__init__.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/message/definitions/field/__init__.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/message/definitions/field/io.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/message/definitions/field/lms_field.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/message/definitions/lms_messagetext.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/message/msbt.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/message/msbtentry.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/message/msbtio.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/message/section/__init__.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/message/section/atr1.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/message/section/tsy1.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/message/section/txt2.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/message/tag/__init__.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/message/tag/io/param_io.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/message/tag/io/tag_io.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/message/tag/lms_tag.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/message/tag/lms_tagexceptions.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/project/__init__.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/project/definitions/__init__.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/project/definitions/attribute.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/project/definitions/color.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/project/definitions/style.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/project/definitions/tag.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/project/section/ali2.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/project/section/ati2.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/project/section/clr1.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/project/section/string.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/project/section/syl3.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/project/section/tag2.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/project/section/tgg2.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/project/section/tgp2.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/titleconfig/__init__.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/titleconfig/config.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/titleconfig/definitions/__init__.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/titleconfig/definitions/attribute.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/titleconfig/definitions/value.py +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/titleconfig/presets/Badge Arcade.yaml +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/titleconfig/presets/Brain Age Concentration Training.yaml +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/titleconfig/presets/Kirby Planet Robobot.yaml +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/titleconfig/presets/Super Mario 3D Land.yaml +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/titleconfig/presets/Super Mario 3D World + Bowsers Fury.yaml +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/titleconfig/presets/Super Mario Odyssey.yaml +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/titleconfig/presets/The Legend of Zelda Echos of Wisdom.yaml +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/lms/titleconfig/presets/The Legend of Zelda a Link Between Worlds.yaml +0 -0
- {pylibms-3.2.3 → pylibms-3.2.4}/setup.cfg +0 -0
|
@@ -15,7 +15,6 @@ from lms.project.section.syl3 import read_styles
|
|
|
15
15
|
from lms.project.section.tag2 import read_tag2
|
|
16
16
|
from lms.project.section.tgg2 import read_tgg2
|
|
17
17
|
from lms.project.section.tgp2 import read_tgp2
|
|
18
|
-
from PylibMS.lms.project.definitions.color import LMS_Color
|
|
19
18
|
|
|
20
19
|
__all__ = ["read_msbp", "read_msbp_path"]
|
|
21
20
|
|
|
@@ -4295,7 +4295,7 @@ attribute_definitions:
|
|
|
4295
4295
|
description: ''
|
|
4296
4296
|
definitions:
|
|
4297
4297
|
- name: FileID
|
|
4298
|
-
description: ''
|
|
4298
|
+
description: 'The ID (located in the filename) of for the texture of the item.'
|
|
4299
4299
|
datatype: int16
|
|
4300
4300
|
- name: RegionJP
|
|
4301
4301
|
description: 'Flag that determines if the item is enabled for Japenese regions of the game.'
|
|
@@ -4322,28 +4322,28 @@ attribute_definitions:
|
|
|
4322
4322
|
- Disable
|
|
4323
4323
|
- Enable
|
|
4324
4324
|
- name: Price
|
|
4325
|
-
description: ''
|
|
4325
|
+
description: 'The price of the item in the JP version.'
|
|
4326
4326
|
datatype: uint32
|
|
4327
4327
|
- name: PriceUS
|
|
4328
|
-
description: ''
|
|
4328
|
+
description: 'The price of the item in the US version.'
|
|
4329
4329
|
datatype: uint32
|
|
4330
4330
|
- name: PriceEU
|
|
4331
|
-
description: ''
|
|
4331
|
+
description: 'The price of the item in the EU version.'
|
|
4332
4332
|
datatype: uint32
|
|
4333
4333
|
- name: PriceKR
|
|
4334
|
-
description: ''
|
|
4334
|
+
description: 'The price of the item in the KR version.'
|
|
4335
4335
|
datatype: uint32
|
|
4336
4336
|
- name: Shop
|
|
4337
|
-
description: ''
|
|
4338
|
-
datatype:
|
|
4337
|
+
description: 'Determines if the item can be sold at the shop.'
|
|
4338
|
+
datatype: bool
|
|
4339
4339
|
- name: Mii
|
|
4340
4340
|
description: ''
|
|
4341
|
-
datatype:
|
|
4341
|
+
datatype: bool
|
|
4342
4342
|
- name: Food_FirstDaily
|
|
4343
4343
|
description: ''
|
|
4344
4344
|
datatype: uint8
|
|
4345
4345
|
- name: BoxSize
|
|
4346
|
-
description: ''
|
|
4346
|
+
description: 'How large the the item texture will appear when displayed.'
|
|
4347
4347
|
datatype: list
|
|
4348
4348
|
list_items:
|
|
4349
4349
|
- BoxSize_None
|
|
@@ -4351,7 +4351,7 @@ attribute_definitions:
|
|
|
4351
4351
|
- BoxSize_Small
|
|
4352
4352
|
- BoxSize_Big
|
|
4353
4353
|
- name: Effect
|
|
4354
|
-
description: ''
|
|
4354
|
+
description: 'The steam effect of the item.'
|
|
4355
4355
|
datatype: list
|
|
4356
4356
|
list_items:
|
|
4357
4357
|
- None
|
|
@@ -4359,7 +4359,7 @@ attribute_definitions:
|
|
|
4359
4359
|
- Steam01
|
|
4360
4360
|
- Steam02
|
|
4361
4361
|
- name: Food_Type_JP
|
|
4362
|
-
description: ''
|
|
4362
|
+
description: 'The food type of the item for the JP version.'
|
|
4363
4363
|
datatype: list
|
|
4364
4364
|
list_items:
|
|
4365
4365
|
- Japanese
|
|
@@ -4368,7 +4368,7 @@ attribute_definitions:
|
|
|
4368
4368
|
- Dessert
|
|
4369
4369
|
- Drink
|
|
4370
4370
|
- name: Food_Type_USEU
|
|
4371
|
-
description: ''
|
|
4371
|
+
description: 'The food type of the item for both EU and US versions.'
|
|
4372
4372
|
datatype: list
|
|
4373
4373
|
list_items:
|
|
4374
4374
|
- MainDishes
|
|
@@ -4376,7 +4376,7 @@ attribute_definitions:
|
|
|
4376
4376
|
- Refreshments
|
|
4377
4377
|
- Drinks
|
|
4378
4378
|
- name: Food_Type_KR
|
|
4379
|
-
description: ''
|
|
4379
|
+
description: 'The food type of the item for the KR version.'
|
|
4380
4380
|
datatype: list
|
|
4381
4381
|
list_items:
|
|
4382
4382
|
- Korean
|
|
@@ -4392,7 +4392,7 @@ attribute_definitions:
|
|
|
4392
4392
|
- Quantity_Mid
|
|
4393
4393
|
- Quantity_High
|
|
4394
4394
|
- name: Food_Season
|
|
4395
|
-
description: ''
|
|
4395
|
+
description: 'Determines which season the item falls into.'
|
|
4396
4396
|
datatype: list
|
|
4397
4397
|
list_items:
|
|
4398
4398
|
- Season_None
|
|
@@ -4401,94 +4401,94 @@ attribute_definitions:
|
|
|
4401
4401
|
- Season_Autumn
|
|
4402
4402
|
- Season_Winter
|
|
4403
4403
|
- name: Food_Attr_Sweet
|
|
4404
|
-
description: ''
|
|
4404
|
+
description: 'Flag that determines if the food is considered sweet.'
|
|
4405
4405
|
datatype: bool
|
|
4406
4406
|
- name: Food_Attr_Spicy
|
|
4407
|
-
description: ''
|
|
4407
|
+
description: 'Flag that determines if the food is considered spicy.'
|
|
4408
4408
|
datatype: bool
|
|
4409
4409
|
- name: Food_Attr_Salty
|
|
4410
|
-
description: ''
|
|
4410
|
+
description: 'Flag that determines if the food is considered salty.'
|
|
4411
4411
|
datatype: bool
|
|
4412
4412
|
- name: Food_Attr_Sour
|
|
4413
|
-
description: ''
|
|
4413
|
+
description: 'Flag that determines if the food is considered sour.'
|
|
4414
4414
|
datatype: bool
|
|
4415
4415
|
- name: Food_Attr_Oily
|
|
4416
|
-
description: ''
|
|
4416
|
+
description: 'Flag that determines if the food is considered oily.'
|
|
4417
4417
|
datatype: bool
|
|
4418
4418
|
- name: Food_Attr_Cool
|
|
4419
|
-
description: ''
|
|
4419
|
+
description: 'Flag that determines if the food is considered cool.'
|
|
4420
4420
|
datatype: bool
|
|
4421
4421
|
- name: Food_Attr_Hot
|
|
4422
|
-
description: ''
|
|
4422
|
+
description: 'Flag that determines if the food is considered hot.'
|
|
4423
4423
|
datatype: bool
|
|
4424
4424
|
- name: Food_Attr_Awful
|
|
4425
|
-
description: ''
|
|
4425
|
+
description: 'Flag that determines if the food is considered dog water.'
|
|
4426
4426
|
datatype: bool
|
|
4427
4427
|
- name: Food_Attr_Confectionery
|
|
4428
|
-
description: ''
|
|
4428
|
+
description: 'Flag that determines if the food is considered a confectionery.'
|
|
4429
4429
|
datatype: bool
|
|
4430
4430
|
- name: Food_Attr_Fruit
|
|
4431
|
-
description: ''
|
|
4431
|
+
description: 'Flag that determines if the food is a fruit or has fruits as a main ingredient..'
|
|
4432
4432
|
datatype: bool
|
|
4433
4433
|
- name: Food_Attr_Vegetable
|
|
4434
|
-
description: ''
|
|
4434
|
+
description: 'Flag that determines if the food is a vegetable or has vegetables as a main ingredient.'
|
|
4435
4435
|
datatype: bool
|
|
4436
4436
|
- name: Food_Attr_Rice
|
|
4437
|
-
description: ''
|
|
4437
|
+
description: 'Flag that determines if the food is rice or has rice as a main ingredient.'
|
|
4438
4438
|
datatype: bool
|
|
4439
4439
|
- name: Food_Attr_Bread
|
|
4440
|
-
description: ''
|
|
4440
|
+
description: 'Flag that determines if the food is bread or has bread as a main ingredient.'
|
|
4441
4441
|
datatype: bool
|
|
4442
4442
|
- name: Food_Attr_Meat
|
|
4443
|
-
description: ''
|
|
4443
|
+
description: 'Flag that determines if the food is meat or has meat as a main ingredient.'
|
|
4444
4444
|
datatype: bool
|
|
4445
4445
|
- name: Food_Attr_Fish
|
|
4446
|
-
description: ''
|
|
4446
|
+
description: 'Flag that determines if the food is fish or has fish as a main ingredient.'
|
|
4447
4447
|
datatype: bool
|
|
4448
4448
|
- name: Food_Attr_Egg
|
|
4449
|
-
description: ''
|
|
4449
|
+
description: 'Flag that determines if the food is egg or has egg as a main ingredient.'
|
|
4450
4450
|
datatype: bool
|
|
4451
4451
|
- name: Food_Attr_Japanese
|
|
4452
|
-
description: ''
|
|
4452
|
+
description: 'Flag that determines if the food considered Japanese.'
|
|
4453
4453
|
datatype: bool
|
|
4454
4454
|
- name: Food_Attr_Western
|
|
4455
|
-
description: ''
|
|
4455
|
+
description: 'Flag that determines if the food is considered western.'
|
|
4456
4456
|
datatype: bool
|
|
4457
4457
|
- name: Food_Attr_Chinese
|
|
4458
|
-
description: ''
|
|
4458
|
+
description: 'Flag that determines if the food is considered Chinese.'
|
|
4459
4459
|
datatype: bool
|
|
4460
4460
|
- name: Food_Attr_Italian
|
|
4461
|
-
description: ''
|
|
4461
|
+
description: 'Flag that determines if the food is considered Italian.'
|
|
4462
4462
|
datatype: bool
|
|
4463
4463
|
- name: Food_Attr_Noodle
|
|
4464
|
-
description: ''
|
|
4464
|
+
description: 'Flag that determines if the food has noodles as a main ingredient.'
|
|
4465
4465
|
datatype: bool
|
|
4466
4466
|
- name: Food_Attr_Luxury
|
|
4467
|
-
description: ''
|
|
4467
|
+
description: 'Flag that determines if the food is considered luxurious'
|
|
4468
4468
|
datatype: bool
|
|
4469
4469
|
- name: Food_Attr_American
|
|
4470
|
-
description: ''
|
|
4470
|
+
description: 'Flag that determines if the food is considered American.'
|
|
4471
4471
|
datatype: bool
|
|
4472
4472
|
- name: Food_Attr_Asian
|
|
4473
|
-
description: ''
|
|
4473
|
+
description: 'Flag that determines if the food is considered Asian.'
|
|
4474
4474
|
datatype: bool
|
|
4475
4475
|
- name: Food_Attr_British
|
|
4476
|
-
description: ''
|
|
4476
|
+
description: 'Flag that determines if the food is considered British.'
|
|
4477
4477
|
datatype: bool
|
|
4478
4478
|
- name: Food_Attr_French
|
|
4479
|
-
description: ''
|
|
4479
|
+
description: 'Flag that determines if the food is considered French.'
|
|
4480
4480
|
datatype: bool
|
|
4481
4481
|
- name: Food_Attr_German
|
|
4482
|
-
description: ''
|
|
4482
|
+
description: 'Flag that determines if the food is considered German.'
|
|
4483
4483
|
datatype: bool
|
|
4484
4484
|
- name: Food_Attr_Spanish
|
|
4485
|
-
description: ''
|
|
4485
|
+
description: 'Flag that determines if the food is considered Spanish.'
|
|
4486
4486
|
datatype: bool
|
|
4487
4487
|
- name: Food_Attr_Junk
|
|
4488
|
-
description: ''
|
|
4488
|
+
description: 'Flag that determines if the food is considered as junk food.'
|
|
4489
4489
|
datatype: bool
|
|
4490
4490
|
- name: Food_Attr_Korean
|
|
4491
|
-
description: ''
|
|
4491
|
+
description: 'Flag that determines if the food is considered Korean.'
|
|
4492
4492
|
datatype: bool
|
|
4493
4493
|
- name: Food_NTR_ID
|
|
4494
4494
|
description: ''
|
|
@@ -4574,7 +4574,7 @@ attribute_definitions:
|
|
|
4574
4574
|
- '14'
|
|
4575
4575
|
- '15'
|
|
4576
4576
|
- name: Food_Se_Type
|
|
4577
|
-
description: ''
|
|
4577
|
+
description: 'The sound effect played when the food is consumed.'
|
|
4578
4578
|
datatype: list
|
|
4579
4579
|
list_items:
|
|
4580
4580
|
- SE_MII_DRINK
|
|
@@ -4598,7 +4598,7 @@ attribute_definitions:
|
|
|
4598
4598
|
description: ''
|
|
4599
4599
|
datatype: uint8
|
|
4600
4600
|
- name: Treasure_Type
|
|
4601
|
-
description: ''
|
|
4601
|
+
description: 'The type the treasure falls into.'
|
|
4602
4602
|
datatype: list
|
|
4603
4603
|
list_items:
|
|
4604
4604
|
- TreasureToken
|
|
@@ -4636,7 +4636,7 @@ attribute_definitions:
|
|
|
4636
4636
|
description: ''
|
|
4637
4637
|
datatype: int32
|
|
4638
4638
|
- name: Food_FirstCatalog
|
|
4639
|
-
description: ''
|
|
4639
|
+
description: 'Flag that determines if the food will be displayed on the first shop event played on a new save.'
|
|
4640
4640
|
datatype: bool
|
|
4641
4641
|
- name: ForIslanderOnly
|
|
4642
4642
|
description: ''
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "PyLibMS"
|
|
7
|
-
version = "3.2.
|
|
7
|
+
version = "3.2.4"
|
|
8
8
|
requires-python = ">=3.12"
|
|
9
9
|
description = "Python library built for the libMessageStudio (LMS) proprietary file formats from Nintendo. Supports MSBT, MSBP, and MSBF."
|
|
10
10
|
readme = "README.md"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pylibms-3.2.3 → pylibms-3.2.4}/lms/titleconfig/presets/Brain Age Concentration Training.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pylibms-3.2.3 → pylibms-3.2.4}/lms/titleconfig/presets/Super Mario 3D World + Bowsers Fury.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{pylibms-3.2.3 → pylibms-3.2.4}/lms/titleconfig/presets/The Legend of Zelda Echos of Wisdom.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|