I am using a VoiceOverFile entrytag, to specify my vo files. But there is an issue, I want to have multiple vo languages organized in subfolders like:
Resources/en/LineTagXXXXXX.mp3
Resources/ja/LineTagXXXXXX.mp3
But there is a stripping going on in DialogueDatabase, that prevents me from inputting my entrytags like `en/LineTagXXXXXX.mp`, it is happening due to the:
Code: Select all
entrytagRegex.Replace(voiceOverFile, "_")