GrumpyWolf Posted January 4, 2016 Share Posted January 4, 2016 I know there is a way to domesticate beefalo with debug inputs. I don't know what the inputs are. I know It's possible in some way though, because of this picture on the wiki. This quote from the uploader of the image to the wiki page also confirms It's possible: Just added a screenshot of the Beefalo's DST moods, upon reading the script it's apparent that these have to do with domestication and ridability of the Beefalo.And apparently you can tailor beefalo to particular moods depending on how you use them. Apparently after reading the script, domestication does not happen right now, it needs to be forced through debug inputs. The method TryBecomeDomesticated() doesn't get called anywhere in the code. It's apparently not finished and doesn't happen yet. I tried to ask him what the debug inputs are, but he didn't respond.So if anyone out there knows, please tell me.I'll try and put it on the wiki if you tell me to help others. Link to comment https://forums.kleientertainment.com/forums/topic/61839-how-to-domesticate-a-beefalo-with-debug-inputs/ Share on other sites More sharing options...
DarkXero Posted January 4, 2016 Share Posted January 4, 2016 So if anyone out there knows, please tell me. Copy and paste this on the console, while you are near to the beef you want to domesticatec_find("beefalo").components.domesticatable.domestication=1 c_find("beefalo").components.domesticatable:BecomeDomesticated()To give a beefalo a tendency ("ORNERY", "RIDER", "PUDGY"), you can usec_find("beefalo").components.hunger:DoDelta(400) c_find("beefalo").components.domesticatable:DeltaTendency("RIDER",100) c_find("beefalo"):SetTendency()Here I use "RIDER" but you can use any of the other ones.No tendency gives beefalo the "DEFAULT" tendency. Remember to give the beefalo a tendency before domesticating. Link to comment https://forums.kleientertainment.com/forums/topic/61839-how-to-domesticate-a-beefalo-with-debug-inputs/#findComment-705295 Share on other sites More sharing options...
GrumpyWolf Posted January 4, 2016 Author Share Posted January 4, 2016 Thanks so much. Link to comment https://forums.kleientertainment.com/forums/topic/61839-how-to-domesticate-a-beefalo-with-debug-inputs/#findComment-705315 Share on other sites More sharing options...
MF99K Posted March 18, 2016 Share Posted March 18, 2016 On 1/3/2016 at 10:25 AM, DarkXero said: Copy and paste this on the console, while you are near to the beef you want to domesticate how exactly do you paste something into console? Link to comment https://forums.kleientertainment.com/forums/topic/61839-how-to-domesticate-a-beefalo-with-debug-inputs/#findComment-735456 Share on other sites More sharing options...
PanAzej Posted March 18, 2016 Share Posted March 18, 2016 5 hours ago, mf99k said: how exactly do you paste something into console? Ctrl+V This can be done in DST only Link to comment https://forums.kleientertainment.com/forums/topic/61839-how-to-domesticate-a-beefalo-with-debug-inputs/#findComment-735496 Share on other sites More sharing options...
MF99K Posted March 19, 2016 Share Posted March 19, 2016 On 3/18/2016 at 3:45 AM, PanAzej said: Ctrl+V This can be done in DST only I know the hotkey combo for pasting something but this does nothing on either of my computers, mac nor pc. Link to comment https://forums.kleientertainment.com/forums/topic/61839-how-to-domesticate-a-beefalo-with-debug-inputs/#findComment-735923 Share on other sites More sharing options...
Recommended Posts
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.