Text dumps, (Quests, client general)

PlumpRappy

Member
Is there already dumps of the text from the quests? I'm thinking about documenting them, but wonder if its already been done as I searched but haven't found any.

Currently, I'm opening quests in Qedit and striping the unwanted data, is there a faster way?

Does the PSOBB client store all text in a particular file for the content that is not a quest, like normal NPC or the principal

Thanks if you can help with any ideas.

Also, it seems some of the quests in qedit.info have dead links, mainly pushh links like TTF, does anyone have these files?

https://qedit.info/index.php?title=BB:Towards_the_Future
 
Qedit has an option to export just the text, but then you lose the context of which NPC says which line or whether it's some kind of message banner. The BB client text is in the unitxt file.
 
I know there are other resources that contain stuff for eps II and IV, but this is not a bad start:

http://www.ripplinger.us/camineet/psoscript/
This is a valuable and very comprehensive resource, thank you very much for sharing it.

Qedit has an option to export just the text, but then you lose the context of which NPC says which line or whether it's some kind of message banner. The BB client text is in the unitxt file.
How easily does this break importing translated text? if you change the character count or carriage returns is it dead?
Is the only way to test to run it on a server?

Thanks for the tip about unitext, seems soly has kindly dumped most of it already, interesting reading! some leftovers from GC and Xbox it seems!
https://github.com/Solybum/PSO-Tools/blob/master/Files/Unitxt/unitxt_e.json
 
Each message has its own line with <cr> for newlines. You can make the message longer and add <cr> to wrap it, but you cannot add any new messages.
 
Back
Top