Thesola10 / YC_English

English translation patcher for YuruCamp: Have a nice day
GNU General Public License v3.0
14 stars 1 forks source link

Produce patched game for Yuzu #4

Closed Thesola10 closed 2 years ago

Thesola10 commented 2 years ago

Apparently Yuzu is capable of loading Switch games from extracted ROMFS/EXEFS, which is pretty much what my patcher produces as-is. I'd need to implement an "export to Yuzu" to copy unpatched files to out, but the most important detail is to check if the resulting game would even run on Yuzu in the first place.

Thesola10 commented 2 years ago

According to this page, installing the mod on Yuzu is apparently as simple as copying out/contents/0100D12014FC2000 directory into (yuzu home)/load. Will update doc and consider automating under #2

Gigas002 commented 2 years ago

Idk if you still need this info, but patch works on yuzu. out directory should be copied into ~/.local/share/yuzu/sdmc/atmosphere/. Both menus and dialogs works as expected