ARK: Survival Evolved

ARK: Survival Evolved

Not enough ratings
Capitalism Currency Loot System
By Starbuck
This guide will help you set the loot system part of the capitalism currency mod.

Capitalism Currency

https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=747539326
   
Award
Favorite
Favorited
Unfavorite
ALL MAPS SETTINGS

Code for Game.ini
[Capitalism.LootSystem] SuppressVanillaLootSets=false LootDebugLevel=2 LootSystemScanMsDelaySteps=10

Explanations
SuppressVanillaLootSets=
If set to true it will suppress vanilla loot tables, even boss loot sets.
LootDebugLevel=
DebugLevel 2 will give enough but not to much information in the Log UI of the LootSystem. For Example DebugLevel 4 would give you every iteration step for each dino it is currently working on.
LootSystemScanMsDelaySteps=
Range can be between 10 and 100 ms, this setting states delay time between each iteration step. Default is 10 ms, to decrease possibility for LatentActionError server crash you could try to increase this delay time. Only result will be that dinos around players will get their loot applied slower, depending on choosen delay time.

* All explanations are from the mod page itself, thanks to Impulse for all details.

Loot system activation
When all your settings will be done, you will need to spawn 1 loot system actor on each of the maps you want the loot system to work using this admin command:
admincheat giveitem "Blueprint'/Game/Mods/CapitalismCurrency/LootSystem/PrimalItemStructure_LootSystem.PrimalItemStructure_LootSystem'" 1 0 0
LOOT SETS SETTINGS

The loot
The settings are my personnal settings and are easy to change to your taste:
MinNumItems=1,MaxNumItems=1
I suggest not changing this and instead change the amount of gold, players prefer to always get a drop even if it's lower.
MinQuantity=5.0,MaxQuantity=10.0
This will give 5 to 10 gold

The way i've set my LootSet's give you the opportunity to add more dinosaures, custom ones and new cathegories for special events. For example one week we added 10 times more pegomastax for 1 week event and so i moved the pego elsewhere to give more gold also.

