ARK: Survival Evolved

ARK: Survival Evolved

Capitalism Currency [OPEN SOURCE] (Discontinued)
 이 토론은 고정되었습니다. 중요해서 그렇겠죠?
Impulse  [개발자] 2016년 10월 15일 오전 9시 30분
Glory Coin spawn in ScorchedEarth cave loot crates
Game.ini entries

Copy the required code blocks into your game.ini

Or create your own beacon sets with this open source software TheZAZ[thezaz.com].

New game.ini option since patch 273.7
Quote from Osid: "You can now set bAppendItemSets=true to ADD item sets to supply crates, rather than totally overriding all their items. And you can set bAppendPreventIncreasingMinMaxItemSets=true to dynamically increase the amount of items dropped by however many additional itemsets you add ( only applies when bAppendItemSets=true )"

Head
[/script/shootergame.shootergamemode]

Blue cave loot crate
ConfigOverrideSupplyCrateItems=(SupplyCrateClassString="SupplyCrate_Cave_QualityTier1_ScorchedEarth_C",MinItemSets=1,MaxItemSets=1,NumItemSetsPower=1.0,bSetsRandomWithoutReplacement=true,ItemSets=((MinNumItems=1,MaxNumItems=1,NumItemsPower=1.0,SetWeight=1.0,bItemsRandomWithoutReplacement=true,ItemEntries=((EntryWeight=1.0,ItemClassStrings=("PrimalItemResource_GloryCoin_C"),ItemsWeights=(1.0),MinQuantity=400.0,MaxQuantity=400.0,MinQuality=1.0,MaxQuality=1.0,bForceBlueprint=false,ChanceToBeBlueprintOverride=0.0)))))

Yellow cave loot crate
ConfigOverrideSupplyCrateItems=(SupplyCrateClassString="SupplyCrate_Cave_QualityTier2_ScorchedEarth_C",MinItemSets=1,MaxItemSets=1,NumItemSetsPower=1.0,bSetsRandomWithoutReplacement=true,ItemSets=((MinNumItems=1,MaxNumItems=1,NumItemsPower=1.0,SetWeight=1.0,bItemsRandomWithoutReplacement=true,ItemEntries=((EntryWeight=1.0,ItemClassStrings=("PrimalItemResource_GloryCoin_C"),ItemsWeights=(1.0),MinQuantity=500.0,MaxQuantity=500.0,MinQuality=1.0,MaxQuality=1.0,bForceBlueprint=false,ChanceToBeBlueprintOverride=0.0)))))

Red cave loot crate
ConfigOverrideSupplyCrateItems=(SupplyCrateClassString="SupplyCrate_Cave_QualityTier3_ScorchedEarth_C",MinItemSets=1,MaxItemSets=1,NumItemSetsPower=1.0,bSetsRandomWithoutReplacement=true,ItemSets=((MinNumItems=1,MaxNumItems=1,NumItemsPower=1.0,SetWeight=1.0,bItemsRandomWithoutReplacement=true,ItemEntries=((EntryWeight=1.0,ItemClassStrings=("PrimalItemResource_GloryCoin_C"),ItemsWeights=(1.0),MinQuantity=600.0,MaxQuantity=600.0,MinQuality=1.0,MaxQuality=1.0,bForceBlueprint=false,ChanceToBeBlueprintOverride=0.0)))))
Impulse 님이 마지막으로 수정; 2018년 1월 3일 오전 1시 48분