Picto PNG Export Mod
Save pictobox photo as a PNG file to local filesystem directory.
| Last updated | 2 weeks ago |
| Total downloads | 180 |
| Total rating | 2 |
| Categories | Mods |
| Dependency string | Bigmetalhead12-Picto_PNG_Export_Mod-1.3.1 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
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.0README
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:
- Download the NRM file
- Open MM Recomp and select the Mods page
- 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:
- Open the mod menu in MM Recomp
- In the mod menu, click 'Open Mods Folder'
- Go to the parent directory
- Go to the 'mod_data' directory
- Go to the 'MM_PictoPhotos' directory
All photos are saved in this directory.
Toggleable Features
This mod gives you control over how to save the pictobox's photo.
For in-game display options, you have two options:
- Original - Photos are shown as their original grayscale version in the game.
- Color - Photos are shown in color in the game.
For export options, you have 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.
For photo options, you have three options:
- Original - The photo is saved in grayscale with the pictobox resolution (160 x 112)
- Color - The photo is saved in color with the N64 resolution (320 x 240)
- Both - Both types of photos are saved
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 implementing a persisting save for color photos in save file
- To ThatHypedPerson for implementing a method for saving colored photos
- To 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!