The Harvest Rates Editor

This editor is compatible with Ark: Survival Evolved projects and requires Beacon Omni. All users may use this editor, but only Omni users will be able to generate config files from it.

Ever feel like players don’t get enough wood from a tree? Ark server admins can control the amount of resources obtained from resource nodes, such as trees, rocks, and crystals. Admins can choose to boost all resources, or just the resources for individual items.

The default empty Harvest Rates editor.
The default empty Harvest Rates editor.

Harvest Rate

Method 1: Global Harvest Rate Multiplier

By far the most natural option is to adjust the Global Harvest Rate Multiplier. Setting this to 2.0 would double the amount of resources given at each resource node.

The problem with this setting is how Ark handles it behind the scenes. Every time you harvest something, the game creates a harvest event to determine what resources to reward the player. Increasing the multiplier creates more harvest events per action, and that means more work the server has to do. Setting this multiplier very high can cause the server to lag while players are harvesting.

Method 2: Clamping Harvest Amounts

Beacon has a setting called Use Optimized Harvest Rates that is designed to combat this. Instead of creating multiple harvest events, the client and server exchange a single harvest event and multiplies the rewards by the Global Harvest Rate Multiplier. This is a pretty reasonable solution, but it has the side effect of reducing the number of rare resources rewarded.

Imagine the Global Harvest Rate Multiplier is set to 50. With Use Optimized Harvest Rates turned off, it is as if you are flipping a coin 50 times. It takes a bit of time per flip, but you’ll get roughly 50% heads and 50% tails. With Use Optimized Harvest Rates turned on, the coin is flipped only once and the result is multiplied by 50. So rather than the 50%/50% split that would be normal, you’d get either 100% heads or 100% tails.

Method 3: Overriding Each Resource

The third option is to set the global harvest rate multiplier to 1.0 and override every resource type. This of course takes some time to setup, and still has the side effect of reducing rare resources, but allows adjusting rates on a per-resource basis.

Overriding individual resource rates is not mutually exclusive to the other two options either.

To override a resource harvest rate, click the New Rate button to bring up the resource picker.

The resource picker allows you to select a resource to override.
The resource picker allows you to select a resource to override.

Use the field at the top to search for an item, and the tags picker below it to filter the list to only the types of engrams you’re interested in. The tags can be clicked to change how the list is filtered. A left click will show a menu to pick a mode. A right click will cycle modes. Gray tags are neutral and have no effect on the filtering. Blue tags are required, which means the list will only show items that have all of the blue tags. Red tags are excluded, which means the list will hide items that have any of the red tags. Learn more about tagging. By default, Beacon filters to only harvestable items. Select an item and press Select or double-click an item.

Once the item is added to the list, there will be two columns to the right: Rate Multiplier and Effective Multiplier. Click the value in the Rate Multiplier column to adjust it. The Effective Multiplier cannot be edited, because it is the result of multiplying the resource’s Rate Multiplier by the Global Harvest Rate Multiplier. It is there for reference only.

The Human Hair rate multiplier set to 6 and global rate multiplier set to 1 means the Human Hair effective rate multiplier is 6.
The Human Hair rate multiplier set to 6 and global rate multiplier set to 1 means the Human Hair effective rate multiplier is 6.

Setting the Global Harvest Rate Multiplier to 2.0 increases the Effective Rate column accordingly.

The Human Hair Effective Multiplier increases according to the Global Harvest Rate Multiplier.
The Human Hair Effective Multiplier increases according to the Global Harvest Rate Multiplier.

Minimum Harvest Rate

Due to how Ark rounds these multipliers, it is not possible to reduce the harvest rate of an individual resource below the global harvest rate. Pay attention to the Effective Rate column in this case. Setting a resource to 0.5 will act like 1.0, while setting it to 0.4 would act like 0.0, effectively making the resource not harvestable. The solution is to reduce the global rate and increase the individual rates for every item. Beacon can do this for you using the Tools button in the project toolbar with the Convert Global Harvest Rate to Individual Rates tool.

Tip

Individual rates can be duplicated using the Duplicate button. First setup one rate, then duplicate it into many additional rates to save time.

Other Settings

  • Global Harvest Health Multiplier: This setting increases the amount of damage required to fully harvest a resource. Increasing resource health does not allow for more resources to be harvested though. It only requires more hits to obtain the same amount of resources. Higher numbers increase health.
  • Player Harvest Damage Multiplier and Creature Harvest Damage Multiplier: These two settings change the amount of damage done by players and creatures. Higher numbers increase damage.
  • Clamp Harvest Damage: Turning this setting on limits the amount of damage that can be done by players and creatures.
The Harvest Rates editor affects the ClampResourceHarvestDamage, DinoHarvestingDamageMultiplier, HarvestAmountMultiplier, HarvestHealthMultiplier, HarvestResourceItemAmountClassMultipliers, PlayerHarvestingDamageMultiplier, and UseOptimizedHarvestingHealth config keys.