please, help me merge 2 mod

Those two mods work together...just "install" "Ultra-Powers" after the "Zinyak-Mech" mod.
This does not work together. I tried.
If you using tweak_table.xtbl in Giant Mech mod - Vanilla Weapons 1.4, you dont have super poswer and Special
If you using tweak_table.xtbl in UltraPowers, the giant zinyak don't have unlimited energy and speed x 2
when i try merge 2 mod->i don't play game
 
The following entries in Tweak_Table are for Giant Mech + UltraPowers. Change only the values ( <Value>##</Value> ) to match as below. This can be done in Notepad++ or with XTBL editor (LINK: https://www.saintsrowmods.com/forum/threads/xtbl-editor.238/ ).

Code:
    <Tweak_Table_Entry>
      <Name>Player_mech_initial_takeoff_velocity</Name>
      <Value>10</Value>
      <Description>Initial upward velocity of the mech suit when the jump animation plays</Description>
      <_Editor>
        <Category>Entries:Vehicles:Mech Suit</Category>
      </_Editor>
    </Tweak_Table_Entry>
    <Tweak_Table_Entry>
      <Name>Player_mech_suit_boost_cost</Name>
      <Value>0</Value>
      <Description>Charge to the sprint meter per second</Description>
      <_Editor>
        <Category>Entries:Vehicles:Mech Suit</Category>
      </_Editor>
    </Tweak_Table_Entry>
    <Tweak_Table_Entry>
      <Name>Player_mech_suit_hover_cost</Name>
      <Value>0</Value>
      <_Editor>
        <Category>Entries:Vehicles:Mech Suit</Category>
      </_Editor>
      <Description>Cost in energy units per second.  Full bar is 100 units</Description>
    </Tweak_Table_Entry>
    <Tweak_Table_Entry>
      <Name>Player_mech_suit_jetpack_move_speed</Name>
      <Value>36</Value>
      <Description>Max movement speed of player in a mech suit while jetpacking</Description>
      <_Editor>
        <Category>Entries:Vehicles:Mech Suit</Category>
      </_Editor>
    </Tweak_Table_Entry>
    <Tweak_Table_Entry>
      <Name>Player_mech_suit_move_speed</Name>
      <Value>12</Value>
      <Description>Max movement speed of player in a mech suit</Description>
      <_Editor>
        <Category>Entries:Vehicles:Mech Suit</Category>
      </_Editor>
    </Tweak_Table_Entry>
    <Tweak_Table_Entry>
      <Name>Player_mech_suit_recharge_delay</Name>
      <Value>0</Value>
      <_Editor>
        <Category>Entries:Vehicles:Mech Suit</Category>
      </_Editor>
      <Description>time in milliseconds that energy is delayed after energy is used</Description>
    </Tweak_Table_Entry>
    <Tweak_Table_Entry>
      <Name>Player_mech_suit_recharge_rate</Name>
      <Value>2000000</Value>
      <_Editor>
        <Category>Entries:Vehicles:Mech Suit</Category>
      </_Editor>
      <Description>Energy units regained per second.</Description>
    </Tweak_Table_Entry>
    <Tweak_Table_Entry>
      <Name>Player_mech_suit_terminal_velocity</Name>
      <Value>4</Value>
      <_Editor>
        <Category>Entries:Vehicles:Mech Suit</Category>
      </_Editor>
    </Tweak_Table_Entry>
    <Tweak_Table_Entry>
      <Name>Player_mech_suit_time</Name>
      <Value>99999999999999999999</Value>
      <_Editor>
        <Category>Entries:Vehicles:Mech Suit</Category>
      </_Editor>
      <Description>time in ms that the mech suit lasts when called as a homie</Description>
    </Tweak_Table_Entry>
i know and I have tried to do so. Result of your code and my code
the game stop in there, i dont continue
 
Back
Top