Jump to content

Admin commads


ioanniy

Recommended Posts

Admin commads

SpawnExactDino DinoBlueprintPath[FString] SaddleBlueprintPath[FString] SaddleQuality[float] BaseLevel[int32] ExtraLevels[int32] BaseStats[FString] AddedStats[FString] DinoName[FString] Cloned[int8] Neutered[int8] TamedOn[FString] UploadedFrom[FString] ImprinterName[FString] ImprinterPlayerID[int32] ImprintQuality[float] Colors[FString] DinoID[int64] Exp[int64] spawnDistance[float] YOffset[float] ZOffset[float]

how do I write this command correctly? It is desirable an example

Link to comment
Share on other sites

Umm I dunno where you got theses from but I’ve never seen them. Of course I’ve had a limited experience with admin commands

 

to enable commands you type EnableCheats password. To use a cheat you must type Cheat and then the command for example

Cheat fly will enable flight

Cheat InfiniteStats will make you have well infinite stats 

Cheat ForceTame will tame any animal in the middle of your screen

Hope this helps 

Link to comment
Share on other sites

if you are trying to spawn in a wild or tamed dino you are going way to much into many strings of code.  Simply look up in Ark Wiki gmsummon, summon etc.  Blueprint paths are used.  Then you can admin change color, etc.  Now if you are wanting to change ini files of your server to make it a stronger than wild dino the you need to change some code in the ini on how much stats add to your dino.

Link to comment
Share on other sites

  • 9 months later...

See if these examples work:

SpawnExactDino "Blueprint'/Game/PrimalEarth/Dinos/Para/BionicPara_Character_BP.BionicPara_Character_BP'" "" 1 911 88 "254,108,20,20,254,254,0,0" "20,0,0,0,0,38,30,0" "TP-C01" 0 0 "" "" "S-009" 0 1 "70,82,82,82,14,70" 0 0 0 20 20
SpawnExactDino "Blueprint'/Game/PrimalEarth/Dinos/Quetzalcoatlus/BionicQuetz_Character_BP.BionicQuetz_Character_BP'" "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_QuetzSaddle_Platform.PrimalItemArmor_QuetzSaddle_Platform'" 20 911 88 "254,128,20,0,254,254,0,0" "20,20,0,0,20,28,0,0" "TQ-FB1" 0 0 "" "" "S-009" 0 1 "82,82,82,82,14,84" 0 0 0 20 20

https://ark.fandom.com/wiki/Console_commands#SpawnExactDino

Link to comment
Share on other sites

  • 3 months later...
On 4/7/2021 at 11:45 PM, LHammonds said:

SpawnExactDino "Blueprint'/Game/PrimalEarth/Dinos/Para/BionicPara_Character_BP.BionicPara_Character_BP'" "" 1 911 88 "254,108,20,20,254,254,0,0" "20,0,0,0,0,38,30,0" "TP-C01" 0 0 "" "" "S-009" 0 1 "70,82,82,82,14,70" 0 0 0 20 20

SpawnExactDino "Blueprint'/Game/PrimalEarth/Dinos/Quetzalcoatlus/BionicQuetz_Character_BP.BionicQuetz_Character_BP'" "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_QuetzSaddle_Platform.PrimalItemArmor_QuetzSaddle_Platform'" 20 911 88 "254,128,20,0,254,254,0,0" "20,20,0,0,20,28,0,0" "TQ-FB1" 0 0 "" "" "S-009" 0 1 "82,82,82,82,14,84" 0 0 0 20 20

https://ark.fandom.com/wiki/Console_commands#SpawnExactDino

This works in local play, but does not work on the server. Even if used with "Cheat" or "Admincheat".
Can it be used on the server?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...