Addons: Difference between revisions

From HorizonXI Wiki
No edit summary
Tag: visualeditor-wikitext
(Added section about the FPS addon, added general information on how to load addons and suchYou can use the following commands to interact with the plugin: /addon load [name] - Loads the given addon by its name. /addon unload [name] - Unloads the given addon by its name. /addon reload [name] - Reloads the given addon by its name. /addon unloadall - Unloads all currently loaded addons. /addon list - Lists all running addons. /addon exec [name] [cmd] - Executes a Lua command inside of the given ad)
Tag: visualeditor
 
Line 1: Line 1:
= ADDONS =
Some general Addon commands.
* /addon load [name] - Loads specified addon
* /addon unload [name] - Unloads specified addon
* /addon reload [name] - Reloads specified addon
* /addon unloadall - Unloads all loaded addons
* /addon list - Lists currently running addons
== Deeps ==
== Deeps ==
Parser for Ashita v4
Parser for Ashita v4
Line 12: Line 21:


https://github.com/ThornyFFXI/MiscAshita4
https://github.com/ThornyFFXI/MiscAshita4
== FPS ==
/fps is the main command for this addon
* the default of 30 fps is /fps 2
* 60 fps cap is /fps 1
* /fps 0 is uncapped
* setting /fps to numbers other than 1 or 2 can break the game a bit, for instance /fps 20 will basically soft lock your game from typing inputs forcing you to relog.
* /fps show - ''Toggles the FPS text visibility.''
* /fps color [a] [r] [g] [b] - ''Sets the FPS text color.''
* /fps font [face] [height] - ''Sets the FPS text font face and height.''
https://wiki.ashitaxi.com/oldwiki/doku.php?id=addon:fps

Latest revision as of 18:04, 22 January 2023

ADDONS

Some general Addon commands.

  • /addon load [name] - Loads specified addon
  • /addon unload [name] - Unloads specified addon
  • /addon reload [name] - Reloads specified addon
  • /addon unloadall - Unloads all loaded addons
  • /addon list - Lists currently running addons

Deeps

Parser for Ashita v4

  • You can type /dps or /deeps to show the available commands.
  • Left clicking on a bar will show additional details about the damage dealt, right click to go back.
  • Shift clicking the background will allow you to reposition the window.

https://github.com/relliko/Deeps/releases/

nocombat

Changes the combat music for a zone to match the zone's default music.

https://github.com/ThornyFFXI/MiscAshita4

FPS

/fps is the main command for this addon

  • the default of 30 fps is /fps 2
  • 60 fps cap is /fps 1
  • /fps 0 is uncapped
  • setting /fps to numbers other than 1 or 2 can break the game a bit, for instance /fps 20 will basically soft lock your game from typing inputs forcing you to relog.
  • /fps show - Toggles the FPS text visibility.
  • /fps color [a] [r] [g] [b] - Sets the FPS text color.
  • /fps font [face] [height] - Sets the FPS text font face and height.

https://wiki.ashitaxi.com/oldwiki/doku.php?id=addon:fps