ARK: Survival Evolved

ARK: Survival Evolved

Capitalism Currency [OPEN SOURCE] (Discontinued)
 Denne tråd er blevet fastgjort, så den er sikkert vigtig
Impulse  [udvikler] 25. aug. 2019 kl. 3:08
Custom Cluster Transfer game.ini settings/info
Important setup to enable cross ark transfer
You'll need to either symlink or sync the CCCT savegame folder across your servers. Sync can be done with e. g. dropbox or similar software/cloud storage solutions. This system does write uploaded items and creatures to savegame files with steamIDs as their names. You'll find it at this location:
../Steam/steamapps/common/ARK/ShooterGame/Saved/Config/SavedArks/CCCT

Adjust given settings in game.ini
this 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 (in game.ini)
[CCCT.Settings]

Available settings with default values
MaxItemUpload=50 MaxCreatureUpload=50 MaxItemExpirationTime=86400 MaxCreatureExpirationTime=86400 ItemClassBlacklist= ItemClassForceWhitelist= CreatureClassBlacklist= CreatureClassForceWhitelist= DisallowAllFlyers=false AllowStructurePickup=false RemoveTitanTransferSickness=false SavegameLocation=../SavedArks/CCCT/

What do this options mean, additional infos
MaxItemUpload=50
Limit the amount of maximum uploadable items that can be stored in the savegame. You can also set this option to -1 to disable upload limitations. But be aware that the implemented ingame widgets do not use paginations and therefore can crash clients/servers if you have for example more then 200 items uploaded (due to replication timeout).

MaxCreatureUpload=50
Limit the amount of maximum uploadable creatures/dinos that can be stored in the savegame. You can set this option to -1 to disable upload limitations. Similar to MaxItemUpload, be aware that more then 200 uploaded creatures could be problematic.

MaxItemExpirationTime=86400
Default are 86400 seconds = 24 hours. Means after this time, like with Wildcards terminal upload, that items will expire and get pruned. This can be deactivated if set to -1.

MaxCreatureExpirationTime=86400
Similar to MaxItemExpirationTime.

ItemClassBlacklist=
Blacklist certain item classes with class pathes. Needs to be a comma separated list. Example could be:
ItemClassBlacklist=/Game/Mods/CapitalismAdminTable/AdminTable/FixedItems/ValentinesChocolate/PrimalItemConsumable_ValentinesChocolate.PrimalItemConsumable_ValentinesChocolate,/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Wood.PrimalItemResource_Wood

ItemClassBPOnlyBlacklist=
Does only blacklist blueprints of this class from being uploadable. Example could be:
ItemClassBPOnlyBlacklist=/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponRifle.PrimalItem_WeaponRifle,/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponRocketLauncher.PrimalItem_WeaponRocketLauncher

ItemClassForceWhitelist=
Requires class pathes to force uploadability for certain item classes. This does also override the vanilla prevent upload setting of items like Element.

CreatureClassBlacklist=
Similar to ItemClassBlacklist. Can blacklist ceratin creatures/dinos with a comma separated class path list.

CreatureClassForceWhitelist=
Enforce uploadability of certain creatures/dinos even if they are listed in the blacklist or are otherwise blocked for upload.

DisallowAllFlyers=false
Set this option to true if you want to block all flyer creatures/dinos from beeing downloaded onto this server. Means you'll still be able to upload but you can't download them again.

AllowStructurePickup=false
Wether it should be possible to permanently be able to pick the terminal up or not.

RemoveTitanTransferSickness=false
Determines if download sickness should get removed and Titan beeing ridable again or not. Default is like vanilla.

SavegameLocation=../SavedArks/CCCT/
This option can be used to determine a custom savegame path. Trailing slash (/) is required.
Sidst redigeret af Impulse; 26. mar. 2020 kl. 8:55