marcrobledo / savegame-editors

A compilation of console savegame editors made with HTML5 technologies.
https://www.marcrobledo.com/savegame-editors/
Other
1.11k stars 228 forks source link

Add support for editing BOTW enemy kill counts #65

Open BtEtta opened 6 years ago

BtEtta commented 6 years ago

Throughout Breath of the Wild killing enemies increments kill counters (capped at 10 in most instances), for some enemy types these kills contribute points to a value used for scaling up enemy types and weapon drops — in certain circumstances some things may no longer be available to collect or photograph (except for buying the photo) for the compendium due to this scaling value.

I've located the values in my v1.3 Switch file which contain these kill counters and successfully been able to revert my scaling progress as a result.

I've loosely documented what I could find here: https://docs.google.com/spreadsheets/d/1-e8izXN6sB4OSWtIqIcL1-bJ77yIOx-S46NQP_utNNs/edit?usp=sharing

Note that (assuming the data mining done for these hidden values is correct) not all enemy types actually contribute anything to scaling even though kills are still tracked.

marcrobledo commented 6 years ago

Nice findings! These values can be edited in master editor for now.

A button to reset values could be added to the editor in a future. I'll leave the issue open just in case someone feels like adding it :-)