Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -
- Download Here --> https://tinyurl.com/5eabk3ee (Copy and Paste Link)
- goatcorp/FFXIVQuickLauncher
- This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Name already in use
- A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
- Sign In Required
- Please sign in to use Codespaces.
- Launching GitHub Desktop
- If nothing happens, download GitHub Desktop and try again.
- Launching GitHub Desktop
- If nothing happens, download GitHub Desktop and try again.
- Launching Xcode
- If nothing happens, download Xcode and try again.
- Launching Visual Studio Code
- Your codespace will open once ready.
- There was a problem preparing your codespace, please try again.
- Latest commit
- Git stats
- Files
- Failed to load latest commit information.
- README.md
- XIVLauncher (abbreviated as XL) is a faster launcher for our favorite critically acclaimed MMO, with various available addons and enhancements to the game!
- The original launcher is slow and cannot save your password. This project aims to fix that and add some QoL features to the game, such as:
- Auto-login
- Fast patching
- Discord Rich Presence
- Fast in-game market board price checks
- Chat filtering
- Chat bridge to Discord
- Discord notifications for duties, retainer sales, etc.
- How to install the launcher
- Download the latest "Setup.exe" from the releases page and run it. XIVLauncher will start and will be installed to your start menu. To uninstall, you can use the Windows Programs & Apps menu or right click XIVLauncher in your start menu.
- ⚠ Attention! If you receive errors during the installation or if the launcher doesn't work correctly, make sure to check your antivirus first and disable it for XIVLauncher. Many commercial antivirus programs detect XIVLauncher as a false positive. You can check for yourself on VirusTotal. If you need any help with this, please check our FAQ or join our Discord channel.
- On Steam Deck and Desktop Linux
- XIVLauncher now has a native Linux version that works on Steam Deck and Desktop Linux - no more messing around with scripts and command lines, just a few easy steps to install the game and add it to Steam, with a wine version especially tuned to XIV.
- XIVLauncher supports the installation of plugins/addons made by third-party developers in-game.
- Open the system menu in-game by pressing escape, and then select "Dalamud Plugins" from there. You can also use the /xlplugins command in chat.If the command is not found, or the options don't show up, make sure that the in-game addon is enabled in the launcher settings.
- Please check out our exhaustive FAQ, you may find what you need there.You can also join our discord at https://discord.gg/3NMcUV5 and ask our incredibly forthcoming community.
- Is XIVLauncher safe to use?
- We put a lot of effort into ensuring that XIVLauncher is safe to use for everyone.Please read through our FAQ entry on this matter if you want to know more.
- XIVLauncher lets you use many community-created plugins that improve your game. Please check this site for a list of them. To make your own in-game plugins for XIVLauncher, check out the API documentation and the sample plugin.
- If you want to contribute to the plugin API itself, you can check it out here.
- We don't think so - our official guideline for plugins on this launcher is this:
- Make sure that your plugin does not directly interact with the game servers in a way that is. a) outside of specification, as in allowing the player to do things or submit data to the server that would not be possible by normal means or by a normal player on PC or PS4. b) automatic, as in polling data or making requests without direct interaction from the user which could create unwanted load on the server or give away that XIVLauncher is being used. c) circumvent paywalls, as in any attempts to bypass restrictions that require purchase to be lifted such as enabling access to mog station emotes.
- We feel like that this offers developers the freedom to improve the game's functionality in ways that SE can't, while officially disallowing plugins that can give unfair advantages over players on other platforms.
- XIVLauncher is not in-line with the game's ToS. We are doing our best to make it safe to use for everyone, and to our knowledge, no one ever got into trouble for using XIVLauncher, but please be aware that it is a possibility.You can read through our FAQ entry on this matter if you want to know more.
- FINAL FANTASY is a registered trademark of Square Enix Holdings Co., Ltd. FINAL FANTASY XIV © 2010-2022 SQUARE ENIX CO., LTD. All Rights Reserved. We are not affiliated with SQUARE ENIX CO., LTD. in any way.
- goatcorp/Dalamud
- This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Name already in use
- A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
- Sign In Required
- Please sign in to use Codespaces.
- Launching GitHub Desktop
- If nothing happens, download GitHub Desktop and try again.
- Launching GitHub Desktop
- If nothing happens, download GitHub Desktop and try again.
- Launching Xcode
- If nothing happens, download Xcode and try again.
- Launching Visual Studio Code
- Your codespace will open once ready.
- There was a problem preparing your codespace, please try again.
- Latest commit
- * Update ClientStructs * chore: bump Lumina -> 3.10.1, Lumina.Excel -> 6.3.2 * build: 7.4.10.0 * build: 7.5.0.0 --------- Co-authored-by: github-actions[bot]
- Git stats
- Files
- Failed to load latest commit information.
- README.md
- Dalamud is a plugin development framework for FINAL FANTASY XIV that provides access to game data and native interoperability with the game itself to add functionality and quality-of-life.
- It is meant to be used in conjunction with FFXIVQuickLauncher, which manages and launches Dalamud for you. It is generally not recommended for users to try to run Dalamud manually as there are multiple dependencies and assumed folder paths.
- If you are just trying to use Dalamud, you don't need to do anything on this page - please download XIVLauncher from its official page and follow the setup instructions.
- Dalamud features a growing API for in-game plugin development with game data and chat access and overlays. Please see our Developer FAQ and the API documentation for more details.
- If you need any support regarding the API or usage of Dalamud, please join our discord server.
- Thanks to Mino, whose work has made this possible!
- These components are used in order to load Dalamud into a target process. Dalamud can be loaded via DLL injection, or by rewriting a process' entrypoint.
- Name Purpose Dalamud.Injector.Boot (C++) Loads the .NET Core runtime into a process via hostfxr and kicks off Dalamud.Injector Dalamud.Injector (C#) Performs DLL injection on the target process Dalamud.Boot (C++) Loads the .NET Core runtime into the active process and kicks off Dalamud, or rewrites a target process' entrypoint to do so Dalamud (C#) Core API, game bindings, plugin framework Dalamud.CorePlugin (C#) Testbed plugin that can access Dalamud internals, to prototype new Dalamud features
- We are currently working from the following branches.
- Name Purpose .NET Version Track master Current release branch .NET 6.0.3 (March 2022) Release & Staging net7 Upgrade to .NET 7 .NET 7.0.0 (November 2022) net7 api3 Legacy version, no longer in active use .NET Framework 4.7.2 (April 2017) -
- Final Fantasy XIV © 2010-2021 SQUARE ENIX CO., LTD. All Rights Reserved. We are not affiliated with SQUARE ENIX CO., LTD. in any way.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement