Prof9 / TextPet

A plugin-based binary script extraction and insertion tool for Mega Man Battle Network modding and translation.
MIT License
27 stars 4 forks source link

[MMBNLC] MMBN3 fails to extract. #5

Closed 7743onakaippai closed 1 year ago

7743onakaippai commented 1 year ago

exe3

Command TextPet.exe Load-Plugins plugins Game MMBN3-LC Read-Text-Archives message_jap_msg --format msg Write-Text-Archives message_jap.tpl --single --format tpl Write-Text-Archives message_jap_tpl --format tpl

Prof9 commented 1 year ago

Looks like I made an error in games.ini. For EXE3/MMBN3, there is no separate command database for AC/LC.

Can you try making the change to games.ini in https://github.com/Prof9/TextPet/commit/3088b0bac511465750e38253b64821095eb8f63a locally and see if it works now? Also, the game ID should be EXE3-LC.

7743onakaippai commented 1 year ago

We confirmed that both the English version (MMBN3-LC) and the Japanese version (EXE3-AC) worked properly. Thank you very much.