I'm a huge fan of Sanitarium, first of all, thank you for the asylum engine!
I'm trying to translate the game to Basque (my mother tongue) and I'm having some issues. I've got the Max texts fine, but when I go to an encounter with another person, it doesn't show the choose options. In fact, begins to play all the convesations of the game in that moment. Once started to talk to the first person, I had to listen every conversation in the game, until force quit the game

I've been digging in the engine code and I figured this out:
* The first integer says how many entries are in the file
* After that, comes every offset of every entry in the file
* Then are the text entries.
* And at the end of the file (after a text called "(eword end)"), I don't know what the heck is. But is seems that it has be something related with the conversations options.
I'm creating the RES.000 file and got the first three points working, but I can't understand the fourth one.
Is here anyone who can guide me creating this RES.000? Any developer, translator?
thanks in advance