The problem you are going to have with homes that sort your armor and your weapons, is that they get sorted as FULLY repaired. To my knowledge, no one has been able to work around this issue yet. If someone does come out with a method to sort these items exactly how you had them in your inventory, I would be one of the first people to provide a home for the FWE (WMK + EVE) players, cause I want this type of home :wink_smile:
I'm pretty sure that quest items will not be removed from the player's inventory by the removeallitems command (that's why they're still in your inventory when you first enter the Pitt, etc.) So you could probably do this:
setquestobject combatarmor 1
player.removallitems tempcontainer
setquestobject combatarmor 0
player.removallitems combatarmorcontainer
tempcontainer.removeallitems player
setquestobject powerarmor 1...
You'd have to repeat that process for every item in the game (and the message spam might be hellacious) but I think it would work.