SinisterHumanoid Posted January 1, 2015 Share Posted January 1, 2015 GetPlayer().components.builder:GiveAllRecipes() Is this ment to not work? I wanna just have fun building a nice base with my friend, but creative mode isnt working, says that GiveallRecipies is a nil value Link to comment https://forums.kleientertainment.com/forums/topic/48135-dst-consol/ Share on other sites More sharing options...
Pyromailmann Posted January 1, 2015 Share Posted January 1, 2015 This works. Console commands work only for hosts, though. Also, you double posted. Link to comment https://forums.kleientertainment.com/forums/topic/48135-dst-consol/#findComment-595509 Share on other sites More sharing options...
TyChi Posted January 1, 2015 Share Posted January 1, 2015 If it is just you and a friend it should be fairly easy. This is what hosts use to give themselves all recipes:GetPlayer().components.builder:GiveAllRecipes() In order for the host to give you recipes, they would have to type something like this:c_find('wilson').components.builder:GiveAllRecipes() However, if you are not playing Wilson, you may have change the code a bit. In addition, if another player joins and there are two Wilsons (not including the host), this code will only affect the one closest to the host. Link to comment https://forums.kleientertainment.com/forums/topic/48135-dst-consol/#findComment-595512 Share on other sites More sharing options...
InfectedAsylum Posted January 1, 2015 Share Posted January 1, 2015 ThePlayer.components.builder:GiveAllRecipes() to give yourself the recipes (As the host of course)c_find('character').components.builder:GiveAllRecipes() to give someone else recipes (Replace character with who they're playing)or you can hover over your friend, do c_select() and do the first command. Link to comment https://forums.kleientertainment.com/forums/topic/48135-dst-consol/#findComment-595511 Share on other sites More sharing options...
Fryzigg Posted January 2, 2015 Share Posted January 2, 2015 Another way to do it via AllPlayers[X].components.builder:GiveAllRecipes()Replacing the 'X' with the player number usually in the order that they joined. Link to comment https://forums.kleientertainment.com/forums/topic/48135-dst-consol/#findComment-595655 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.