The code
LootSet1=MinNumItems=1,MaxNumItems=1,SetWeight=1.0,ItemEntries=((EntryWeight=1.0,ItemClass=/Game/Mods/CapitalismCurrency/GloryCoin/PrimalItemResource_GloryCoin.PrimalItemResource_GloryCoin,MinQuantity=5.0,MaxQuantity=10.0,MinQuality=1.0,MaxQuality=1.0,ChanceForBp=0.0)) LootSet2=MinNumItems=1,MaxNumItems=1,SetWeight=1.0,ItemEntries=((EntryWeight=1.0,ItemClass=/Game/Mods/CapitalismCurrency/GloryCoin/PrimalItemResource_GloryCoin.PrimalItemResource_GloryCoin,MinQuantity=5.0,MaxQuantity=10.0,MinQuality=1.0,MaxQuality=1.0,ChanceForBp=0.0)) LootSet3=MinNumItems=1,MaxNumItems=1,SetWeight=1.0,ItemEntries=((EntryWeight=1.0,ItemClass=/Game/Mods/CapitalismCurrency/GloryCoin/PrimalItemResource_GloryCoin.PrimalItemResource_GloryCoin,MinQuantity=5.0,MaxQuantity=10.0,MinQuality=1.0,MaxQuality=1.0,ChanceForBp=0.0)) LootSet4= LootSet5=MinNumItems=1,MaxNumItems=1,SetWeight=1.0,ItemEntries=((EntryWeight=1.0,ItemClass=/Game/Mods/CapitalismCurrency/GloryCoin/PrimalItemResource_GloryCoin.PrimalItemResource_GloryCoin,MinQuantity=10.0,MaxQuantity=15.0,MinQuality=1.0,MaxQuality=1.0,ChanceForBp=0.0)) LootSet6=MinNumItems=1,MaxNumItems=1,SetWeight=1.0,ItemEntries=((EntryWeight=1.0,ItemClass=/Game/Mods/CapitalismCurrency/GloryCoin/PrimalItemResource_GloryCoin.PrimalItemResource_GloryCoin,MinQuantity=10.0,MaxQuantity=15.0,MinQuality=1.0,MaxQuality=1.0,ChanceForBp=0.0)) LootSet7=MinNumItems=1,MaxNumItems=1,SetWeight=1.0,ItemEntries=((EntryWeight=1.0,ItemClass=/Game/Mods/CapitalismCurrency/GloryCoin/PrimalItemResource_GloryCoin.PrimalItemResource_GloryCoin,MinQuantity=10.0,MaxQuantity=15.0,MinQuality=1.0,MaxQuality=1.0,ChanceForBp=0.0)) LootSet8= LootSet9=MinNumItems=1,MaxNumItems=1,SetWeight=1.0,ItemEntries=((EntryWeight=1.0,ItemClass=/Game/Mods/CapitalismCurrency/GloryCoin/PrimalItemResource_GloryCoin.PrimalItemResource_GloryCoin,MinQuantity=15.0,MaxQuantity=25.0,MinQuality=1.0,MaxQuality=1.0,ChanceForBp=0.0)) LootSet10=MinNumItems=1,MaxNumItems=1,SetWeight=1.0,ItemEntries=((EntryWeight=1.0,ItemClass=/Game/Mods/CapitalismCurrency/GloryCoin/PrimalItemResource_GloryCoin.PrimalItemResource_GloryCoin,MinQuantity=15.0,MaxQuantity=25.0,MinQuality=1.0,MaxQuality=1.0,ChanceForBp=0.0)) LootSet11=MinNumItems=1,MaxNumItems=1,SetWeight=1.0,ItemEntries=((EntryWeight=1.0,ItemClass=/Game/Mods/CapitalismCurrency/GloryCoin/PrimalItemResource_GloryCoin.PrimalItemResource_GloryCoin,MinQuantity=15.0,MaxQuantity=25.0,MinQuality=1.0,MaxQuality=1.0,ChanceForBp=0.0)) LootSet12= LootSet13=MinNumItems=1,MaxNumItems=1,SetWeight=1.0,ItemEntries=((EntryWeight=1.0,ItemClass=/Game/Mods/CapitalismCurrency/GloryCoin/PrimalItemResource_GloryCoin.PrimalItemResource_GloryCoin,MinQuantity=25.0,MaxQuantity=50.0,MinQuality=1.0,MaxQuality=1.0,ChanceForBp=0.0)) LootSet14=MinNumItems=1,MaxNumItems=1,SetWeight=1.0,ItemEntries=((EntryWeight=1.0,ItemClass=/Game/Mods/CapitalismCurrency/GloryCoin/PrimalItemResource_GloryCoin.PrimalItemResource_GloryCoin,MinQuantity=25.0,MaxQuantity=50.0,MinQuality=1.0,MaxQuality=1.0,ChanceForBp=0.0)) LootSet15=MinNumItems=1,MaxNumItems=1,SetWeight=1.0,ItemEntries=((EntryWeight=1.0,ItemClass=/Game/Mods/CapitalismCurrency/GloryCoin/PrimalItemResource_GloryCoin.PrimalItemResource_GloryCoin,MinQuantity=25.0,MaxQuantity=50.0,MinQuality=1.0,MaxQuality=1.0,ChanceForBp=0.0)) LootSet16= LootSet17=MinNumItems=1,MaxNumItems=1,SetWeight=1.0,ItemEntries=((EntryWeight=1.0,ItemClass=/Game/Mods/CapitalismCurrency/GloryCoin/PrimalItemResource_GloryCoin.PrimalItemResource_GloryCoin,MinQuantity=50.0,MaxQuantity=75.0,MinQuality=1.0,MaxQuality=1.0,ChanceForBp=0.0)) LootSet18=MinNumItems=1,MaxNumItems=1,SetWeight=1.0,ItemEntries=((EntryWeight=1.0,ItemClass=/Game/Mods/CapitalismCurrency/GloryCoin/PrimalItemResource_GloryCoin.PrimalItemResource_GloryCoin,MinQuantity=50.0,MaxQuantity=75.0,MinQuality=1.0,MaxQuality=1.0,ChanceForBp=0.0)) LootSet19=MinNumItems=1,MaxNumItems=1,SetWeight=1.0,ItemEntries=((EntryWeight=1.0,ItemClass=/Game/Mods/CapitalismCurrency/GloryCoin/PrimalItemResource_GloryCoin.PrimalItemResource_GloryCoin,MinQuantity=50.0,MaxQuantity=75.0,MinQuality=1.0,MaxQuality=1.0,ChanceForBp=0.0)) LootSet20= LootSet21=MinNumItems=1,MaxNumItems=1,SetWeight=1.0,ItemEntries=((EntryWeight=1.0,ItemClass=/Game/Mods/CapitalismCurrency/GloryCoin/PrimalItemResource_GloryCoin.PrimalItemResource_GloryCoin,MinQuantity=75.0,MaxQuantity=100.0,MinQuality=1.0,MaxQuality=1.0,ChanceForBp=0.0)) LootSet22=MinNumItems=1,MaxNumItems=1,SetWeight=1.0,ItemEntries=((EntryWeight=1.0,ItemClass=/Game/Mods/CapitalismCurrency/GloryCoin/PrimalItemResource_GloryCoin.PrimalItemResource_GloryCoin,MinQuantity=75.0,MaxQuantity=100.0,MinQuality=1.0,MaxQuality=1.0,ChanceForBp=0.0)) LootSet23=MinNumItems=1,MaxNumItems=1,SetWeight=1.0,ItemEntries=((EntryWeight=1.0,ItemClass=/Game/Mods/CapitalismCurrency/GloryCoin/PrimalItemResource_GloryCoin.PrimalItemResource_GloryCoin,MinQuantity=100.0,MaxQuantity=150.0,MinQuality=1.0,MaxQuality=1.0,ChanceForBp=0.0)) LootSet24=MinNumItems=1,MaxNumItems=1,SetWeight=1.0,ItemEntries=((EntryWeight=1.0,ItemClass=/Game/Mods/CapitalismCurrency/GloryCoin/PrimalItemResource_GloryCoin.PrimalItemResource_GloryCoin,MinQuantity=100.0,MaxQuantity=150.0,MinQuality=1.0,MaxQuality=1.0,ChanceForBp=0.0))
NORMAL CLASSES PART 1
To use on which map?
The settings will work on The Islands, The Center, Scorched earth and Ragnarok.
If you want you can add more dinosaures, actually it contain more than 90% of all dinosaures.
Also you can remove the ones you do not use for example The Islands doesn't spawn Wyverns unless you have another mod. But still keeping it that way will work just fine.
The next part is the code to match the loot sets, ClassesForLoot1 will be the dinosaures that give the LootSet1 amount of gold previously setted.

