Track Jacket SR3 > SR4

Ok so I know next to nothing about modding saints row, tho it didn't stop me attempting to port the "Track Jacket" I have been playing with the code a little, mainly changing values on some of the abilitys.

Code:
<Customization_Item><Name>cm_psg_ubdy_m_trackjacket</Name><DisplayName>CUST_ITEM_CM_PSG_UBDY_M_TRACKJACKET</DisplayName><Wear_Options><Wear_Option><Name>CUST_WEAR_NORMAL</Name><disabled>no</disabled><Active_Flags><Active_Flag><Flag>hood down</Flag><Comparison>yes</Comparison></Active_Flag></Active_Flags><Required_Flags></Required_Flags><Incompatible_Flags></Incompatible_Flags><Particle_Systems></Particle_Systems><Mesh_Information><Male_Mesh_Filename><Filename>cm_psg_ubdy_m_trackjacket.cmeshx</Filename></Male_Mesh_Filename><Cutscene_Only>no</Cutscene_Only><Obscured_slots><Obscured_slot><Slot>privacy bar top</Slot></Obscured_slot><Obscured_slot><Slot>bra</Slot></Obscured_slot><Obscured_slot><Slot>left wrist</Slot></Obscured_slot><Obscured_slot><Slot>right wrist</Slot></Obscured_slot></Obscured_slots><VID_List>0</VID_List><Female_Mesh_Filename><Filename>cf_psg_ubdy_m_trackjacket.cmeshx</Filename></Female_Mesh_Filename><Obscured_VIDs><Obscured_VID><VID>105</VID></Obscured_VID><Obscured_VID><VID>104</VID></Obscured_VID><Obscured_VID><VID>103</VID></Obscured_VID><Obscured_VID><VID>3</VID></Obscured_VID><Obscured_VID><VID>4</VID></Obscured_VID><Obscured_VID><VID>5</VID></Obscured_VID><Obscured_VID><VID>7</VID></Obscured_VID><Obscured_VID><VID>72</VID></Obscured_VID><Obscured_VID><VID>8</VID></Obscured_VID><Obscured_VID><VID>73</VID></Obscured_VID><Obscured_VID><VID>9</VID></Obscured_VID><Obscured_VID><VID>74</VID></Obscured_VID><Obscured_VID><VID>10</VID></Obscured_VID><Obscured_VID><VID>75</VID></Obscured_VID><Obscured_VID><VID>17</VID></Obscured_VID><Obscured_VID><VID>18</VID></Obscured_VID><Obscured_VID><VID>19</VID></Obscured_VID><Obscured_VID><VID>114</VID></Obscured_VID><Obscured_VID><VID>116</VID></Obscured_VID><Obscured_VID><VID>20</VID></Obscured_VID><Obscured_VID><VID>28</VID></Obscured_VID><Obscured_VID><VID>29</VID></Obscured_VID><Obscured_VID><VID>62</VID></Obscured_VID><Obscured_VID><VID>115</VID></Obscured_VID><Obscured_VID><VID>117</VID></Obscured_VID></Obscured_VIDs><Breast_Large_Dampening>.25</Breast_Large_Dampening><Cloth_Sim_Filename><Filename>cm_psg_ubdy_m_trackjacket.simx</Filename></Cloth_Sim_Filename></Mesh_Information></Wear_Option></Wear_Options><_Editor><Category>Entries:Planet Saints:Planet Saints Male G</Category></_Editor><Flags></Flags><Slot>upper body</Slot><Base_Price>20</Base_Price><Variants><Variant><Name>CUST_VARIANT_01_DEFAULT</Name><Price>0</Price><Mesh_Variant_Info><Variant_Name>orig_Standard_8</Variant_Name><VariantID>1</VariantID><Material_List><Material_Element><Material>orig_Standard_8</Material><Shader_Type>ir_sr3pccloth</Shader_Type><Default_Colors_Grid></Default_Colors_Grid></Material_Element></Material_List></Mesh_Variant_Info><Respect_Bonus>0</Respect_Bonus></Variant></Variants><Default_Colors_Grid><Default_Color><Clothing_Color>violet9</Clothing_Color></Default_Color><Default_Color><Clothing_Color>greys9</Clothing_Color></Default_Color><Default_Color><Clothing_Color>greys9</Clothing_Color></Default_Color></Default_Colors_Grid><Base_Respect_Bonus>0</Base_Respect_Bonus><ui_gender>omni</ui_gender></Customization_Item>

This line already exists in the SR4 Customization_items.xtbl file

I had placed this line...
Code:
            <Store_Item>
                <Item>cm_psg_ubdy_m_trackjacket</Item>
                <Variants></Variants>
                </Store_Item>

In the Store_items.xtbl file, under the Planet Saints item section. Would it be possible for someone to point out what im missing? Thanks.
 
Back
Top