-
Notifications
You must be signed in to change notification settings - Fork 19
3. Configuration
GateKeep edited this page Jul 5, 2025
·
1 revision
| Parameter | Value Type | Default Value | Description |
|---|---|---|---|
| enableMythsAndLegendsIntegration | Boolean | false | Determines whether spawn condition collectors for the Myths and Legends mod will be registered. Disabled by default to prevent crashes with older versions (requires MaL 1.8.0 or newer). |
| hideUnknownPokemon | Boolean | false | If true, hides information about Pokémon the player hasn't discovered yet. They won't appear in the PokéNav until they're registered in the Pokédex. |
| showPokemonTooltips | Boolean | true | If disabled, the mod will skip the condition-building step, removing all condition-related tooltip info. |
| hideUnknownPokemonTooltips | Boolean | false | If enabled, condition-building will be skipped for Pokémon not registered in the Pokédex. |
| hideNaturalBlockConditions | Boolean | true | Determines whether block collectors include blocks tagged as natural. Disabled by default to avoid overly large tooltips. |
| syncLabelsWithClient | Boolean | true | If enabled, synchronizes Pokémon labels from the server to the client. Required for label filters in the PokéFinder on dedicated servers. |
| checkSpawnWidth | Integer | 8 | Sets the width of the spawn-checking area. |
| checkSpawnHeight | Integer | 16 | Sets the height of the spawn-checking area. |
| searchAreaWidth | Float | 200.0 | Sets the horizontal range for Pokémon searching via the Finder Screen. |
| searchAreaHeight | Float | 200.0 | Sets the vertical range for Pokémon searching via the Finder Screen. |
| pokemonFeatureWeights | Object | - | Weight configuration for evaluating Pokémon features. Used by Finder Screen to determine which Pokémon is better. |
| collectableConditions | Object | - | Specifies which condition collectors are enabled (i.e., which conditions will be shown in tooltips). |
| Parameter | Value Type | Default Value | Description |
|---|---|---|---|
| screenScale | Float | 1.0 | Multiplier for the scale of the user interface. |
| enableBlurEffect | Boolean | true | Determines whether blur effects are used in the UI. Disable if you experience visual glitches caused by mod conflicts, such as incorrectly rendered tooltips. |
| sendErrorMessagesToChat | Boolean | true | If enabled, displays error messages about broken animation models in the in-game chat. |
| obscureUnknownPokemon | Boolean | true | If enabled, models of unknown Pokémon (those not registered in the player's Pokédex) will be darkened. |
| useSwimmingAnimationIfSubmerged | Boolean | true | If enabled, Pokémon that spawn submerged will use swimming animations. |
| pokefinderOverlayOffset | Integer | 10 | UI offset from both sides of the screen for the PokéFinder interface. |
| trackArrowYOffset | Integer | 80 | Vertical offset of the tracking arrow from the bottom of the screen. |
| maxCloudNumber | Integer | 12 | Maximum number of clouds shown on the FishingNav screen. |
| maxCloudVelocity | Integer | 6 | Maximum speed of clouds on the FishingNav screen. |
| collectableClientConditions | Object | - | Client-side collector configuration. Determines which collectors are enabled and what information is shown in tooltips. |