Location Search Settings

Search quickly for a location on the Region Map.

Overview

These settings allow you to modify some parameters and conditions for the Location Search Feature.

To make the list include Points of Interests as well you can use the LINK_POI_TO_MAP Setting.


Whether you want to enable or disable the Location Search Feature

CAN_LOCATION_SEARCH = true 

Possible Values:

  • true or 0 = Enabled: the Feature can be used. (default)

  • false or -1 = Disabled.

  • Switch ID = Enables this Feature when the set Game Switch ID is ON.


Whether you want to include Unvisited Maps in the Search List.

INCLUDE_UNVISITED_MAPS = false

Possible Values

  • true: Includes Unvisited Locations in the list.

  • false: Excludes Unvisited Locations in the list. (default)

The maps that are listed are used from the townmap pbs so not every single game map is included in the list.


Set the minimum of maps that have to be visited before this feature can be used (has no effect when you enabled the setting above).

MINIMUM_MAPS_COUNT = 10

Possible values:

  • Any number above 0.

This Setting won't have much effect if you set INCLUDE_UNVISITED_MAPS to true since the list will always be the maximum.


Choose the button that needs to be pressed to open the list of Locations.

LOCATION_SEARCH_BUTTON = Input::SPECIAL

Possible values:

  • Input::ACTION

  • Input::SPECIAL

  • Input::USE

  • Input::JUMPUP

  • Input::JUMPDOWN


Choose the button that needs to be pressed to open the search box while the Location Search Feature is Active.

Be careful to not set the same button as the LOCATION_SEARCH_BUTTON as it might gives conflicts otherwise.

QUICK_SEARCH_BUTTON = Input::ACTION

Possible values:

  • Input::ACTION

  • Input::SPECIAL

JUMPUP, JUMPDOWN and USE can't be used as these buttons are used by the choice menu itself by default (set by Essentials itself).


Choose the button that needs to be pressed to sort the locations in the given list when the Location Search Feature is Active.

ORDER_SEARCH_BUTTON = Input::SPECIAL

Possible values:

  • Input::ACTION

  • Input::SPECIAL

JUMPUP, JUMPDOWN and USE can't be used as these buttons are used by the choice menu itself by default (set by Essentials itself).

Last updated