I have realized a way in which we can convert fallout 3 armor mods for ttw, all we need to do is create a mod that takes the DR value of a fallout 3 armor cut it in half and set that value as the armors damage threshold instead. (values calculated from the t51-b power armor 50 DR in 3 25 DT in new Vegas)
REVISION:
After some thought i have come up with a new conversion script that WILL UNDOUBTEDLY work better than that previous equastion (i realized how stupidly simple it was and revised it)
the equasion in question now is:
BASE DR/4 = X
Light Armor: Weight 0-15 X+(0.1 * BASE DR)
Medium Armor: Weight 16-25 X+(0.15 * BASE DR)
Heavy Armor : Weight 26----- X+(0.25 * BASE DR)
This new equation should not only convert the old armor standard over but also assign it a armor class to the suit as well, i haven't tested out this algorithm out much but from what vanilla armors i have tested this equation works great.
sadly i have no clue how to do this. so this is a call out to all those out there who are willing to help make a very simple tool for modders and players to use and quickly convert there favorite armor mod from fallout 3 to the Fallout New Vegas standard.
If anyone could please give me some input on this equation or maybe even some revision, it would be appreciated.