"Add Output Index" script for old Automapping rules #26
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This script scans a project or a directory for Automapping rules and updates them to ensure they will work consistently with 1.10.3+ Automapping, which changes how empty indices are handled.
In any map that has both empty and non-empty output indices, it gives the empty index a name, so that it stays just a regular random index like it was before 1.10.3, instead of becoming a special "always output" index.
In my own testing (two full-fledged projects, one of which has a truckload of Automapping rules, and a testing project made up of dozens of maps from/for people who needed help on Discord and the forum), only one map actually needed to be changed, according to the report the script outputs to the console. I suspect most people won't actually need this script because I think people tend to name all output indices in maps with multiple indices, but it should provide peace of mind.