Giter VIP home page Giter VIP logo

ffxiv_profile_manager's People

Contributors

igeryu avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

ffxiv_profile_manager's Issues

Fix ProfileMangager.detectFolderChanges() so that it properly matches files

Currently, ProfileMangager.detectFolderChanges() determines the least amount of elements between backupFiles and currentFiles and iterates through that lower count.

Since they have been sorted, it does a check between backupFiles.get(0) and currentFiles.get(0), backupFiles.get(1) and currentFiles.get(1), etc. If the names of the pairs of files do not match, an exception is thrown.

This will work in a 'perfect' directory, but this should eventually be fixed to handle foreign files mixed in with the actual profile component files.

Implement component selection as a slotted list

  1. The user selects the components to be used from the primary profile (check boxes).
  2. All five components will be listed again in a different location, showing the name of the current profile for each component selected in Step 1.
  3. For each of the empty slots from Step 2, the user can select another profile for the source of the profile.

This can be used to have a profile that is the base, or master profile, and the user can swap out individual components (such as hotbar/macro selection) as needed for different setups, while still using a majority of that same master profile.

Implement character/folder matching

Ask user for character full names, as they appear in the game. After that, search the log files in the FINAL FANTASY XIV - A Realm Reborn\FFXIV_CHR****************\logdirectory.

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.