thane98 / Astra

Editor for FE Engage
MIT License
5 stars 0 forks source link

Text Editor does not load any message files #6

Open Heritorofarc opened 1 month ago

Heritorofarc commented 1 month ago

[v0.3.0] Astra does not appear to be recognizing any message files inside the [fe_assets_message] path, thus rendering the text editor part of Astra effectively nonfunctional.

If this is user error, I apologize. astra1

thane98 commented 1 month ago

Went through the code again to be sure, but I don't see any obvious issues. Can't reproduce it on my end either.

All this editor does behind the scenes is list out files in the following directories:

  1. StreamingAssets/aa/Switch/fe_assets_message/us/usen
  2. StreamingAssets/aa/Switch/fe_assets_message/pu/puppet
  3. StreamingAssets/aa/Switch/fe_assets_message/so/sound

It will check both your mod's Data folder and the ROM.

v0.3.0 didn't have a lot of logging around this. Try this release and see if it logs any warnings or errors.