ARK: Survival Evolved

ARK: Survival Evolved

Blessing of Unicorns
Thirteen  [developer] 21 Oct, 2018 @ 1:32am
Spawn Codes and Tags
Administratrive Information:

Mod ID: 1526243940

Dino Name Tag: FancyHorseIce
Dino Name Tag: UnicornLightning
Dino Name Tag: FancyHorseFire
Dino Name Tag: FancyHorsePoison

Ice Spawn Code:
cheat SpawnDino "Blueprint'/Game/Mods/FancyUnicorns/Ice/FancyHorseIce_Character_BP.FancyHorseIce_Character_BP'" 500 0 0 120

Lightning Spawn Code:
cheat SpawnDino "Blueprint'/Game/Mods/FancyUnicorns/Lightning/UnicornLightning_Character_BP.UnicornLightning_Character_BP'" 500 0 0 120

Fire Spawn Code:
cheat SpawnDino "Blueprint'/Game/Mods/FancyUnicorns/Fire/FancyHorseFire_Character_BP.FancyHorseFire_Character_BP'" 500 0 0 120

Poison Spawn Code:
cheat SpawnDino "Blueprint'/Game/Mods/FancyUnicorns/Poison/FancyHorsePoison_Character_BP.FancyHorsePoison_Character_BP'" 500 0 0 120
Last edited by Thirteen; 9 Nov, 2018 @ 10:56pm
< >
Showing 1-14 of 14 comments
Thirteen  [developer] 10 Dec, 2018 @ 3:31pm 
hmm I dunno, i'll look into it this evening, but they should work as normal.
SenhorBravoYT 29 Dec, 2018 @ 5:25pm 
I'm sorry for the ask but where do i find the creatures in the game?
Thirteen  [developer] 29 Dec, 2018 @ 5:57pm 
They are set up to mirror where Equus spawn. Any spawn map that lists Equus will have where you should go.
DeadbutDelicious 23 Apr, 2019 @ 2:29pm 
I'd like to add the Unicorn Poop to the S+ pull function. Do you have the spawn codes for those as well?
Thirteen  [developer] 24 Apr, 2019 @ 9:12pm 
can you spawn poop? is that a thing? I honestly haven't tried... and when I tested it I ran around after them until they pooped. Show me a normal poop spawn code and I'll see if i can refactor it to do the unicorn poop[s]
DeadbutDelicious 25 Apr, 2019 @ 10:56am 
Unfortunately I don't have a spawn code for the poop. If I could get that code I could probably write the S+ pull function.
I attempted the following with no luck, not sure this would be the right path, I just used the blueprints you had above for the characters and modified them slightly. I highly doubted the GFI from the start.

cheat GiveItem "Blueprint'/Game/Mods/UnicornFeces/Fire/FireUnicornFeces_PrimalItem_BP.FireUnicornFeces_PrimalItem_BP'" 1 0 0

Cheat GFI FireUnicornFeces 1 0 0

I'm guessing it wasn't a function that was implemented in the development. Or I've got the codes all wrong.
Last edited by DeadbutDelicious; 25 Apr, 2019 @ 11:10am
Thirteen  [developer] 25 Apr, 2019 @ 9:15pm 
Try:

"Blueprint'/Game/Mods/FancyUnicorns/Fire/PrimalItemConsumable_UnicornFirePoop.PrimalItemConsumable_UnicornFirePoop'"
DeadbutDelicious 26 Apr, 2019 @ 1:12pm 
IT WORKED!

cheat giveitem "Blueprint'/Game/Mods/FancyUnicorns/Fire/PrimalItemConsumable_UnicornFirePoop.PrimalItemConsumable_UnicornFirePoop'" 1 0 0 0
DeadbutDelicious 26 Apr, 2019 @ 1:27pm 
So I just went through and tested for each element. I'm able to spawn all of them in with the exception of Lightning. I've never had the opportunity to tame one so idk if they poop haha but I'm assuming they do.

