Giter Site home page Giter Site logo

gearswap's Introduction

Author: Byrth

Version: 0.930

Date: 06/13/2017

GearSwap

Abbreviation: gs

Commands (<> indicates a field. You do not actually have to use <>s):

  • gs c : Passes the to the self_command() user function.
  • gs equip : Attempts to interpret the as an index of the sets table and equip that set. Will ignore "sets" if the string starts with it. ** gs equip naked : This equips the default set "naked," which is just a bunch of empty slots. If you remake sets (sets={}) in your get_sets(), this will not work.
  • gs debugmode : Activates GearSwap's Debug Mode, which prints out why specific gear equipping attempts failed, shows you when you're entering events, and enables the eval command. ** gs eval : This command evaluates the as Lua code in the global gearswap environment (not the user environment, which is in the user_env table). It is only available when debugmode is on.
  • gs showswaps : Shows when your gear successfully changes and what it changes to.
  • gs load : (or l ) Attempts to load the first version of found, assuming it is a file path relative to 9 potential base directories, in this order: ** ..GearSwap/libs-dev/ ** ..GearSwap/libs/ ** GearSwap/data/<character_name>/ ** GearSwap/data/common/ ** GearSwap/data/ ** APPDATA/Windower/GearSwap/<character_name>/ ** APPDATA/Windower/GearSwap/common/ ** APPDATA/Windower/GearSwap/ ** ..Windower/addons/libs/
  • gs reload : Reloads the current user file.
  • gs export : Exports your currently equipped gear, inventory, or all the items in your current Lua files' sets into GearSwap .lua or spellcast .xml format. Takes options "inventory", "sets", and "xml." Defaults to currently equipped gear and lua otherwise. Also exports appropriate advanced set tables with augments for currently equipped gear and inventory.
  • gs enable : Enables equip commands targeting a specified slot. "All" will allow all equip commands. Providing no slot argument will enable user GearSwap file execution, if it was disabled.
  • gs disable : Disables equip commands targeting a given slot. "All" will prevent all equip commands. Providing no second argument will disable user GearSwap file execution, although registered events will still run.
  • gs validate <sets|inv> : This command checks to see whether the equipment in the sets table also exists in your inventory (default), or (by passing "inv") whether the equipment in your inventory exists in your sets table. is an optional list of words that restricts the output to only those items that contain text from one of the filter's words.

Purpose: To assist in the micromanaging of equipment!

Settings Files:
There is no settings file for GearSwap.

Additional Assistance: The Windower/addons/GearSwap/beta_examples_and_information folder has a file in it named Variables.xlsx that gives more specific information. If that is insufficient, you can go to BlueGartr's FFXI section or FFXIAH and ask for more assistance.

gearswap's People

Contributors

celther-ffxi avatar selindrile avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.