Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Faction pets summarized

  1. #11

    Default

    Quote Originally Posted by UnknownSoldier View Post
    i can have a look at the UI code to tell you where to change it
    what UI are you using the Mirage?
    yep, Mirage UI.. unfortunately they didn´t foresee that one day even the sin will become a pet class

  2. #12

    Default

    Quote Originally Posted by Argantes View Post
    yep, Mirage UI.. unfortunately they didn´t foresee that one day even the sin will become a pet class
    the easiest and fastest way is like this:

    go to the game folder, then go inside the following folder:
    "Customized\Views\HUD\"

    and open the file BottomBar.xml

    search for the word PetCommandBar and then you will see a whole line of code like this:

    Code:
    <PetCommandBar name="MovablePetCommandBar" v_local_alignment="BOTTOM" h_local_alignment="LEFT" layout_borders="Rect(0,0,0,10)"/>
    now, delete that line and that bar wont show up anymore. dont worry about it, since the UI itself gives each pet a movable window, you dont need that smaller one near the bottombar

    P.S.: if you dont want to delete that part of code, you can try and change the numbers inside layout_borders="Rect(0,0,0,10)", they correspond to the coordinates of the bar, so change them around, then go inside the game and write /reloadui on chat window to view the new position, and when its out of the way of the soulfrags, its good....

  3. #13

    Default

    unfortunately such string is not present in that file, but..

    Code:
    	<View view_layout="stacked" layout_borders="Rect(0,0,0,-8)">
    			<SoulFragmentBar />
    			<PetCommandBar />
    		</View>

  4. #14

    Default

    Quote Originally Posted by Argantes View Post
    unfortunately such string is not present in that file, but..

    Code:
    	<View view_layout="stacked" layout_borders="Rect(0,0,0,-8)">
    			<SoulFragmentBar />
    			<PetCommandBar />
    		</View>
    maybe because your using a different bottom bar...
    delete the line <PetCommandBar />

    it will do the same

    the code i show has coordinates for each bar, separately, in your case both bars share the same place
    Last edited by UnknownSoldier; 20th March 2013 at 19:26.

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •