Saints Row 4 First Person View *ALPHA STAGE*

Is there any way to merge this mod's customization_items.xtbl file with other mods? This mod has all items in a single line, here's an example of one:

<Customization_Item><Name>Bahamut Suit</Name><DisplayName>CUST_ITEM_BANDANA_1</DisplayName><Slot>Suit</Slot><Multi_Slot><First_Slot>upper body</First_Slot><Last_Slot>lower body</Last_Slot></Multi_Slot><Base_Price>0</Base_Price><Flags></Flags><Wear_Options><Wear_Option><Name>CUST_WEAR_NORMAL</Name><disabled>no</disabled><Active_Flags></Active_Flags><Required_Flags></Required_Flags><Incompatible_Flags></Incompatible_Flags><Mesh_Information><Male_Mesh_Filename><Filename>avatar.cmeshx</Filename></Male_Mesh_Filename><Female_Mesh_Filename><Filename>avatar.cmeshx</Filename></Female_Mesh_Filename><Cutscene_Only>no</Cutscene_Only><VID_List>0</VID_List><Obscured_VIDs><Obscured_VID><VID>2</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>16</VID></Obscured_VID><Obscured_VID><VID>96</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>21</VID></Obscured_VID><Obscured_VID><VID>115</VID></Obscured_VID><Obscured_VID><VID>117</VID></Obscured_VID><Obscured_VID><VID>24</VID></Obscured_VID><Obscured_VID><VID>25</VID></Obscured_VID><Obscured_VID><VID>28</VID></Obscured_VID><Obscured_VID><VID>29</VID></Obscured_VID><Obscured_VID><VID>30</VID></Obscured_VID><Obscured_VID><VID>33</VID></Obscured_VID><Obscured_VID><VID>34</VID></Obscured_VID><Obscured_VID><VID>35</VID></Obscured_VID><Obscured_VID><VID>86</VID></Obscured_VID><Obscured_VID><VID>37</VID></Obscured_VID><Obscured_VID><VID>38</VID></Obscured_VID><Obscured_VID><VID>39</VID></Obscured_VID><Obscured_VID><VID>40</VID></Obscured_VID><Obscured_VID><VID>41</VID></Obscured_VID><Obscured_VID><VID>42</VID></Obscured_VID><Obscured_VID><VID>47</VID></Obscured_VID><Obscured_VID><VID>48</VID></Obscured_VID><Obscured_VID><VID>49</VID></Obscured_VID></Obscured_VIDs><Obscured_slots><Obscured_slot><Slot>bra</Slot></Obscured_slot><Obscured_slot><Slot>privacy bar bottom</Slot></Obscured_slot><Obscured_slot><Slot>privacy bar top</Slot></Obscured_slot><Obscured_slot><Slot>body</Slot></Obscured_slot><Obscured_slot><Slot>head hair</Slot></Obscured_slot><Obscured_slot><Slot>ear piercings</Slot></Obscured_slot><Obscured_slot><Slot>gloves</Slot></Obscured_slot><Obscured_slot><Slot>shoes</Slot></Obscured_slot><Obscured_slot><Slot>face piercings</Slot></Obscured_slot><Obscured_slot><Slot>parachute</Slot></Obscured_slot><Obscured_slot><Slot>headwear</Slot></Obscured_slot><Obscured_slot><Slot>eyewear</Slot></Obscured_slot><Obscured_slot><Slot>facewear</Slot></Obscured_slot><Obscured_slot><Slot>long chain</Slot></Obscured_slot></Obscured_slots></Mesh_Information></Wear_Option></Wear_Options><Variants><Variant><Name>CUST_VARIANT_DEFAULT</Name><Price>0.0</Price><Mesh_Variant_Info><Variant_Name>Bahamut</Variant_Name><VariantID>1</VariantID><Material_List><Material_Element><Material>Standard_8</Material><Shader_Type>ir_sr3pccloth</Shader_Type></Material_Element></Material_List></Mesh_Variant_Info><Respect_Bonus>0</Respect_Bonus></Variant></Variants><_Editor><Category>Entries:Missions</Category></_Editor><ShoeAudioSwitch>COMBAT_BOOTS</ShoeAudioSwitch><Default_Colors_Grid><Default_Color><Clothing_Color>violet6</Clothing_Color></Default_Color><Default_Color><Clothing_Color>violet6</Clothing_Color></Default_Color></Default_Colors_Grid><Base_Respect_Bonus>0</Base_Respect_Bonus><ui_gender>omni</ui_gender></Customization_Item> etc.

While other mods have a hiearchic structure, like this:

<Customization_Item>
......<Name>Bahamut Suit</Name>
......<DisplayName>CUST_ITEM_BANDANA_1</DisplayName>
......<Slot>Suit</Slot>
......<Multi_Slot>
........<First_Slot>upper body</First_Slot>
........<Last_Slot>lower body</Last_Slot>
......</Multi_Slot>
......<Base_Price>0</Base_Price>
......<Flags>
......</Flags>
......<Wear_Options>
........<Wear_Option>
..........<Name>CUST_WEAR_NORMAL</Name>
..........<disabled>no</disabled>
etc. (BTW, there are white dots in front of everything, spaces don't work correctly)

That kinda makes it harder to merge.
 
Last edited:
Ребята, а не могли бы вы сделать голову, тело, ноги и обувь невидимыми? Вообщем оставить только руки ...Получится что-то типо london heist. Я бы в такое сыграл)
НОВЫЙ ОПЫТ
________________________________________________________________________________________________________________________________

Guys, can you make the head , body, legs and shoes invisible ? Generally leave only hands ...It going to be like London Heist. I'm play it )
NEW EXPERIENCE
 
Is it Third Person and First Person or First Person Only?
 
Серьёзно, я только что попробывал играть с этим модой невидимкой, и это неплохо, только не хватает рук, что бы лучше чувствовать себя когда бежишь, стреляешь и используешь магию. Немогли бы вы сделать всю другую одежду такой же невидимой как и голову? Оставить только руки, в крайнем случае я не против играть в перчатках. Это будет неплохо и даст новый опыт игры в Saints Row
__________________________________
Seriously, I just tried to play with the invisible mode, and it's not bad, just need hands that would feel better when you run, shoot and use magic. Could you do all the other clothes such as invisible as the head? Leave only the hands, or at least I do not mind playing in gloves. It will be good and will give a new experience playing Saints Row
I hope..
 
okay
 
Back
Top