Advertisement
jeb5800

Ark Commands

Feb 21st, 2019
5,394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. Get current coordinates (useful with cheat setplayerpos as they can be added to teleport back to the same spot)
  2. ccc
  3.  
  4. Get structure class id by looking at it. Will return the classname in format classname_C_0 0 is the current instance. spawning another of the same item would increase it by 1.
  5. DebugStructures
  6.  
  7. Spawn all head hair
  8. cheat GiveItem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/BaseBPs/PrimalItemConsumable_UnlockHair_Head_Mohawk.PrimalItemConsumable_UnlockHair_Head_Mohawk'" 1 0 0| cheat GiveItem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/BaseBPs/PrimalItemConsumable_UnlockHair_Head_Afro.PrimalItemConsumable_UnlockHair_Head_Afro'" 1 0 0| cheat GiveItem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/BaseBPs/PrimalItemConsumable_UnlockHairstyle_Head_Romantic.PrimalItemConsumable_UnlockHairstyle_Head_Romantic'" 1 0 0| cheat GiveItem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/BaseBPs/PrimalItemConsumable_UnlockHair_Head_Dreadlocks.PrimalItemConsumable_UnlockHair_Head_Dreadlocks'" 1 0 0| cheat GiveItem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/BaseBPs/PrimalItemConsumable_UnlockHair_Head_Ponytail.PrimalItemConsumable_UnlockHair_Head_Ponytail'" 1 0 0| cheat GiveItem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/BaseBPs/PrimalItemConsumable_UnlockHair_Head_Braids.PrimalItemConsumable_UnlockHair_Head_Braids'" 1 0 0| cheat GiveItem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/BaseBPs/PrimalItemConsumable_UnlockHair_Head_Viking.PrimalItemConsumable_UnlockHair_Head_Viking'" 1 0 0
  9.  
  10. Spawn all facial hair
  11. cheat GiveItem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/BaseBPs/PrimalItemConsumable_UnlockHair_Facial_Moustache.PrimalItemConsumable_UnlockHair_Facial_Moustache'" 1 0 0| cheat GiveItem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/BaseBPs/PrimalItemConsumable_UnlockHair_Facial_Goatee.PrimalItemConsumable_UnlockHair_Facial_Goatee'" 1 0 0| cheat GiveItem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/BaseBPs/PrimalItemConsumable_UnlockHairstyle_Facial_Romantic.PrimalItemConsumable_UnlockHairstyle_Facial_Romantic'" 1 0 0| cheat GiveItem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/BaseBPs/PrimalItemConsumable_UnlockHair_Facial_Dreadbeard.PrimalItemConsumable_UnlockHair_Facial_Dreadbeard'" 1 0 0| cheat GiveItem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/BaseBPs/PrimalItemConsumable_UnlockHair_Facial_MuttonChops.PrimalItemConsumable_UnlockHair_Facial_MuttonChops'" 1 0 0| cheat GiveItem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/BaseBPs/PrimalItemConsumable_UnlockHair_Facial_CurlyBeard.PrimalItemConsumable_UnlockHair_Facial_CurlyBeard'" 1 0 0| cheat GiveItem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/BaseBPs/PrimalItemConsumable_UnlockHair_Facial_VikingBeard.PrimalItemConsumable_UnlockHair_Facial_VikingBeard'" 1 0 0
  12.  
  13. Destroy Rock Drake Eggs
  14. cheat destroyall DroppedItemGeneric_FertilizedEgg_RockDrake_NoPhysics_C
  15.  
  16. Destroy Wyvern Eggs (does not work with ice wyvern eggs)
  17. cheat destroyall DroppedItemGeneric_FertilizedEgg_NoPhysicsWyvern_C
  18.  
  19. Destroy Deinonychus Eggs
  20. cheat destroyall DroppedItemGeneric_FertilizedEgg_NoPhysicsDeinonychus_C
  21.  
  22. Destroy Magmasaur Eggs
  23. cheat destroyall DroppedItemGeneric_FertilizedEgg_NoPhysicsCherufe_C
  24.  
  25. Destroy Beaver Dams
  26. cheat destroyall BeaverDam_C
  27.  
  28. Summon Beaver Dam
  29. cheat summon Beaver_Dam_C
  30.  
  31. Destroy Bee Hives
  32. cheat destroyall BeeHive_c
  33.  
  34. Spawn Wild Plant Z
  35.  
  36. cheat spawnactor "Blueprint'/Game/Aberration/WeaponPlantSpeciesZ/Structure_PlantSpeciesZ_Wild.Structure_PlantSpeciesZ_Wild'" 10 -150 -150
  37.  
  38. Spawn Charge Node (thanks to Azrael)
  39. cheat spawnactor "Blueprint'/Game/Aberration/Structures/PowerNode/PrimalStructurePowerNode.PrimalStructurePowerNode'" 10 -150 -150
  40.  
  41. Spawn Hypercharge node
  42. cheat spawnactor "Blueprint'/Game/Aberration/Structures/PowerNode/PrimalStructurePowerNode_Damaged.PrimalStructurePowerNode_Damaged'" 10 -150 -150
  43.  
  44. Spawn City Terminal
  45.  
  46. cheat spawnactor "Blueprint'/Game/Extinction/Structures/CityTerminal/PrimalStructure_CityTerminal_BP_Desert.PrimalStructure_CityTerminal_BP_Desert'" 10 0 0
  47.  
  48. cheat spawnactor "Blueprint'/Game/Extinction/Structures/CityTerminal/PrimalStructure_CityTerminal_BP_Wasteland.PrimalStructure_CityTerminal_BP_Wasteland'" 10 0 0
  49.  
  50. cheat spawnactor "Blueprint'/Game/Extinction/Structures/CityTerminal/PrimalStructure_CityTerminal_BP_Snow.PrimalStructure_CityTerminal_BP_Snow'" 10 0 0
  51.  
  52. cheat spawnactor "Blueprint'/Game/Extinction/Structures/CityTerminal/PrimalStructure_CityTerminal_BP.PrimalStructure_CityTerminal_BP'" 10 0 0
  53.  
  54. Spawn Gensis Oil Vent
  55. cheat spawnactor "Blueprint'/Game/Genesis/Structures/GasVein/OilVent_BP.OilVent_BP.OilVent_BP.OilVent_BP'" 10 0 0
  56.  
  57. Spawn Aberration Gas Vein
  58. cheat spawnactor "Blueprint'/Game/Aberration/Structures/GasCollector/GasVein_Base_BP.GasVein_Base_BP'" 10 0 0
  59.  
  60. Spawn Genesis Gas Vein
  61. cheat spawnactor "Blueprint'/Game/Genesis/Structures/GasVein/GasVein_Base_Gen_BP.GasVein_Base_Gen_BP'" 10 0 0
  62.  
  63. Spawn Genesis Lunar Oxygen Vent
  64. cheat spawnactor "Blueprint'/Game/Genesis/Structures/GasVein/LunarOxygenVent_BP.LunarOxygenVent_BP'" 10 0 0
  65.  
  66. Spawn Bog Poison Plant
  67. cheat spawnactor "Blueprint'/Game/Genesis/Environment/Bog/Vegetation/Foliage/PoisonPlant/BP_HeroPoisonPlant.Bp_HeroPoisonPlant'" 10 0 0
  68.  
  69. Spawn Water Vein
  70. cheat spawnactor "Blueprint'/Game/ScorchedEarth/Structures/WaterWell/WaterVein_Base_BP.WaterVein_Base_BP'" 10 0 -155
  71.  
  72. Spawn Oil Vein
  73. cheat spawnactor "Blueprint'/Game/ScorchedEarth/Structures/OilPump/OilVein_Base_BP.OilVein_Base_BP'" 10 0 -150
  74.  
  75. Destroy structure that is place (stand on top)
  76. cheat killaoe structures 100
  77.  
  78.  
  79.  
  80.  
  81. Island Obelisk Terminals
  82. Cheat Summon TributeTerminal_Red_C
  83. Cheat Summon TributeTerminal_Blue_C
  84. Cheat Summon TributeTerminal_Green_C
  85.  
  86. Beaver dams for Ragnarok classnames for editing or spawning
  87.  
  88. Big Round One
  89. SupplyCrateBaseBP_Instantaneous_DenLogs_Child2_C
  90.  
  91. Long ones near top lake
  92. SupplyCrateBaseBP_Instantaneous_DamLogs_Child_C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement