Increased default overmap search radius #36816
Merged
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.
Summary
SUMMARY: Interface "Increased overmap search radius"
Purpose of change
As mentioned in #36789 ,an outright map search radius increase to temporarily fit the gap until a better search algorithm is created that can handle the entire map without causing trouble.
Describe the solution
Duplicating the map radius from OMAPX / 2 to OMAPX, for a 4 times larger area. Most computers at the current time should be able to handle this much without too much trouble, although depending on the end results, this might need to get reverted.
Describe alternatives you've considered
Just using a number for the arbitrary default instead of something derived from OMAPX. As an arbitrary radius anyway, there's little reason why OMAPX needs to be the number used, and a number does allow for greater granularity without looking clunky.
Testing
None, but unless I deleted more than I should or if the code decides that OMAPX isn't a number anymore now that it isn't being divided it shouldn't be necessary.
Additional context
None.