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

Thread: Help me with Corruption II UI

  1. #11

    Default

    Quote Originally Posted by henryabccba View Post
    Edit TradePostMainView.xml in Age of Conan\Data\Gui\Customized\Views\TradePostGUI
    the 3 items below will make all your bank items show in one page no matter you bought 10-50 additional slots.

    View cell_count="Point(10,10)"
    number_of_columns="10"
    number_of_lines="10"
    How does one change their bags to show everything on 1 or 2 pages?

    Right now I have the big bag and have 4 pages to tab through.

  2. #12

    Default

    Open inventory.xml in age of conan/data/gui/customized/views/maingui

    Code:
    <View cell_count="Point( 6, 9 )"
            grid_borders		= "Rect(0,0,0,0)"
            icon_borders		= "Rect(2,2,2,2)"
            icon_size		= "Point(49,49)"
            layout_inner_borders	= "Rect(0,0,0,0)"
            max_icon_zoom		= "0.75"
            preferred_icon_spacing	= "Point(4,4)"
            tweak_value		= "-3.0"
            view_layout		= "vertical"
            arrow_hover_timeout	= "0.5"
    		
    		layout_borders	= "Rect(-5,0,0,0)"
    		>
    Play with the numbers after "cell_count" and "icon_size"
    Save
    In game, /reloadui

    Have fun

  3. #13

    Default

    Quote Originally Posted by MisterClean View Post
    Open inventory.xml in age of conan/data/gui/customized/views/maingui

    Code:
    <View cell_count="Point( 6, 9 )"
            grid_borders		= "Rect(0,0,0,0)"
            icon_borders		= "Rect(2,2,2,2)"
            icon_size		= "Point(49,49)"
            layout_inner_borders	= "Rect(0,0,0,0)"
            max_icon_zoom		= "0.75"
            preferred_icon_spacing	= "Point(4,4)"
            tweak_value		= "-3.0"
            view_layout		= "vertical"
            arrow_hover_timeout	= "0.5"
    		
    		layout_borders	= "Rect(-5,0,0,0)"
    		>
    Play with the numbers after "cell_count" and "icon_size"
    Save
    In game, /reloadui

    Have fun
    Thank you.

    I changed to 10x10 layout, which gives me 2 pages but the icons are fairly small, making the icons larger means having to scroll.

    So is there a way to make the inventory window tab larger?

  4. #14

    Default

    This file should work 99% fine with 10x10 inventory and 49x49px icons. (the 1% is a small glitch top right of the gear tab)
    Paste it in age of conan/data/gui/customized/views/maingui

    Tell me the size you want for your inventory icons and I'll try to do something that fits your needs.
    Last edited by MisterClean; 8th November 2015 at 03:11.

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
  •