Avalanche7 Posted December 2, 2015 Share Posted December 2, 2015 (edited) Hey guys, so i've been having some problems with a simple bat command that i've been trying to make for myself. Basically, i was sick of seeing all guards dressed differently, so i kept equipping them with the same outfits to have a better guard-like look. After doing them with the in-game trading menu one by one, i grew tired and tried to make use of the text files. I created a text file (named brt) in the main directory and added the lines:-additem ...-equipitem...but when i typed bat brt in the console, it didnt work. I mean, they do get the items that i want, it only equipped the weapon but didnt equip any of the clothes. So i added the line 'removeallitems' on the top. This time, it did remove all the items the character had and added the ones that i wanted, but it still didnt equip them. It just resets to another piece of clothing and because the character wears that, it doesnt show up in their inventory until i equip the one that i want manually. So, 3 things that i dont understand:1- How can i remove the random default clothing that the settler gets?2- How come the 'equip' line in the files works only for the weapon but doesnt work for the clothes and how is it that (other commands work fine) it works when i equip them manually via the trade screen?3- Am i writing the equip command wrong? *equipitem ID*Thanks in advance, and sorry for the long post. UPDATE: From what i understood by the inv command, even though these settlers wear different clothes, they're all considered as outfit by the game, and all of them are id'd as 001C269A. Edited December 2, 2015 by Avalanche7 Link to comment Share on other sites More sharing options...
Deleted2948850User Posted December 3, 2015 Share Posted December 3, 2015 The console command you're using is fine. The outfit forms are used to generate equipment on NPC's(mostly based on your level), could be that these forms are overruling the changes you're trying to make. Link to comment Share on other sites More sharing options...
Avalanche7 Posted December 3, 2015 Author Share Posted December 3, 2015 Thanks for the reply. So any idea how i can prevent it from overruling my changes? And why is it that the commands are getting overruled as you stated, but the 'equip' button in the trade screen isnt? Link to comment Share on other sites More sharing options...
Recommended Posts