Atmosphere: Allow replacing of HTML documents for specific titles

Created on 5 Feb 2020  路  3Comments  路  Source: Atmosphere-NX/Atmosphere

Feature Request

What feature are you suggesting?

Overview:

Add the ability to replace the HTML document files for a title.

Smaller Details:

Currently the loader only allows the user to replace the HTML document files if launching in homebrew mode. Adding a MITM implementation (like the one for romfs) for the HTML documents would allow for modification of game help or manuals (such as in Mario Kart 8 Deluxe).

Nature of Request:

  • Addition

What component do you feel this would best fit within?

Why would this feature be useful?

This would allow game mod developers (or fan translators like me) to modify the manual for games that use web applets to display it. Currently I am translating Mario Kart 8 Deluxe and I can translate all the game text thanks to fs.mitm, but I can't translate the manual because it's not possible to replace it.

Most helpful comment

This is half-implemented, now. The filesystem is completely redirected when manual_html directory is present under program specific dir.

Ideally we implement a kind of layered filesystem, which falls back to the real one. Will think on how best to do this, but this should make it into the next atmosphere release.

All 3 comments

This is half-implemented, now. The filesystem is completely redirected when manual_html directory is present under program specific dir.

Ideally we implement a kind of layered filesystem, which falls back to the real one. Will think on how best to do this, but this should make it into the next atmosphere release.

This is awesome news, thanks for all your work!

Implemented :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ghost picture ghost  路  3Comments

demetom picture demetom  路  4Comments

sora10pls picture sora10pls  路  3Comments

SciresM picture SciresM  路  4Comments

Remna0w0 picture Remna0w0  路  4Comments