ClassesForLoot1=/Game/PrimalEarth/Dinos/Dolphin/Dolphin_Character_BP.Dolphin_Character_BP,/Game/ScorchedEarth/Dinos/Jerboa/Jerboa_Character_BP.Jerboa_Character_BP,/Game/PrimalEarth/Dinos/Compy/Compy_Character_BP.Compy_Character_BP,/Game/PrimalEarth/Dinos/Dodo/Dodo_Character_BP.Dodo_Character_BP,/Game/PrimalEarth/Dinos/Para/Para_Character_BP.Para_Character_BP,/Game/PrimalEarth/Dinos/Monkey/Monkey_Character_BP.Monkey_Character_BP ClassesForLoot2=/Game/PrimalEarth/Dinos/Achatina/Achatina_Character_BP.Achatina_Character_BP,/Game/PrimalEarth/Dinos/Lystrosaurus/Lystro_Character_BP.Lystro_Character_BP,/Game/PrimalEarth/Dinos/Ichthyornis/Ichthyornis_Character_BP.Ichthyornis_Character_BP,/Game/PrimalEarth/Dinos/Dilo/Dilo_Character_BP.Dilo_Character_BP,/Game/PrimalEarth/Dinos/Phiomia/Phiomia_Character_BP.Phiomia_Character_BP,/Game/PrimalEarth/Dinos/Piranha/Piranha_Character_BP.Piranha_Character_BP,/Game/PrimalEarth/Dinos/Procoptodon/Procoptodon_Character_BP.Procoptodon_Character_BP ClassesForLoot3=/Game/PrimalEarth/Dinos/Oviraptor/Oviraptor_Character_BP.Oviraptor_Character_BP,/Game/Mods/ClassicFlyers/Dinos/Pela/Pela_Character_BP.Pela_Character_BP,/Game/PrimalEarth/Dinos/Scorpion/Scorpion_Character_BP.Scorpion_Character_BP,/Game/Mods/ClassicFlyers/Dinos/Ptero/Ptero_Character_BP.Ptero_Character_BP,/Game/ScorchedEarth/Dinos/Vulture/Vulture_Character_BP.Vulture_Character_BP ClassesForLoot4=/Game/PrimalEarth/Dinos/Pegomastax/Pegomastax_Character_BP.Pegomastax_Character_BP ClassesForLoot5=/Game/PrimalEarth/Dinos/Dimorphodon/Dimorph_Character_BP.Dimorph_Character_BP,/Game/PrimalEarth/Dinos/Dimetrodon/Dimetro_Character_BP.Dimetro_Character_BP,/Game/Mods/ClassicFlyers/Dinos/Moth/Moth_Character_BP.Moth_Character_BP,/Game/PrimalEarth/Dinos/Dragonfly/Dragonfly_Character_BP.Dragonfly_Character_BP,/Game/PrimalEarth/Dinos/Microraptor/Microraptor_Character_BP.Microraptor_Character_BP,/Game/ScorchedEarth/Dinos/Camelsaurus/camelsaurus_Character_BP.camelsaurus_Character_BP,/Game/ScorchedEarth/Dinos/SpineyLizard/SpineyLizard_Character_BP.SpineyLizard_Character_BP ClassesForLoot6=/Game/PrimalEarth/Dinos/DungBeetle/DungBeetle_Character_BP.DungBeetle_Character_BP,/Game/PrimalEarth/Dinos/Moschops/Moschops_Character_BP.Moschops_Character_BP,/Game/PrimalEarth/Dinos/Diplocaulus/Diplocaulus_Character_BP.Diplocaulus_Character_BP,/Game/PrimalEarth/Dinos/Gallimimus/Galli_Character_BP.Galli_Character_BP,/Game/PrimalEarth/Dinos/Kairuku/Kairuku_Character_BP.Kairuku_Character_BP,/Game/PrimalEarth/Dinos/Troodon/Troodon_Character_BP.Troodon_Character_BP,/Game/PrimalEarth/Dinos/BoaFrill/BoaFrill_Character_BP.BoaFrill_Character_BP ClassesForLoot7=/Game/PrimalEarth/Dinos/Hyaenodon/Hyaenodon_Character_BP.Hyaenodon_Character_BP,/Game/PrimalEarth/Dinos/Stag/Stag_Character_BP.Stag_Character_BP,/Game/PrimalEarth/Dinos/Bat/Bat_Character_BP.Bat_Character_BP,/Game/PrimalEarth/Dinos/Paraceratherium/Paracer_Character_BP.Paracer_Character_BP,/Game/PrimalEarth/Dinos/Trike/Trike_Character_BP.Trike_Character_BP,/Game/Mods/ClassicFlyers/Dinos/Tapejara/Tapejara_Character_BP.Tapejara_Character_BP,/Game/PrimalEarth/Dinos/Turtle/Turtle_Character_BP.Turtle_Character_BP,/Game/Mods/1420423699/dinos/stygimoloch/Stygimoloch_Character_BP.Stygimoloch_Character_BP ClassesForLoot8= ClassesForLoot9=/Game/PrimalEarth/Dinos/Toad/Toad_Character_BP.Toad_Character_BP,/Game/PrimalEarth/Dinos/Pachy/Pachy_Character_BP.Pachy_Character_BP,/Game/PrimalEarth/Dinos/Pachyrhinosaurus/Pachyrhino_Character_BP.Pachyrhino_Character_BP,/Game/PrimalEarth/Dinos/Manta/Manta_Character_BP.Manta_Character_BP,/Game/PrimalEarth/Dinos/Ammonite/Ammonite_Character.Ammonite_Character,/Game/PrimalEarth/Dinos/Anglerfish/Angler_Character_BP.Angler_Character_BP,/Game/Mods/ClassicFlyers/Dinos/Argent/Argent_Character_BP.Argent_Character_BP,/Game/PrimalEarth/Dinos/Thylacoleo/Thylacoleo_Character_BP.Thylacoleo_Character_BP,/Game/PrimalEarth/Dinos/Ankylo/Ankylo_Character_BP.Ankylo_Character_BP ClassesForLoot10=/Game/PrimalEarth/Dinos/Diplodocus/Diplodocus_Character_BP.Diplodocus_Character_BP,/Game/PrimalEarth/Dinos/Eel/Eel_Character_BP.Eel_Character_BP,/Game/PrimalEarth/Dinos/Iguanodon/Iguanodon_Character_BP.Iguanodon_Character_BP,/Game/PrimalEarth/Dinos/Beaver/Beaver_Character_BP.Beaver_Character_BP,/Game/PrimalEarth/Dinos/Baryonyx/Baryonyx_Character_BP.Baryonyx_Character_BP,/Game/PrimalEarth/Dinos/Kaprosuchus/Kaprosuchus_Character_BP.Kaprosuchus_Character_BP,/Game/PrimalEarth/Dinos/Kentrosaurus/Kentro_Character_BP.Kentro_Character_BP,/Game/PrimalEarth/Dinos/WoollyRhino/Rhino_Character_BP.Rhino_Character_BP,/Game/PrimalEarth/Dinos/Doedicurus/Doed_Character_BP.Doed_Character_BP ClassesForLoot11=/Game/Mods/ClassicFlyers/Dinos/Griffin/Griffin_Character_BP.Griffin_Character_BP,/Game/PrimalEarth/Dinos/Liopleurodon/Liopleurodon_Character_BP.Liopleurodon_Character_BP,/Game/PrimalEarth/Dinos/Megalania/Megalania_Character_BP.Megalania_Character_BP,/Game/PrimalEarth/Dinos/Megalodon/Megalodon_Character_BP.Megalodon_Character_BP,/Game/PrimalEarth/Dinos/Bigfoot/Yeti_Character_BP.Yeti_Character_BP,/Game/PrimalEarth/Dinos/TerrorBird/TerrorBird_Character_BP.TerrorBird_Character_BP,/Game/PrimalEarth/Dinos/Stego/Stego_Character_BP.Stego_Character_BP,/Game/PrimalEarth/Dinos/Saber/Saber_Character_BP.Saber_Character_BP,/Game/PrimalEarth/Dinos/Raptor/Raptor_Character_BP.Raptor_Character_BP ClassesForLoot12=

NORMAL CLASSES PART 2
ClassesForLoot13=/Game/PrimalEarth/Dinos/Gorilla/Gorilla_Character_BP.Gorilla_Character_BP,/Game/PrimalEarth/Dinos/Megatherium/Megatherium_Character_BP.Megatherium_Character_BP,/Game/PrimalEarth/Dinos/Basilosaurus/Basilosaurus_Character_BP.Basilosaurus_Character_BP,/Game/PrimalEarth/Dinos/Carno/Carno_Character_BP.Carno_Character_BP,/Game/PrimalEarth/Dinos/Daeodon/Daeodon_Character_BP.Daeodon_Character_BP,/Game/PrimalEarth/Dinos/Direbear/Direbear_Character_BP.Direbear_Character_BP,/Game/PrimalEarth/Dinos/Direwolf/Direwolf_Character_BP.Direwolf_Character_BP,/Game/PrimalEarth/Dinos/Therizinosaurus/Therizino_Character_BP.Therizino_Character_BP ClassesForLoot14=/Game/PrimalEarth/Dinos/Stego/BionicStego_Character_BP.BionicStego_Character_BP,/Game/PrimalEarth/Dinos/Leedsichthys/Leedsichthys_Character_BP.Leedsichthys_Character_BP,/Game/PrimalEarth/Dinos/Plesiosaur/Plesiosaur_Character_BP.Plesiosaur_Character_BP,/Game/PrimalEarth/Dinos/Sarco/Sarco_Character_BP.Sarco_Character_BP,/Game/PrimalEarth/Dinos/Purlovia/Purlovia_Character_BP.Purlovia_Character_BP ClassesForLoot15=/Game/PrimalEarth/Dinos/Raptor/BionicRaptor_Character_BP.BionicRaptor_Character_BP ClassesForLoot16= ClassesForLoot17=/Game/PrimalEarth/Dinos/Mammoth/Mammoth_Character_BP.Mammoth_Character_BP,/Game/PrimalEarth/Dinos/Allosaurus/Allo_Character_BP.Allo_Character_BP,/Game/PrimalEarth/Dinos/Chalicotherium/Chalico_Character_BP.Chalico_Character_BP,/Game/PrimalEarth/Dinos/Megalosaurus/Megalosaurus_Character_BP.Megalosaurus_Character_BP,/Game/PrimalEarth/Dinos/Mosasaurus/Mosa_Character_BP.Mosa_Character_BP,/Game/ScorchedEarth/Dinos/RockGolem/RockGolem_Character_BP.RockGolem_Character_BP,/Game/PrimalEarth/Dinos/Yutyrannus/Yutyrannus_Character_BP.Yutyrannus_Character_BP ClassesForLoot18= ClassesForLoot19= ClassesForLoot20= ClassesForLoot21=/Game/Mods/ClassicFlyers/Dinos/Phoenix/Phoenix_Character_BP.Phoenix_Character_BP,/Game/Mods/ClassicFlyers/Dinos/Wyvern/Wyvern_Character_BP_Fire.Wyvern_Character_BP_Fire,/Game/Mods/ClassicFlyers/Dinos/Wyvern/Wyvern_Character_BP_Lightning.Wyvern_Character_BP_Lightning,/Game/Mods/ClassicFlyers/Dinos/Wyvern/Wyvern_Character_BP_Poison.Wyvern_Character_BP_Poison,/Game/Mods/ClassicFlyers/Dinos/Wyvern/MegaWyvern_Character_BP_NewFire.MegaWyvern_Character_BP_NewFire,/Game/Mods/1122524327/IndominusRex_Character_BP.IndominusRex_Character_BP ClassesForLoot22=/Game/PrimalEarth/Dinos/Giganotosaurus/Gigant_Character_BP.Gigant_Character_BP,/Game/Mods/ClassicFlyers/Dinos/Quetz/Quetz_Character_BP.Quetz_Character_BP,/Game/PrimalEarth/Dinos/Tusoteuthis/Tusoteuthis_Character_BP.Tusoteuthis_Character_BP,/Game/PrimalEarth/Dinos/Rex/BionicRex_Character_BP.BionicRex_Character_BP,/Game/PrimalEarth/Dinos/Rex/Rex_Character_BP.Rex_Character_BP,/Game/PrimalEarth/Dinos/Spino/Spino_Character_BP.Spino_Character_BP,/Game/PrimalEarth/Dinos/titanosaur/Titanosaur_Character_BP.Titanosaur_Character_BP ClassesForLoot23=/Game/PrimalEarth/Dinos/Carno/MegaCarno_Character_BP.MegaCarno_Character_BP,/Game/ScorchedEarth/Dinos/Deathworm/MegaDeathworm_Character_BP.MegaDeathworm_Character_BP,/Game/PrimalEarth/Dinos/Leedsichthys/Alpha_Leedsichthys_Character_BP.Alpha_Leedsichthys_Character_BP,/Game/PrimalEarth/Dinos/Megalodon/MEgaMegalodon_Character_BP.MegaMegalodon_Character_BP,/Game/PrimalEarth/Dinos/Raptor/MegaRaptor_Character_BP.MegaRaptor_Character_BP,/Game/PrimalEarth/Dinos/Rex/MegaRex_Character_BP.MegaRex_Character_BP,/Game/PrimalEarth/Dinos/Tusoteuthis/Mega_Tusoteuthis_Character_BP.Mega_Tusoteuthis_Character_BP ClassesForLoot24=/Game/ScorchedEarth/Dinos/Manticore/Manticore_Character_BP.Manticore_Character_BP,/Game/PrimalEarth/Dinos/Gorilla/Gorilla_Character_BP.Gorilla_Character_BP,/Game/PrimalEarth/Dinos/Dragon/Dragon_Character_BP.Dragon_Character_BP,/Game/PrimalEarth/Dinos/Spider-Large/SpiderL_Character_BP.SpiderL_Character_BP
ABERRATION ONLY SETTINGS
Do not use the previous ClassesForLoot codes for Aberration, it will not break anything but it will be useless and just slowing all the process for nothing since regular dinosaures do not exist on Aberration.

ClassesForLoot1=/Game/Aberration/Dinos/LanternGoat/LanternGoat_Character_BP.LanternGoat_Character_BP,/Game/Aberration/Dinos/ChupaCabra/ChupaCabra_Character_BP.ChupaCabra_Character_BP,/Game/Aberration/Dinos/Lamprey/Lamprey_Character.Lamprey_Character,/Game/Aberration/Dinos/LanternLizard/LanternLizard_Character_BP.LanternLizard_Character_BP,/Game/PrimalEarth/Dinos/Achatina/Achatina_Character_BP_Aberrant.Achatina_Character_BP_Aberrant ClassesForLoot2=/Game/Aberration/Dinos/Lightbug/Lightbug_Character_BaseBP.Lightbug_Character_BaseBP,/Game/Aberration/Dinos/LanternBird/LanternBird_Character_BP.LanternBird_Character_BP,/Game/Aberration/Dinos/LanternPug/LanternPug_Character_BP.LanternPug_Character_BP,/Game/PrimalEarth/Dinos/Trilobite/Trilobite_Character_Aberrant.Trilobite_Character_Aberrant,/Game/PrimalEarth/Dinos/Dragonfly/Dragonfly_Character_BP_Aberrant.Dragonfly_Character_BP_Aberrant ClassesForLoot3=/Game/PrimalEarth/Dinos/Para/Para_Character_BP_Aberrant.Para_Character_BP_Aberrant,/Game/PrimalEarth/Dinos/Sheep/Sheep_Character_BP_Aberrant.Sheep_Character_BP_Aberrant,/Game/PrimalEarth/Dinos/Equus/Equus_Character_BP_Aberrant.Equus_Character_BP_Aberrant,/Game/PrimalEarth/Dinos/Dodo/Dodo_Character_BP_Aberrant.Dodo_Character_BP_Aberrant,/Game/PrimalEarth/Dinos/Lystrosaurus/Lystro_Character_BP_Aberrant.Lystro_Character_BP_Aberrant ClassesForLoot4= ClassesForLoot5=/Game/PrimalEarth/Dinos/Otter/Otter_Character_BP_Aberrant.Otter_Character_BP_Aberrant,/Game/PrimalEarth/Dinos/Moschops/Moschops_Character_BP_Aberrant.Moschops_Character_BP_Aberrant,/Game/PrimalEarth/Dinos/Eel/Eel_Character_BP_Aberrant.Eel_Character_BP_Aberrant,/Game/PrimalEarth/Dinos/DungBeetle/DungBeetle_Character_BP_Aberrant.DungBeetle_Character_BP_Aberrant ClassesForLoot6=/Game/PrimalEarth/Dinos/Turtle/Turtle_Character_BP_Aberrant.Turtle_Character_BP_Aberrant,/Game/PrimalEarth/Dinos/Bigfoot/Bigfoot_Character_BP_Aberrant.Bigfoot_Character_BP_Aberrant,/Game/PrimalEarth/Dinos/Iguanodon/Iguanodon_Character_BP_Aberrant.Iguanodon_Character_BP_Aberrant,/Game/PrimalEarth/Dinos/Trike/Trike_Character_BP_Aberrant.Trike_Character_BP_Aberrant ClassesForLoot7=/Game/Aberration/Dinos/Nameless/Xenomorph_Character_BP.Xenomorph_Character_BP,/Game/Aberration/Dinos/CaveWolf/CaveWolf_Character_BP.CaveWolf_Character_BP,/Game/Aberration/Dinos/MoleRat/MoleRat_Character_BP.MoleRat_Character_BP,/Game/Aberration/Dinos/Pteroteuthis/Pteroteuthis_Char_BP.Pteroteuthis_Char_BP ClassesForLoot8= ClassesForLoot9=/Game/PrimalEarth/Dinos/Anglerfish/Angler_Character_BP_Aberrant.Angler_Character_BP_Aberrant,/Game/PrimalEarth/Dinos/Toad/Toad_Character_BP_Aberrant.Toad_Character_BP_Aberrant,/Game/PrimalEarth/Dinos/Cnidaria/Cnidaria_Character_BP_Aberrant.Cnidaria_Character_BP_Aberrant,/Game/PrimalEarth/Dinos/Dimetrodon/Dimetro_Character_BP_Aberrant.Dimetro_Character_BP_Aberrant,/Game/PrimalEarth/Dinos/Scorpion/Scorpion_Character_BP_Aberrant.Scorpion_Character_BP_Aberrant ClassesForLoot10=/Game/PrimalEarth/Dinos/Dimorphodon/Dimorph_Character_BP_Aberrant.Dimorph_Character_BP_Aberrant,/Game/PrimalEarth/Dinos/Diplocaulus/Diplocaulus_Character_BP_Aberrant.Diplocaulus_Character_BP_Aberrant,/Game/PrimalEarth/Dinos/Diplodocus/Diplodocus_Character_BP_Aberrant.Diplodocus_Character_BP_Aberrant,/Game/PrimalEarth/Dinos/Manta/Manta_Character_BP_Aberrant.Manta_Character_BP_Aberrant,/Game/PrimalEarth/Dinos/Purlovia/Purlovia_Character_BP_Aberrant.Purlovia_Character_BP_Aberrant ClassesForLoot11=/Game/PrimalEarth/Dinos/Megalania/Megalania_Character_BP_Aberrant.Megalania_Character_BP_Aberrant,/Game/PrimalEarth/Dinos/Paraceratherium/Paracer_Character_BP_Aberrant.Paracer_Character_BP_Aberrant,/Game/PrimalEarth/Dinos/Raptor/Raptor_Character_BP_Aberrant.Raptor_Character_BP_Aberrant,/Game/PrimalEarth/Dinos/Sarco/Sarco_Character_BP_Aberrant.Sarco_Character_BP_Aberrant,/Game/PrimalEarth/Dinos/Stego/Stego_Character_BP_Aberrant.Stego_Character_BP_Aberrant,/Game/PrimalEarth/Dinos/BoaFrill/BoaFrill_Character_BP_Aberrant.BoaFrill_Character_BP_Aberrant ClassesForLoot12= ClassesForLoot13=/Game/PrimalEarth/Dinos/Ankylo/Ankylo_Character_BP_Aberrant.Ankylo_Character_BP_Aberrant,/Game/PrimalEarth/Dinos/Spider-Small/SpiderS_Character_BP_Aberrant.SpiderS_Character_BP_Aberrant,/Game/PrimalEarth/Dinos/Baryonyx/Baryonyx_Character_BP_Aberrant.Baryonyx_Character_BP_Aberrant,/Game/PrimalEarth/Dinos/Carno/Carno_Character_BP_Aberrant.Carno_Character_BP_Aberrant ClassesForLoot14=/Game/PrimalEarth/Dinos/Stego/BionicStego_Character_BP.BionicStego_Character_BP,/Game/PrimalEarth/Dinos/Doedicurus/Doed_Character_BP_Aberrant.Doed_Character_BP_Aberrant,/Game/PrimalEarth/Dinos/Spino/Spino_Character_BP_Aberrant.Spino_Character_BP_Aberrant ClassesForLoot15=/Game/PrimalEarth/Dinos/Raptor/BionicRaptor_Character_BP.BionicRaptor_Character_BP ClassesForLoot16= ClassesForLoot17=/Game/PrimalEarth/Dinos/Arthropluera/Arthro_Character_BP_Aberrant.Arthro_Character_BP_Aberrant,/Game/PrimalEarth/Dinos/Direbear/Direbear_Character_BP_Aberrant.Direbear_Character_BP_Aberrant ClassesForLoot18=/Game/Aberration/Dinos/Basilisk/Basilisk_Character_BP.Basilisk_Character_BP,/Game/Aberration/Dinos/Crab/Crab_Character_BP.Crab_Character_BP ClassesForLoot19= ClassesForLoot20= ClassesForLoot21=/Game/Aberration/Dinos/Nameless/Xenomorph_Character_BP_Male.Xenomorph_Character_BP_Male,/Game/Aberration/Dinos/Nameless/Xenomorph_Character_BP_Female.Xenomorph_Character_BP_Female ClassesForLoot22=/Game/PrimalEarth/Dinos/Spino/Spino_Character_BP_Aberrant.Spino_Character_BP_Aberrant,/Game/Aberration/Dinos/RockDrake/RockDrake_Character_BP.RockDrake_Character_BP ClassesForLoot23=/Game/Aberration/Dinos/Crab/MegaCrab_Character_BP.MegaCrab_Character_BP,/Game/Aberration/Dinos/Basilisk/MegaBasilisk_Character_BP.MegaBasilisk_Character_BP ClassesForLoot24=/Game/Aberration/Boss/Rockwell/Rockwell_Character_BP_Hard.Rockwell_Character_BP_Easy,/Game/Aberration/Boss/Rockwell/Rockwell_Character_BP_Hard.Rockwell_Character_BP_Medium,/Game/Aberration/Boss/Rockwell/Rockwell_Character_BP_Hard.Rockwell_Character_BP_Hard
29 Comments
Starbuck  [author] 30 Sep, 2020 @ 1:15pm 
You add the ClassesForLoot#= that you want to get the amount of gold from LootSet# .
You can for example just create everything in #1.
The important thing to remember is to add the correct Classes where the dinos are in folders : /Game/Aberration/Dinos/...
Do not copy the /Game/Mods/1122524327/IndominusRex... If you do not have this mod.
I will remove it from the ClassForLoot21=
SavageCaliber 30 Sep, 2020 @ 11:58am 
Hey Starbuck quick question because i'm used to the old Capitalism loot settings and with the larger fine tuning updates that happened a while back i never noticed how the loot stuff was changed i just kind of noticed it stopped working on my servers and was like welp what ever lol xD
I run a server cluster that has mods to add all creatures from all DLC as well as additional modded ones to all maps, with that said the Aberration section in your guide has ClassesForLoot1= and so on for all the aberration creatures but the lines for the normal creatures also have that so do i copy paste the aberration one as is under the rest or do i copy just the blueprint paths for the creatures and paste em under the same ClassesForLoot1= line that the normal creatures are on and so on? thanks in advance :)
Typhon Plume 10 Feb, 2020 @ 5:40pm 
Trying to set this up for valgeuro, and supply drops, help would be welcome with that.
Starbuck  [author] 4 Nov, 2019 @ 7:22pm 
I guess that will not change anything:

