A routine check of "system.log" after some playing of PoTC showed some errors about "nightinsects". At the end of "RESOURCE\INI\ALIASES\sound_alias.ini" is this:
Nothing new has been added to "sound_alias.ini" but I'd found entries in "Greetings_alias.ini" for "Gr_Brothel's mom" and "Gr_Wench", which are commented out, and which I had uncommented so that the ladies of negotiable affection in Nevis Pirate Settlement would speak. I commented them both back out and the "nightinsects" errors no longer appeared. If I uncommented even one of them, the "nightinsects" errors were back.
What that means is, unless there's a variable somewhere which can be increased to allow more sound aliases, we've reached the limit. No more entries may be added to "Greetings_alias.ini" or "sound_alias.ini" unless, for each one that is added, one other is removed.
Code:
; ===== this insect file should go last so we can tell if we've exceeded the number of alias names. system.log will have errors on this name if we do
[nightinsects]
What that means is, unless there's a variable somewhere which can be increased to allow more sound aliases, we've reached the limit. No more entries may be added to "Greetings_alias.ini" or "sound_alias.ini" unless, for each one that is added, one other is removed.