You are viewing a potentially older version of this package. View all versions.
Bigmetalhead12-Picto_PNG_Export_Mod-1.1.0 icon

Picto PNG Export Mod

Save pictobox photo as a PNG file to local filesystem directory.

Date uploaded 3 months ago
Version 1.1.0
Download link Bigmetalhead12-Picto_PNG_Export_Mod-1.1.0.zip
Downloads 31
Dependency string Bigmetalhead12-Picto_PNG_Export_Mod-1.1.0

This mod requires the following mods to function

LT_Schmiddy-RecompExternalPython_for_Zelda64Recompiled-2.0.0 icon
LT_Schmiddy-RecompExternalPython_for_Zelda64Recompiled

A resource for modders. Enables use of Python code and the Python Standard Library within mods, enabling many behaviors that would otherwise require an external library to be compiled.

Preferred version: 2.0.0

README

Majora's Mask Recomp: Pictobox PNG Export Mod

This mod allows the user to save the photo from the pictobox into a local filesystem directory.

LT_Schmiddy's RecompExternalPython (REPY) was used to make this mod.

Installation

To install this mod, follow the instructions:

  1. Download the NRM file
  2. Open MM Recomp and select the Mods page
  3. Click and drag the downloaded NRM file into the game.

Required Download

To run this mod, download the REPY tool and install it into MM Recomp.

Save Location

To locate the directory of the saved photos in your filesystem:

  1. Open the mod menu
  2. Click "Open Mods Folder"
  3. Locate "MM_PictoPhotos"

All photos are saved in the directory.

Toggleable Features

This mod gives you control over how to save the pictobox's photo. In the configuration option of the mod, you can select one of two options:

  • Automatic - Any photo taken with the pictobox, even if it is not saved in the game, is exported into the filesystem directory.
  • Selective - Only photos that are saved in the game are exported into the filesystem directory.

Mod Template

This mod was created using Wiseguy's MMRecompModTemplate.

If you are new to MM Recomp Modding, it is crucial you understand how to work with this template before doing anything else. If you are able to build an NRM from this template on your machine, you are ready to mod the game.

Acknowledgement

  • To LT_Schmiddy for the Python REPY tool and providing coding help
  • To ThatHypedPerson and Celeste for providing coding help

Feedback

If you notice any mistakes or omissions in the documentation, please leave a comment to report the issues. Thanks!

CHANGELOG

CHANGELOG

Version 1.3.1

  • Fixed edge case with displaying in-game photo in color

Version 1.3.0

  • Added option to display in-game photo in color

Version 1.2.0

  • Added option to save photos in color

Version 1.1.1

  • Changed save directory of photos

Version 1.1.0

  • Changed save directory of photos

Version 1.0.1

  • Fixed Title in Readme

Version 1.0.0

  • Initial release