HashiriyaR32 wrote...
Thanks for that. Now if only they fix the damn route flag and voice cutting errors...
I'm getting the voice cutting errors too (I have a hunch as to what might be causing this, but even if I do get a chance to fix it, it won't be included in the patch), but I'm not sure as to what you mean be the route flag errors.
EDIT: While my initial hunch was wrong (there's nothing wrong with the voice files themselves even though I had my suspicions), I think I now know WHY some lines seem to have voice cutoff.
In the script, a lot of the lines set so bits of them appear on each mouseclick (some lines are split into at least 3 parts). This is because the voice files have been broken up into chunks, and these split functions are necessary in order for all the voice files to play for that entire line. The issue that's causing a "cut off" is that some lines that have multiple voice files DO NOT have splits in the text, thus causing the entire line to display all at once, while only playing the FIRST voice file. I can fix this in one of 2 ways.
1. Go through the script, find each line that has multiple voice files assigned to it but has no splitters in the text itself, and join the voice files together where necessary.
2. Go through the script and insert splitters in the appropriate spots. (This is more feasible.)
Either way, it's gonna take a HUGE amount of time, and I don't expect to get that done by the end of this week (new semester starts on Monday for me), let alone get in done in time for the first patch release.
Well, some of my friends already sent that error to JAST themselves. Though God knows when they'll address it...