Jump to content

Console command to spawn domesticated Beefalo


Recommended Posts

Copy and paste this command.

local beef = c_spawn("beefalo"); beef.components.hunger:DoDelta(400); beef.components.domesticatable:DeltaTendency("PUDGY", 1); beef:SetTendency(); beef.components.domesticatable.domestication = 1; beef.components.domesticatable:BecomeDomesticated();

 

How do you get rid of the console after you type that tho? because I accidentally go into the console sometimes and when I go out of it.. the words stay on screen.. and I try everything to get rid of it but it wont go away.

48 minutes ago, Mdshadowman said:

How do you get rid of the console after you type that tho? because I accidentally go into the console sometimes and when I go out of it.. the words stay on screen.. and I try everything to get rid of it but it wont go away.

Press CTRL-L. Or install a mod.

7 hours ago, Mdshadowman said:

I dont think this works anymore.. when I try to do it the beefalo doesnt tame and just stands in one place.. and you cant attack it..

Sounds like you're not admin on the server  - You have to have admin privileges to spawn things in!

If you are hosting a hosted caves + forest, make sure to turn on remote mode with CTRL.

3 hours ago, engiSonic said:

Sounds like you're not admin on the server  - You have to have admin privileges to spawn things in!

If you are hosting a hosted caves + forest, make sure to turn on remote mode with CTRL.

I was admin, if I wasnt admin the beefalo wouldnt spawn in the first place, what I am saying was a tried to spawn it on a dedicated server.. and it spawned... i just didnt move.. and ot didnt tame.. it dod nothing.. and you couldnt even attack it.

It would spawn, it just would not be registered by the game. You can "spawn" something into the game as a client, but the only change will be you seeing a static, unpickable prefab on the ground where your mouse was. You need to check if your console is on remote since multi-sharded servers consider anyone a client for the sake of commands.

Archived

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

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...