ARK: Survival Evolved

ARK: Survival Evolved

Capitalism Currency [OPEN SOURCE] (Discontinued)
 This topic has been pinned, so it's probably important
Impulse  [developer] Aug 27, 2018 @ 3:23pm
DinoGarage Settings Gus.ini/Game.ini
Adjust given settings in your gus.ini and game.ini
For this part of the mod you might want to adjust both, gus.ini and game.ini so that all parts behave like desired.

this gus.ini and game.ini is usually located at
Windows:
..\Steam\steamapps\common\ARK\ShooterGame\Saved\Config\WindowsNoEditor\
Linux:
../Steam/steamapps/common/ARK/ShooterGame/Saved/Config/LinuxNoEditor/

Main tag to put above, only required once for all Capitalism mods and only for the Gus.ini
[Capitalism]

Gus.ini Settings
DinoGarageMaxSlots=100 DinoGarageReconnectionCostPerDino=100 DinoGarageStorageCosts=1 DinoGarageFoodForMoneyModifier=0.0 DinoGarageDeactivateEggCollection=false DinoGarageDeactivatePoopCollection=false DinoConsumptionFoodModifier=1.0 DisableDinoCharacterFoodConsumption=false DinoPoopChanceModifier=1.0 DinoEggChanceModifier=1.0 AffinityLookupSkipSteps=13 DinoGarageCustomSaveGameLocation=../SavedArks/CapitalismDinoGarages/ DisableBeetleFertilizerProcessing=false DinoGarageFertilizerProcessingModifier=1.0 DinoGarageSetInventorySlots=180 DinoGarageUseNearbyFeedingTroughMaxRange=3500 DinoGarageCustomCurrencyClass=/Game/Mods/CapitalismCurrency/GloryCoin/PrimalItemResource_GloryCoin.PrimalItemResource_GloryCoin DinoGarageUploadBlacklistClassPathes=

Explanations:
DinoGarageMaxSlots: Range between 10 and 200 is possible.
DinoGarageReconnectionCostPerDino: -1.0 means deactivated. What should be the reconnection cost per stored dino in the savegame, only Glory Coins.
DinoGarageStorageCosts: -1.0 means deactivated. Determines the costs per dino upload.
DinoGarageFoodForMoneyModifier: Range from 0.01 to 1.0 or -1 for deactivating FeedingTrough functionality, default is 0.0 (deactivated); 1.0 would give 100 food for 1 coin.
AffinityLookupSkipSteps: Range from 1 to 100 is possilbe. States how many food items should be iterated until next delay step occurs, to tweak server performance.
DinoGarageUseNearbyFeedingTroughMaxRange: if nearby feeding trough option in MUE wheel was chosen, how far should the garage look for one. It'll will always try to get the closest.
DinoConsumptionFoodModifier: higher modifier means higher food consumption.
DinoPoopChanceModifier: higher modifier means higher chance for poop drop per background worker intervall.
AffinityLookupSkipSteps: This setting says how many food items in the garages inventory should be scanned at once without any delay step in between. Increasing this number could cause server lag and decreasing it could cause the affinity lookup to take forever, rendering food consumption, egg and poop collection useless.
DinoGarageUseNearbyFeedingTroughMaxRange: 3500 are around 11 foundations, which means the default range is the same as the Tek Trough has.
DinoGarageSetInventorySlots: limit for this setting is min. 10 and max. 180, everything above 180 would defeat the purpose of beeing a performance improvement.
DinoGarageCustomCurrencyClass: you can choose your own currency for uploading, reconnection, and food for coin costs. Only one class path is valid and currency short in cost descriptions won't get updated (could only be tweaked with the currency renaming option for Glory Coins).
DisableDinoCharacterFoodConsumption: set this option to true, to disable dino feeding completely.
DinoGarageUploadBlacklistClassPathes: Ist used for a comma separated list of class pathes that should not be allowed for the storage upload


Vanilla gus.ini settings (with their default values) that are taken into account, those need to go below the [ServerSettings] tag:
AllowRaidDinoFeeding=false RaidDinoCharacterFoodDrainMultiplier=1.0 DinoCharacterFoodDrainMultiplier=1.0 XPMultiplier=1.0 HarvestAmountMultiplier=1.0 HarvestHealthMultiplier=1.0 MaxPersonalTamedDinos=500.0 MaxTamedDinos=5000.0

Game.ini Settings
Vanilla game.ini settings (with their default values) that are taken into account, those need to go below the [/script/shootergame.shootergamemode] tag:
GenericXPMultiplier=1.0 LayEggIntervalMultiplier=1.0 PoopIntervalMultiplier=1.0

Engrams overrides in game.ini
OverrideNamedEngramEntries=(EngramClassName="EngramEntry_DinoGarage_C",EngramHidden=True,EngramPointsCost=0,EngramLevelRequirement=0,RemoveEngramPreReq=False)

Change crafting resource costs of a blueprint
ConfigOverrideItemCraftingCosts=(ItemClassString="PrimalItemStructure_Capitalism_DinoGarage_C",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemResource_GloryCoin_C",BaseResourceRequirement=100.0,bCraftingRequireExactResourceType=false)))
Last edited by Impulse; Jun 15, 2019 @ 11:38am