Skip to content

Items Section

amione edited this page Oct 24, 2024 · 1 revision

Items Configuration

This section allows you to modify the behavior of items and traps in the game, including recovery options and global stack sizes.

Enable Section

  • Description: Activates this section of the mod, allowing for modifications related to items and traps.
  • Type: Boolean
  • Default Value: true
  • Example Value: false
  • Explanation: Changes in this section will require a save reload, except for trap recoveries.

BearTrap Recovery

  • Description: Enables the recovery option for bear traps.
  • Type: Boolean
  • Default Value: true
  • Example Value: false
  • Explanation: Set to true to allow bear traps to be recovered when disarmed.

BearTrap Recover Items

  • Description: Determines what items are received upon disarming a bear trap.
  • Type: Boolean
  • Default Value: true
  • Example Value: false
  • Explanation:
    • false: Disarming a bear trap gives back a bear trap.
    • true: Disarming a bear trap gives 3 scrap metal instead.

ChainTrap Recovery

  • Description: Enables the recovery option for chain traps.
  • Type: Boolean
  • Default Value: true
  • Example Value: false
  • Explanation: Set to true to allow chain traps to be recovered when disarmed.

ChainTrap Recover Items

  • Description: Determines what items are received upon disarming a chain trap.
  • Type: Boolean
  • Default Value: true
  • Example Value: false
  • Explanation:
    • false: Disarming a chain trap gives back a chain trap.
    • true: Disarming a chain trap gives 2 scrap metal instead.

Enable Global Stack Size

  • Description: Enables a uniform stack size for all items in the game.
  • Type: Boolean
  • Default Value: false
  • Example Value: true
  • Explanation: Set to true to apply a single stack size for all items.

Global Stack Resize

  • Description: Specifies the global stack size for all items when Enable Global Stack Size is true.
  • Type: Int32
  • Default Value: 50
  • Example Value: 1000
  • Explanation: Changes the maximum number of items that can be stacked together to the specified amount.

Load Mod Defaults First

  • Description: Determines the loading order of mod defaults versus custom configurations.
  • Type: Boolean
  • Default Value: true
  • Example Value: false
  • Explanation: If enabled, the mod's default configurations will be loaded before any custom configurations. Duplicates will be overwritten.