Albeoris / Memoria.FFPR

MIT License
69 stars 5 forks source link

for Version 1.1.1 game does not start on FF3PR #50

Open melmount opened 6 months ago

melmount commented 6 months ago

The file export completes successfully, but the game does not start. BepInEx_UnityIL2CPP_x64_3a54f7e_6.0.0-be.571+ v2024.05.02

LogOutput.log

melmount commented 5 months ago

I tried again and it was exactly the same. LogOutput_01.log LogOutput_02.log LogOutput_03.log

Albeoris commented 5 months ago

@melmount , looks like import of something leads to the crash. Could you turn off import and try again? (Or just remove exported files from SteamingAssets\Assets folder). If it'll help, you need to try find the file that cause the crash. For example remove half of exported files and try to run the game.

melmount commented 5 months ago

Thank you for your reply. I apologize for the delay in responding and expressing my gratitude.

Regarding your points, I would like to report what I have confirmed.

From the logs and your observations, it appears that the files causing the crash are likely image files. Therefore, I deleted the files in the folder StreamingAssets\Assets\GameAssets\Serial\Res.

After that, I started the game, and it launched successfully. I also confirmed that the memoria function (You can increase game speed (Default Key: F1)) is working.

Since I am not using any mod application features, it is sufficient for me that the modified CSV files are reflected in the game. (I confirmed that non-sellable items appear in the shop and can be purchased.)

I have only confirmed this with FF3 so far, but I plan to try the same with other titles.

Thank you very much.

Albeoris commented 5 months ago

Got it. Looks like: https://github.com/Albeoris/Memoria.FFPR/issues/37 and https://github.com/Albeoris/Memoria.FFPR/issues/23 :(

Thank you anyway!