{"id":17786187,"url":"https://github.com/healscodes/xipivot","last_synced_at":"2026-01-31T15:05:23.255Z","repository":{"id":40614212,"uuid":"181149449","full_name":"HealsCodes/XIPivot","owner":"HealsCodes","description":"FFXI Ashita \u0026 Windower 4 addon to allow dynamic loading of Mods without modification of the original DATs","archived":false,"fork":false,"pushed_at":"2024-05-15T11:10:40.000Z","size":2295,"stargazers_count":57,"open_issues_count":3,"forks_count":16,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-05-07T03:39:35.841Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HealsCodes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-04-13T09:34:09.000Z","updated_at":"2025-05-05T13:37:28.000Z","dependencies_parsed_at":"2025-05-07T03:42:56.026Z","dependency_job_id":null,"html_url":"https://github.com/HealsCodes/XIPivot","commit_stats":null,"previous_names":["healscodes/xipivot"],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/HealsCodes/XIPivot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HealsCodes%2FXIPivot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HealsCodes%2FXIPivot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HealsCodes%2FXIPivot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HealsCodes%2FXIPivot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HealsCodes","download_url":"https://codeload.github.com/HealsCodes/XIPivot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HealsCodes%2FXIPivot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28946129,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-27T09:22:36.406Z","updated_at":"2026-01-31T15:05:23.235Z","avatar_url":"https://github.com/HealsCodes.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"## About\n\nPivot is an addon that allows to dynamically override parts of the ROM and sound\nfiles of your FFXI client without touching the actual files.\n\nIt provides support for multiple overlay directories as well as runtime controls\nof which overlays are loaded and used by the game.\n\nThe goals behind Pivot are simple:\n\n- no modifications to the original DAT / spw or bgw files\n- no more huge folder with thousands of anonymous files\n- the ability to sort Mods into separate folders for each mod\n- the ability to control which Mods take precedence\n\n## Compatibility\n\nXIPivot works together with [Ashita v3](https://www.ashitaxi.com), [Windower 4](http://www.windower.net) as well as\nthe current beta version of [Ashita v4](https://github.com/AshitaXI/Ashita-v4beta).\n\n## Installation\n\n#### Manual and Windower Install\n\n- Head over to the [Releases page](https://github.com/HealsCodes/XIPivot/releases) and pick the ZIP that matches your launcher\n- Follow the README.md inside the archive  for setup and configuration instructions\n\n#### Ashita Install\n\nThe latest version of Pivot can always be installed from the plugins list in Ashita and will be updated automatically.\n\n### Ashita v4 (beta) Install\n\nFollow the steps for manual installation for now.\n\n## Building from Source\n\nIf you would like to build Pivot from source you need the Visual Studio 2020 or newer.\nThe Community Edition is available for free from [Microsoft](https://visualstudio.microsoft.com/vs/community/).\n\nOtherwise it's just these three steps:\n\n- clone the repository\n- open the solution\n- chose \"Build -\u003e Rebuild Solution\" .\n\nThe addon and plugin versions will be placed inside the directories below `build\\Release\\`.\n\n## Contributions\n\nContributions in the form of new interfaces (xiloader would be one *hint hint*) are always welcome\nas long as they don't modify the current interface exposed by the XiPivot::Core:: namespace.\n\nLikewise feature requests are always welcome, with reason.\n\nPivot has one job - to intercept XI's DAT access and XI's - and it aims to do it in a very\nspecific and as conservative way as possible.\n\nThe classes below the XiPivot::Core:: namespace are considered stable and code-complete and do not currently\naccept random contributions or pull-requests outside of compatibility fixes in case the game client changes.\n\nEspecially the Redirector class has been written based on a number of very specific implementation details of\nthe game client and changes to this class can cause any number of unexpected side effects. Further it has to be\ncompatible with all possible interface scenarios including to be loaded way before the actual game client (see\ninjection inte the POL process as is done in Ashita v4 right now).\n\n## Disclaimer\n\nI tested Pivot to the best of my capabilities but I can not guarantee that it works without bugs for 100% of the time.\nUse at your own discretion, I take no responsibility for any client crashes or data loss.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhealscodes%2Fxipivot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhealscodes%2Fxipivot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhealscodes%2Fxipivot/lists"}