Jump to content

daiyan

Regular Member
  • Posts

    1
  • Joined

  • Last visited

Posts posted by daiyan

  1. edit "res_mods\0.8.2.0\gui\unbound\team_structure.xml"

            <bind name="watch" value="'SBPositionX'; (userPrefs.IMPositionX.SB == null)  ? ((stageSize.x / 2) - 200) :  userPrefs.IMPositionX.SB"/>
            <bind name="watch" value="'SBPositionY'; (userPrefs.IMPositionY.SB == null)  ? ((stageSize.y / 2) - 100) :  userPrefs.IMPositionY.SB"/>

    to

            <bind name="watch" value="'SBPositionX'; (userPrefs.IMPositionX.SB == null)  ? ((stageSize.x / 2) - 100) :  userPrefs.IMPositionX.SB"/>
            <bind name="watch" value="'SBPositionY'; (userPrefs.IMPositionY.SB == null)  ? ((stageSize.y / 2) - 50) :  userPrefs.IMPositionY.SB"/>

    save

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.