Skip to content

A automatic mip-disabling tool for bfres files in Zelda: Breath of the Wild.

License

Notifications You must be signed in to change notification settings

CEObrainz/Botw-AutoMipping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Botw-AutoMipping

Requires Python 3.5 or greater.

A automatic mip-disabling tool for bfres files in Zelda: Breath of the Wild.

Simply drag the script and the bfres model you want to modify into command line and it will do its magic. Note that if you don't put a space between the program and the bfres file it won't work.

Note: This script is for model files only, don't use with with texture files (ending with tex1.bfres or tex2.bfres).

C:\Location_Of_Folder> BOTW-AutoMips.py Model_File.bfres

This program also supports the use of multiple files at once. Be sure that there is a space between every file in command line or it won't work (support for this will come in the future)

Troubleshooting

If you have trouble using this tool on a windows system, there is a possibility that your registry is preventing you from using python scripts in the command line.

Modifying the following two registries so that the arguments are passed along to Python:

HKEY_CLASSES_ROOT\Applications\python.exe\shell\open\command

HKEY_CLASSES_ROOT\py_auto_file\shell\open\command

Add %* to the existing "C:\PythonXX\python.exe" "%1", so that the key now looks like: "C:\PythonXX\python.exe" "%1" %*.

About

A automatic mip-disabling tool for bfres files in Zelda: Breath of the Wild.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages