-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for FFNx 1.8+ #1
Conversation
This commit will: - Add a new section in the General Settings window - Allow the user to choose between multiple FFNx release channels - Allow the user to manually check for updates and install/replace the current installed version ( if newer or older than the currently installed )
Preserve manual edited flags and override only the ones configured via GUI
This commit will switch to the Browse panel because it contains the download widget, which will contain our FFNx release download progress. Once the download and the extraction is completed successfully, it will switch back to the Mods panel. Purely a workaround for a poor Download UX concept.
@julianxhokaxhiu is there an example of how a mod could do the new multi-folder thing as per, Just so it can be added to readme and instruction documents as required? |
Just a note this has been Squashed and merged so it's one commit to Develop branch. |
This feature is already documented here: https://7thheaven.rocks/help/modhelp.html#modfolders All I did was adding support for monitored folders too, and not only limiting this to Thanks for the merge :) |
This PR will add all the required patches to ensure it can support any version of FFNx starting 1,8 and ongoing, and it contains:
sfx
andvoice
Not related to the PR itself, but still useful to have, in addition to all of that it also adds:
data
but also for the ones watched. This will allow for example the Bonez SFX mod the way it is organized today to spread not only SFX files, but also Music files on top of different folders. This will allow mods to be much slimmer in size, yet powerful in configuration.This PR lacks translation for the various languages. Some shown text is hardcoded in code, some other is just left in English on the relative XML files. Anyone is welcome to translate those after this PR has been merged.
A CI is going to be added once this PR will be merged.
IMPORTANT: In order to test the Game Driver configuration window you MUST download the latest canary for now, as the Stable lacks some minor but important changes in the default
FFNx.toml
file which is uncommented default flags.