Berry Preview Settings

Overview

This section offers a few Settings related to the Berry Preview Feature.


Whether you want to display Berry Icons for planted Berries on the Region Map (Berry Mode) (Requires wrigy12's Berry Planting Improvements Plugin.

SHOW_BERRY_ICONS = true

Possible values:

  • true or 0 = enabled: Berry Icons will be displayed on the Region Map (Berry Mode).

  • false or -1 = disabled.

  • Switch ID = enabled if this Switch is ON.

You can also set this to SHOW_BERRY_ICONS = Settings::SHOW_BERRIES_ON_MAP_SWITCH_ID. By doing so, it'll use the value you have set on this plugin. (For Setting up the Berry Plugin, you'll have to look on the Recource page.)


Choose the button that needs to be pressed to show the Berry Preview of Planted Berries on the current Location.

SHOW_BERRY_BUTTON = Input::USE 

Possible values:

  • Input::JUMPUP

  • Input::JUMPDOWN

  • Input::SPECIAL

  • Input::AUX1

  • Input::AUX2

Be careful with which button you have set for Changing Mode and Changing Region. You can set this the same button as you set for Quick Fly, the Location Preview Feature and the Quest Icon Feature since you can only use the Berry Preview on the Berry Map Mode.


Set the max lines the Berry Preview can take.

MAX_BERRY_LINES = 4

Possible value:

  • Any number above 0 .

This plugin provides the default Graphics from 2 to 4 lines. If you change this to a higher number than 4, make sure you have a bigger Graphic.


Add an offset to the X and Y position used for the Berry Preview Text.

BERRY_INFO_OFFSET_X = 0
BERRY_INFO_OFFSET_Y = 0

Possible value:

  • Any number (can be negative too).


Change the Color used for the Berry Preview Text.

BERRY_INFO_MAIN = Color.new(248, 248, 248)
BERRY_INFO_SHADOW = Color.new(0, 0, 0)    

Possible value:

  • 3 numbers between 0 and 255.

Just like with the Text Color settings, you can use a tool like this to convert the Color you want to the correct RGB values.

Last updated