Server Config

Location

Once you’ve installed the mod and run the game at least once, you’ll find the server config in the following location:

/config/capture_xp.json

Default Values

{
  "inBattleExpAll": false,
  "inBattleExpMultiplier": 1.0,
  "inBattleGrantEvs": false,
  "outOfBattleExpAll": false,
  "outOfBattleExpMultiplier": 1.0,
  "outOfBattleGrantEvs": false,
  "debug": false
}

Options

inBattleExpAll

Whether or not the ExpAll logic should be taken into account when considering who should gain experience from capturing a Pokémon in battle. This relies on Tim Core’s ExpAll logic, please refer to the config options for the version of Tim Core you’re using to learn how to configure the ExpAll logic.

inBattleExpMultiplier

A multiplier applied against the amount of experience gained on capture in battle.

inBattleGrantEvs

Whether or not any Pokémon in the player’s team which gain experience from a capture in battle also gain Effort Values from the captured Pokémon.

outOfBattleExpAll

Whether or not the ExpAll logic should be taken into account when considering who should gain experience from capturing a Pokémon out of battle. This relies on Tim Core’s ExpAll logic, please refer to the config options for the version of Tim Core you’re using to learn how to configure the ExpAll logic.

outOfBattleExpMultiplier

A multiplier applied against the amount of experience gained on capture out of battle.

outOfBattleGrantEvs

Whether or not any Pokémon in the player’s team which gain experience from a capture out of battle also gain Effort Values from the captured Pokémon.