Jinbowa Posted October 18, 2017 Share Posted October 18, 2017 Hello everyone,does somebody know how to find out which slot an item occupies? More specifically the number of that slot?I have been trying to create a hotkey to unequip gas masks with this mod: https://www.nexusmods.com/fallout4/mods/11664/? . Is there a slotlist or console command to get this information, or even just an easier solution? thx for answering! Link to comment Share on other sites More sharing options...
DjinnKiller Posted October 19, 2017 Share Posted October 19, 2017 I guess there is a couple of ways of doing this.One is to save an outfit loadout with the gasmask equipped, and another loadout without it using the Outfit Switcher mod:https://www.nexusmods.com/fallout4/mods/10282/? Another way that is more cumbersome is using the player.unequpitem command, and map that to a hotkey.It's more cumbersome because you have to change the Hotkey.ini if the gasmask is in a mod, and your load order changes. Link to comment Share on other sites More sharing options...
Jinbowa Posted October 21, 2017 Author Share Posted October 21, 2017 thanks I think I understood what you mean. So I would have to go to the hotkeys.ini File and input for example: "H=player.unequpitem [iD of the Item]". is that correct? Link to comment Share on other sites More sharing options...
DjinnKiller Posted October 21, 2017 Share Posted October 21, 2017 Yes, that is correct, here is how part of my file looks like (different mappings to the F-keys: F1=fov 40 40F2=tmF3=tfcF4=fov 80 80F6=sucsm 2F7=player.equipitem 27000801F8=player.unequipitem 27000801F10=sgtm 1F11=sgtm 0.1 Link to comment Share on other sites More sharing options...
Recommended Posts