1. Please be advised of a few specific rules and guidelines for this section.

RELEASED Stack Numbers Shrinker v0.2

Finaly see how many items you have in your larger stacks.

  1. Jackson Brown

    Jackson Brown Astral Cartographer

    Jackson Brown submitted a new mod:

    Stack Numbers Shrinker - Finaly see how many you have in your large stacks.

    Read more about this mod...
     
  2. Mackinz

    Mackinz The Waste of Time

    I glanced at your json, and you need to learn how to patch files
     
  3. Jackson Brown

    Jackson Brown Astral Cartographer

    That I do. Was looking into it, but still not 100% how it works. I will definitely be experimenting with it in the near future.
     
  4. Jackson Brown

    Jackson Brown Astral Cartographer

  5. LoPhatKao

    LoPhatKao Space Kumquat

    heres your mod in patch form, with a couple extras tossed in :)

    Code:
    filename: interface.config.patch
    -----------------------------
    [
     {"op":"replace","path":"/debugFontSize","value":6},
     {"op":"replace","path":"/font/itemSize","value":6},
     {"op":"replace","path":"/itemCountRightAnchor","value":[18,-2]}
    ]
    
    and heres a line-by-line breakdown of what they do
    debugFontSize - changes size of the font used in Debug window (useful only to mod devs, but handy)
    fontItemSize - your original change - makes the stack numbers smaller
    itemCountRightAnchor - slightly moves where the stack numbers show up, prevents right edge of numbers from being cut off

    still love your avatar ;)
    -kao
     
  6. erubian warlord

    erubian warlord Big Damn Hero

    does it work for 1.0?
     

Share This Page