Skip to content

TreeFidyDad/shades

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

shades

Ashita v4 addon for FFXI / HorizonXI. Throws sunglasses on the screen — tames the Dunes (and any other retina-incinerator).

A configurable fullscreen tint overlay with auto-enable in famously bright zones.

Install

Drop the shades folder into your Ashita addons/ directory, then in-game:

/addon load shades

To auto-load on launch, add /addon load shades to your boot script.

Commands

Command Description
/shades or /sh Toggle on/off
/shades on | off Force state
/shades opacity <0..100> Darkness (percent)
/shades tint <name> neutral | amber | smoke | blue | gray | rose
/shades rgb <r> <g> <b> Custom tint (0..1 each)
/shades auto on|off Auto-enable in bright zones
/shades zones List known bright zones
/shades ui Open config window
/shades status Show current settings

Defaults

  • enabled: off
  • opacity: 35%
  • tint: amber (classic sunglasses warmth)
  • auto-zone: on — turns on automatically in:
    • Valkurm Dunes
    • Tahrongi Canyon
    • Konschtat Highlands
    • Buburimu Peninsula

Settings persist via Ashitas standard settings module.

Add your own bright zones

Edit the BRIGHT_ZONES table at the top of shades.lua:

local BRIGHT_ZONES = {
    [103] = 'Valkurm Dunes',
    [115] = 'Tahrongi Canyon',
    -- add more here
}

License

MIT.

About

Ashita addon: fullscreen tint for FFXI/HorizonXI. Tames Valkurm Dunes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages