AdmiralCurtiss / HyoutaTools

A collection of tools for extracting and/or reinserting data from/into video games.
Other
68 stars 21 forks source link

About EBM text dump #2

Closed scese250 closed 5 years ago

scese250 commented 5 years ago

Hi, there are a way to convert back the .txt to .ebm? I've checked the fork with Atelier Firis support but the problem is how convert it to .ebm, I wonder if you know or if it's hard.

AdmiralCurtiss commented 5 years ago

It's not designed for that as the dumping process discards most metadata; it was designed to easily create screenshot Let's Play updates from the output. If you want to convert it back, I recommend dumping into a format that preserves this instead (such as a SQLite database or a spreadsheet, even a simple CSV would probably do it), which should be pretty simple to convert back into *.ebm files.

AdmiralCurtiss commented 5 years ago

Added some code that converts the files to and from SQLite databases (Gust.ebm.EbmToSqlite and Gust.ebm.SqliteToEbm), does that help?

AdmiralCurtiss commented 5 years ago

Note that I do not own any Gust games on PC so I tested this on my PS3 copy of Ar nosurge.

scese250 commented 5 years ago

Thanks! It worked with Atelier Firis and Blue Reflection.

AdmiralCurtiss commented 5 years ago

Alright, cool! I'll consider this issue resolved then.