Soreepeong / XivAlexander

Double weave on high latency, and mishmash of modding tools - especially for fonts and internationalization for Final Fantasy XIV.
Apache License 2.0
721 stars 65 forks source link

How to find iglnoredCells info for ExcelTransformConfig files? #621

Closed godhandMidu closed 1 year ago

godhandMidu commented 1 year ago

Hi, I'm playing Endwalker.

I find that [say] quests in Endwalker are doesn't working when using language mod.

I guess that [say] quests before Endwalker are handled as exception in 'ignoredCells' section in 'ExcelTransformConfig' json files.

image

Is there way to find the information in red box above picture?

If my guess is wrong, please let me know how to proceed [say] quests in Endwalker with language mod.

vivelaviet commented 1 year ago

I have the same issue, and thought I was going crazy. It's a bit inconvenient but I unloaded and relaunched

LightSeaGreen commented 1 year ago

You can use a file explorer tool like FFXIV Explorer to find the quest.

image

From a bit of looking around, adding

{"name":` "quest/046/banomi102_04608", "id": 68, "column": 1, "forceLanguage": "English"}

Allows me to do the quest Coffee Talk with the key phrase in English.

Would be very helpful if someone can make a list of quests that require you to say something.

godhandMidu commented 1 year ago

You can use a file explorer tool like FFXIV Explorer to find the quest.

image

From a bit of looking around, adding

{"name":` "quest/046/banomi102_04608", "id": 68, "column": 1, "forceLanguage": "English"}

Allows me to do the quest Coffee Talk with the key phrase in English.

Would be very helpful if someone can make a list of quests that require you to say something.

Thank you!! I'll test it later to see if it's applicable to language mod.