How does the "othermods" works in the Cheat Mod ?
I'd like to have the F3 UnequipÎtems work as a StripOnlyUnequip, to be precise i want to keep Lona's hair and not unequip them when i use the F3 hotkey.
othermods is just a secondary ModScripts folder that loads before the menu scripts and the addons.UnequipItems is intended as a helper tool to unequipall when necessary, with an optional modifier for items that won't otherwise unequip (Shift+F3, specifically for items such as the cheat sunglasses)
For that purpose it shall remain as an unequipall.
UnequipItems and StripOnlyUnequip serve very different purposes and shouldn't be used for comparisons.