Metadata-Version: 2.1
Name: BMPM
Version: 1.4.1
Summary: A program for bulk replacement of BYML map file parameters.
Home-page: https://github.com/SDarkMagic/BMPM
Author: SDarkMagic
Author-email: TheSDarkMagic@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: oead (>=1.1.1)

# BMPM (Botw Map Parameter Manipulator)
 A script for manipulating parameters contained within BotW's map files in bulk.

# Installation
 Copy the ".exe" file to C:/Users/(username)/AppData/local/Programs/Python/scripts/ OR add the directory containing the compiled script to your PATH (Please note that the exe is not up to date)
 <br>
 OR
 <br>
 Use the command "pip install bmpm" from the cli to automatically install the and setup necessarry files
 <br>
 OR
 <br>
 Download a zip of the code and run "python setup.py install" from the cli within the directory containing the files to install and setup the files

# Usage
 The batch file included is for recursively going through directories and editing all "LevelSensorMode" parameters to 1
 For more information on how to use the script, type "bymlMapParamEditor -h" or "bymlMapParamEditor --help"


