wtfmanreally Posted April 5, 2012 Share Posted April 5, 2012 Hey there. I've been trying to add new voice types to the game, and so far I've been succesful by adding them to the necessary formlists, but I have a problem. It seems that any mod containing the same formlist but with different content will cause the formlists to overwrite each other For example, I have one plugin adding FemaleVoiceA (modA), and another one adding MaleVoiceB(modB), both to the vanilla FormList called VoicesPlayer.The plugin adding FemaleVoiceA (modA) is after the one adding MaleVoiceB (modB).However, it seems that instead of modA adding the FemaleVoiceA to the VoicesPlayer FormList, it's overwriting modB's VoicesPlayer FormList, which contains MaleVoiceB. This is pretty bad, because it means I only have two solutions: A) I merge them both, but then any other mod adding stuff to this VoicesPlayer FormList will overwrite these anyways.B) I create new conditions for each line of dialogue. But that's ridiculous. So, what I want to ask is: Is there any better way to do this? Link to comment Share on other sites More sharing options...
Recommended Posts