Kolba
Description
Anyone remember an old female armor mod by Subotai?
It was allowing player to wear few sets of female armor. Now it's avaiable for 1.011.
If you want to quickly see new armors, check armor merchants and some taverns. Source is included. Here is a simple tutorial how to implement new armors in your mod:
1. Open module_items.py.
2. Copy item codes between "female armors begin" and "female armor end".
3. Paste them into your mod module_items.py.
4. Copy all textures and paste them into your "Textures" folder.
5. Copy .brf file and paste it into your "Resource" folder.
6. Add following line into module.ini:
load_module_resource = sbtai_plate
7. Run game and play around with new armors.
Download
https://www.mbrepository.com/file.php?cid=9&id=1394
Screenshots





Have fun!
Kolba
Anyone remember an old female armor mod by Subotai?
It was allowing player to wear few sets of female armor. Now it's avaiable for 1.011.
If you want to quickly see new armors, check armor merchants and some taverns. Source is included. Here is a simple tutorial how to implement new armors in your mod:
1. Open module_items.py.
2. Copy item codes between "female armors begin" and "female armor end".
3. Paste them into your mod module_items.py.
4. Copy all textures and paste them into your "Textures" folder.
5. Copy .brf file and paste it into your "Resource" folder.
6. Add following line into module.ini:
load_module_resource = sbtai_plate
7. Run game and play around with new armors.
Download
https://www.mbrepository.com/file.php?cid=9&id=1394
Screenshots





Have fun!
Kolba