Customizing supply drops and loot tables allows you to modify what items spawn in beacons, caves, and boss rewards on your ARK: Survival Evolved server. This customization enhances gameplay by adjusting difficulty, balancing loot, and introducing unique drops.
This guide will walk you through modifying loot tables, editing beacon contents, and applying custom settings in VolticHost Game Panel.
π Prerequisites
-
An ARK: Survival Evolved server purchased at VolticHost.com
-
Access to VolticHost Game Panel
-
Basic understanding of ARKβs supply crate overrides
1οΈβ£ Locate and Edit Game.ini for Loot Modifications
-
Log in to VolticHost Game Panel
-
Click on your ARK: Survival Evolved server.
-
Navigate to the File Manager tab.
-
Open the following file for editing:
/ShooterGame/Saved/Config/LinuxServer/Game.ini
-
Scroll to the bottom and add or modify supply crate overrides.
β Your ARK server configuration file is now ready for edits!
2οΈβ£ Customize Loot Drops
The ConfigOverrideSupplyCrateItems
setting allows you to modify what appears in different drops. Below is an example of a custom loot table:
ConfigOverrideSupplyCrateItems=(SupplyCrateClassString="SupplyCrate_Level03_C",MinItemSets=1,MaxItemSets=3,NumItemsPerSet=2,ItemSets=((ItemClassStrings=("PrimalItem_WeaponPistol_C"),MinQuantity=1,MaxQuantity=1,MinQuality=0.5,MaxQuality=1.5,bForceBlueprint=false),(ItemClassStrings=("PrimalItemAmmo_Bullet_C"),MinQuantity=10,MaxQuantity=30,MinQuality=1.0,MaxQuality=1.5,bForceBlueprint=false)))
Explanation of key values:
-
SupplyCrateClassString="SupplyCrate_Level03_C"
β Defines the type of drop (this one is for a white drop). -
ItemClassStrings=("PrimalItem_WeaponPistol_C")
β Specifies what item will appear in the drop. -
MinQuantity=1, MaxQuantity=1
β Controls how many of the item spawn. -
MinQuality=0.5, MaxQuality=1.5
β Determines the quality of the item (higher values = better gear). -
bForceBlueprint=false
β If set totrue
, the item will always be a blueprint instead of a usable item.
β Your custom loot table is now configured!
3οΈβ£ Adjust Loot for Specific Drops
To modify different beacons, cave drops, or boss rewards, use these class names:
-
White Drop:
SupplyCrate_Level03_C
-
Green Drop:
SupplyCrate_Level15_C
-
Blue Drop:
SupplyCrate_Level25_C
-
Yellow Drop:
SupplyCrate_Level35_C
-
Red Drop:
SupplyCrate_Level45_C
-
Cave Drop:
SupplyCrate_Cave_QualityTier1_C
-
Deep Sea Loot Crate:
SupplyCrate_OceanDrop_C
-
Boss Rewards:
SupplyCrateBossBlue_C
Replace "SupplyCrate_Level03_C"
in the configuration with the correct drop name for the loot you want to modify.
β Different supply crates can now have custom loot settings!
4οΈβ£ Save and Restart the Server to Apply Changes
-
Click Save File in VolticHost Game Panel.
-
Go to the Console tab.
-
Click Stop to shut down the server.
-
Wait a few seconds, then click Start to restart the server.
β Your ARK server is now running with custom loot tables!
5οΈβ£ Verify Custom Loot Drops in Game
-
Join your ARK server.
-
Locate a beacon, deep sea crate, or cave drop.
-
Open the drop and check for modified loot.
If items are not appearing correctly, check the server console in VolticHost Game Panel for possible syntax errors in Game.ini
.
β Your custom drops are working as expected!
π Conclusion
You've successfully customized loot tables for supply drops, deep sea crates, and boss rewards using VolticHost Game Panel! Your ARK server now features unique drops and balanced item progression. π
For more assistance, contact VolticHost Support.