Impulse wrote: "Range can be between 10 and 100 ms, this setting states delay time between each iteration step. Default is 10 ms, to decrease possibility for LatentActionError server crash you could try to increase this delay time. Only result will be that dinos around players will get their loot applied slower, depending on choosen delay time."

But is it always to the same dino?
123 2 Nov, 2019 @ 1:24pm 
Sometimes after a restart server, the loot system does not assign objects to the dinos, can it be a solution if I increase the LootSystemScanMsDelaySteps?
Starbuck  [author] 23 Oct, 2019 @ 10:02pm 
@Impulse, it's always a pleasure when i can help anyone :)
Impulse 23 Oct, 2019 @ 5:16am 
@Starbuck, thank you for your continued support :)
Fuzzygrundel 28 Jul, 2019 @ 3:35pm 
That was indeed the issue. I was using the Beacon App to edit the Game.ini and for some reason when I uploaded the changes to live it alphabetized a bunch of the strings and put them under the wrong headers on upload. I had to edit in expert settings on Nitrado.
Starbuck  [author] 28 Jul, 2019 @ 8:03am 
Look at the headers [Capitalism.LootSystem] , loot system and server settings should be under different ones.
Fuzzygrundel 27 Jul, 2019 @ 12:47pm 
Thank you! I got the loot system to work perfectly. Only issue is for some reason my player and dino stat multipliers went boom and I have no idea why... The strings are still in the game.ini and they were 100% working before I added the loot system strings. Is there anything you can think of?