The following worked:
cheat giveitem "Blueprint'/Game/Mods/FancyUnicorns/Fire/PrimalItemConsumable_UnicornFirePoop.PrimalItemConsumable_UnicornFirePoop'" 1 0 0 0

cheat giveitem "Blueprint'/Game/Mods/FancyUnicorns/Ice/PrimalItemConsumable_UnicornIcePoop.PrimalItemConsumable_UnicornIcePoop'" 1 0 0 0

cheat giveitem "Blueprint'/Game/Mods/FancyUnicorns/Poison/PrimalItemConsumable_UnicornPoisonPoop.PrimalItemConsumable_UnicornPoisonPoop'" 1 0 0 0


I could not get this to work for Lightning:


cheat giveitem "Blueprint'/Game/Mods/FancyUnicorns/Lightning/PrimalItemConsumable_UnicornLightningPoop.PrimalItemConsumable_UnicornLightningPoop'" 1 0 0 0


The S+ pull function for the ones I did get to work should be the following: (Missing LIghtning)

PullResourceAdditions=/Game/Mods/FancyUnicorns/Fire/PrimalItemConsumable_UnicornFirePoop.PrimalItemConsumable_UnicornFirePoop,/Game/Mods/FancyUnicorns/Ice/PrimalItemConsumable_UnicornIcePoop.PrimalItemConsumable_UnicornIcePoop,/Game/Mods/FancyUnicorns/Poison/PrimalItemConsumable_UnicornPoisonPoop.PrimalItemConsumable_UnicornPoisonPoop
Thirteen  [developer] 26 Apr, 2019 @ 9:45pm 
cheat giveitem "Blueprint'/Game/Mods/FancyUnicorns/Lightning/PrimalItemConsumable_LightningPoop.PrimalItemConsumable_LightningPoop'" 1 0 0 0
DeadbutDelicious 28 Apr, 2019 @ 2:23am 
Sweet, it worked. Thank you!
DeadbutDelicious 19 Oct, 2019 @ 3:36pm 
Hi again, I'm working on modifying the spawns on my map but it doesn't seem to be working. I tried using the following to remove their spawns from the map but they are still spawning. Am I missing something? Did I get the dino names wrong?

NPCReplacements=(FromClassName="FancyHorseIce_BP_C",ToClassName="FancyHorseIce_BP_C")
NPCReplacements=(FromClassName="UnicornLightning_BP_C",ToClassName="UnicornLightning_BP_C")
NPCReplacements=(FromClassName="FancyHorseFire_BP_C",ToClassName="FancyHorseFire_BP_C")
NPCReplacements=(FromClassName="FancyHorsePoison_BP_C",ToClassName="FancyHorsePoison_BP_C")

PS. the above s+ code is no longer working for Unicorn Poop. I'll have to dive in that again and see if I can figure out what's going on. If I get it all figured out I'll post the findings here in case someone else wants to do the same.
DeadbutDelicious 26 Oct, 2019 @ 11:52am 
I guess I should mention I'm using ASM you dump in the NPC replacement like above and then it provides you with options of spawnable or tameable and I have selected for them not to spawn. The same process works for other dinos.
So really asking if "FancyHorseIce_BP_C" for example is the correct dino name. Or if it's simply just "FancyHorseIce"

NPCReplacements=(FromClassName="FancyHorseIce",ToClassName="FancyHorseIce")
DeadbutDelicious 3 Nov, 2019 @ 8:40am 
I think I figured it out the correct string would be

NPCReplacements=(FromClassName="FancyHorseIce_Character_BP_C",ToClassName="FancyHorseIce_Character_BP_C")

And change the last dino code to whatever you want it replaced by. Now I can use the simple spawners to spawn them in very rarely in the respective biomes.
In case someone else comes across this.
< >
Showing 1-14 of 14 comments
Per page: 1530 50