ARK: Survival Evolved

ARK: Survival Evolved

Capitalism Currency [OPEN SOURCE] (Discontinued)
This topic has been locked
Starbuck 21 Jun, 2018 @ 10:23am
Loot System with Extinction Core
HI, i tried to add the loot system with Extinction Core mods and it doesn't seems to work.

Here is my Game.ini that i changed

[Capitalism.LootSystem] SuppressVanillaLootSets=false LootDebugLevel=4 LootSystemScanMsDelaySteps=10 LootSet1=MinNumItems=1,MaxNumItems=1,SetWeight=1.0,ItemEntries=((EntryWeight=1.0,ItemClass=/Game/Mods/CapitalismCurrency/GloryCoin/PrimalItemResource_GloryCoin.PrimalItemResource_GloryCoin,MinQuantity=1.0,MaxQuantity=5.0,MinQuality=1.0,MaxQuality=1.0,ChanceForBp=0.0)) ClassesForLoot1=/Game/PrimalEarth/Dinos/Dodo/Dodo_Character_BP.Dodo_Character_BP_Core,/Game/PrimalEarth/Dinos/Sheep/Sheep_Character_BP.Sheep_Character_BP_Core,/Game/PrimalEarth/Dinos/Achatina/Achatina_Character_BP.Achatina_Character_BP_Core,/Game/PrimalEarth/Dinos/Compy/Compy_Character_BP.Compy_Character_BP_Core,/Game/PrimalEarth/Dinos/Gallimimus/Galli_Character_BP.Galli_Character_BP_Core,/Game/PrimalEarth/Dinos/Ichthyornis/Ichthyornis_Character_BP.Ichthyornis_Character_BP_Core,/Game/PrimalEarth/Dinos/Moschops/Moschops_Character_BP.Moschops_Character_BP_Core,/Game/PrimalEarth/Dinos/Phiomia/Phiomia_Character_BP.Phiomia_Character_BP_Core,/Game/PrimalEarth/Dinos/Lystrosaurus/Lystro_Character_BP.Lystro_Character_BP_Core
< >
Showing 1-13 of 13 comments
Ark'adia 22 Jun, 2018 @ 4:32am 
Hi :) I also try to add coins to some EC animals. Did you make it?
Starbuck 22 Jun, 2018 @ 6:08am 
Not at all and no one here or in Extinction Core side seems to know if it's possible or not :)
Well i am sure it is possible, there is nothing impossible but who knows the answer is the problem.
Last edited by Starbuck; 22 Jun, 2018 @ 7:00am
Impulse  [developer] 22 Jun, 2018 @ 8:16am 
@Starbuck, you will have to use the remapped dinos from said mod, not the vanilla ones. You pathes point to primal earth, which is not correct.
Ark'adia 22 Jun, 2018 @ 1:35pm 
So if I want the boss (EC boss) to drop coins, then the path should look like this?

[Capitalism.LootSystem]
SuppressVanillaLootSets=false
LootDebugLevel=4
LootSystemScanMsDelaySteps=10 LootSet1=MinNumItems=1,MaxNumItems=1,SetWeight=1.0,ItemEntries=((EntryWeight=1.0,ItemClass=/Game/Mods/CapitalismCurrency/GloryCoin/PrimalItemResource_GloryCoin.PrimalItemResource_GloryCoin,MinQuantity=1.0,MaxQuantity=5.0,MinQuality=1.0,MaxQuality=1.0,ChanceForBp=0.0)) ClassesForLoot1=/Game/Mods/Extinction/Dinos/Broodmother/Broodmother_Character_BP_Core.Broodmother_Character_BP_Core

Impulse  [developer] 22 Jun, 2018 @ 2:12pm 
if that path ("/Game/Mods/Extinction/Dinos/Broodmother/Broodmother_Character_BP_Core.Broodmother_Character_BP_Core") is correct, then yes ;)
Last edited by Impulse; 22 Jun, 2018 @ 2:12pm
Starbuck 22 Jun, 2018 @ 4:20pm 
Thanks for your time Impulse.
This is an example of the full path where i find the strait Dodo_Character_BP_Core.uasset
Because we have 6 servers its at a different place but i dont know from wich part i should start of.

C:\Jeux\SteamCMD\Servers\Server1\ShooterGame\Content\Mods\817096835\dinos\dodo

If you could help me fix this i will be forever grateful !
Impulse  [developer] 23 Jun, 2018 @ 2:43am 
\ShooterGame\Content\Mods\817096835\dinos\dodo

817096835 <- is the problem, there should be "Extinction" (if that's the correct mod name)
dodo <- is that all, did they really name it only dodo, no character or BP somewhere?
Starbuck 23 Jun, 2018 @ 5:06am 
It is different because dodo is a file where you have regular dodo, prime dodo and golden dodo.
Impulse  [developer] 28 Jun, 2018 @ 2:20am 
@Starbuck, did you find the correct pathes?
Starbuck 28 Jun, 2018 @ 5:23am 
Yes and seriously i find it awesome that you ask few days later. This is a very good attention.

If anyone else need the code the correct path is like this:
ClassesForLoot1=/Game/Mods/Extinction/Dinos/Dodo/Dodo_Character_BP_Core.Dodo_Character_BP_Core,/Game/Mods/Extinction/Dinos/Sheep/Sheep_Character_BP_Core.Sheep_Character_BP_Core,/Game/Mods/Extinction/Dinos/Achatina/Achatina_Character_BP_Core.Achatina_Character_BP_Core,/Game/Mods/Extinction/Dinos/Compy/Compy_Character_BP_Core.Compy_Character_BP_Core,/Game/Mods/Extinction/Dinos/Gallimimus/Galli_Character_BP_Core.Galli_Character_BP_Core,/Game/Mods/Extinction/Dinos/Ichthyornis/Ichthyornis_Character_BP_Core.Ichthyornis_Character_BP_Core,/Game/Mods/Extinction/Dinos/Moschops/Moschops_Character_BP_Core.Moschops_Character_BP_Core,/Game/Mods/Extinction/Dinos/Phiomia/Phiomia_Character_BP_Core.Phiomia_Character_BP_Core,/Game/Mods/Extinction/Dinos/lystro/Lystro_Character_BP_Core.Lystro_Character_BP_Core,/Game/Mods/Extinction/Dinos/Para/Para_Character_BP_Core.Para_Character_BP_Core,/Game/Mods/Extinction/Dinos/Achatina/Prime/PrimeAchatina_Character_BP_Core.PrimeAchatina_Character_BP_Core

Thank you for pointing me in the right direction !
Impulse  [developer] 28 Jun, 2018 @ 5:24am 
Thanks for feedback ;)
Impulse  [developer] 4 Mar, 2019 @ 7:28am 
closing
< >
Showing 1-13 of 13 comments
Per page: 1530 50