Audio files in Resources subfolder
Posted: Tue Aug 02, 2022 10:17 am
Hi,
My project is configured to use a default sequence as follows:
Which works fine as long as all my audiofiles are in the main Resources folder. I'd like to organize them by scene though, which I can also make work by prepending the entrytag in the above sequence with the subfolder for that particular scene. However, if I do that, I also need to prepend that folder every time I want to make a dialogue state with a custom sequence, and since I have a few scenes set up already, that would break some of my dialogues temporarily.
Granted, this is a minor convenience issue and not a big deal in the slightest. I was wondering though if there is an option somewhere to force the dialogue manager to scan through all Resource subfolders (or all of the ones that are marked as relevant somehow) when looking for a file with a particular entrytag name. If such an option does not exist, I'm considering adapting the source code to include it, depending on how complex it is. In that case, could you point me towards the method I'd have to update to implement this functionality?
My project is configured to use a default sequence as follows:
Code: Select all
SALSA(entrytag);
Delay({{end}});
Granted, this is a minor convenience issue and not a big deal in the slightest. I was wondering though if there is an option somewhere to force the dialogue manager to scan through all Resource subfolders (or all of the ones that are marked as relevant somehow) when looking for a file with a particular entrytag name. If such an option does not exist, I'm considering adapting the source code to include it, depending on how complex it is. In that case, could you point me towards the method I'd have to update to implement this functionality?