You are viewing a potentially older version of this package. View all versions.
YAZMT-Player_Model_Manager_Filesystem_Addon-0.2.1 icon

Player Model Manager Filesystem Addon

File system support for PlayerModelManager.

Date uploaded 11 months ago
Version 0.2.1
Download link YAZMT-Player_Model_Manager_Filesystem_Addon-0.2.1.zip
Downloads 912
Dependency string YAZMT-Player_Model_Manager_Filesystem_Addon-0.2.1

This mod requires the following mods to function

YAZMT-YAZMT_Core-0.1.1 icon
YAZMT-YAZMT_Core

Common functions and data API for Zelda64: Recompiled mods by YAZMT.

Preferred version: 0.1.1
YAZMT-Global_Objects-0.1.1 icon
YAZMT-Global_Objects

Static object references for mods.

Preferred version: 0.1.1
YAZMT-Player_Model_Manager-0.5.0 icon
YAZMT-Player_Model_Manager

Link model replacement API.

Preferred version: 0.5.0

README

Player Model Manager Filesystem Addon

File system support for Player Model Manager.

Allows non-Fast64 player models (".zobj") to be read from here:

<recomp appdata folder>/mod_data/yazmt_z64_playermodelmanager/models/

Some of these models rely on assets from Ocarina of Time, which may cause corrupted textures when they are loaded into Majora's Mask.

To resolve these issues, place a US or JP 1.0, 1.1, or 1.2 OoT ROM into the yazmt_z64_playermodelmanager folder for this mod to extract the needed assets from.

If the extraction is successful, the corrupted textures will display correctly, and two new models, "Adult Link (OOT)" and "Young Link (OOT)", will appear in PlayerModelManager.

CHANGELOG

0.3.3

  • Fix adult models using wrong Fairy Ocarina model

0.3.2

  • Fix nrm version string
  • Minor thunderstore README updates
  • No underlying code changes

0.3.1

  • Fix name on Thunderstore
  • No underlying code changes

0.3.0

  • Bumped PlayerModelManager dependency to 0.5.0
  • OoT equipment is now registered to the model manager
    • Includes child-sized versions of adult equipment and vice-versa
  • Models from the models directory are now sorted alphabetically by display name
  • OoTO Adult models now use OoT Mirror Shield's beam texture if available
  • Subfolders within the models directory will no longer crash
  • Fixed some incorrect internal name truncation behavior

0.2.1

  • Restore creation of mod_data folders

0.2.0 (Pre-Thunderstore)

  • Move models folder from <recomp appdata folder>/mods/playermodelmanager/models/ to <recomp appdata folder>/mod_data/yazmt_z64_playermodelmanager/models/
    • For forward compatibility with the future Recomp file system API

0.1.0 (Pre-Thunderstore)

  • Initial release