Xenoblade Chronicles X: Definitive Edition Mod Loader Switch: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 2: | Line 2: | ||
|title=Xenoblade Chronicles X: Definitive Edition Mod Loader | |title=Xenoblade Chronicles X: Definitive Edition Mod Loader | ||
|image=Switch-logo.png | |image=Switch-logo.png | ||
|description=Exlaunch plugin for loading files outside of sts.ard in Xenoblade Chronicles X | |description=Exlaunch plugin for loading files outside of sts.ard in Xenoblade Chronicles X - Definitive Edition. | ||
|author= | |author=masagrator | ||
|lastupdated=2025/05/11 | |lastupdated=2025/05/11 | ||
|type=Hack Utilities | |type=Hack Utilities | ||
| Line 11: | Line 11: | ||
|website=https://github.com/masagrator/XCXDE-ModLoader | |website=https://github.com/masagrator/XCXDE-ModLoader | ||
|source=https://github.com/masagrator/XCXDE-ModLoader | |source=https://github.com/masagrator/XCXDE-ModLoader | ||
|donation= | |donation=https://ko-fi.com/masagrator | ||
}} | }} | ||
{{#seo: | {{#seo: | ||
| Line 19: | Line 19: | ||
|image_alt=Xenoblade Chronicles X: Definitive Edition Mod Loader | |image_alt=Xenoblade Chronicles X: Definitive Edition Mod Loader | ||
}} | }} | ||
Xenoblade Chronicles X: Definitive | An exlaunch plugin for Xenoblade Chronicles X: Definitive that allows loading files outside of sts.ard/sts.arh. | ||
It can also play music files from outside | It can also play music files from outside of Music.pck, without needing to edit bgm.bnk. | ||
Only works with the Western version of the game (v1.0.1 or v1.0.2). | |||
== | == Installation == | ||
Download latest release [https://github.com/masagrator/XCXDE-ModLoader/releases here]. | |||
Copy the <code>atmosphere</code> folder to root of your SD card. | |||
Add your files to <code>atmosphere/contents/0100453019AA8000/romfs/mod/</code>. If any folder doesn't exist, create it manually. | |||
For example if you modified "lib_nx.ini" that is in "monolib/shader", whole path should look like this: | |||
<code>atmosphere/contents/0100453019AA8000/romfs/mod/monolib/shader/lib_nx.ini</code> | |||
< | |||
==Changelog== | ==Changelog== | ||
| Line 79: | Line 53: | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/masagrator/XCXDE-ModLoader | ||
Latest revision as of 11:17, 24 May 2025
| Xenoblade Chronicles X: Definitive Edition Mod Loader | |
|---|---|
| General | |
| Author | masagrator |
| Type | Hack Utilities |
| Version | 1.2.1 |
| License | GPL-32.0 |
| Last Updated | 2025/05/11 |
| Links | |
| Download | |
| Website | |
| Source | |
| Support Author | |
An exlaunch plugin for Xenoblade Chronicles X: Definitive that allows loading files outside of sts.ard/sts.arh.
It can also play music files from outside of Music.pck, without needing to edit bgm.bnk.
Only works with the Western version of the game (v1.0.1 or v1.0.2).
Installation
Download latest release here.
Copy the atmosphere folder to root of your SD card.
Add your files to atmosphere/contents/0100453019AA8000/romfs/mod/. If any folder doesn't exist, create it manually.
For example if you modified "lib_nx.ini" that is in "monolib/shader", whole path should look like this:
atmosphere/contents/0100453019AA8000/romfs/mod/monolib/shader/lib_nx.ini
Changelog
v1.2.1
- Fix an issue with bgm.bnk not being properly patched in RAM.
v1.2.0
- Add support for loading .wem files outside of Music.pck, this includes automated patching of bgm.bnk to properly adjust loop. More in README.
v1.1.7
- Add support for update 1.0.2.
v1.1.6
- Implement bucket solution that makes searching cache 2x faster in comparison to 1.1.4 release.
v1.1.4
- Fixed an issue with cache related to count of files.
v1.1.3
- Added cache for better performance.
v1.0.2
- First Release.