Mindtwistah Posted April 21, 2007 Share Posted April 21, 2007 Is it possible to have two overridefolders? I mean to call one "override" and the second "Override". So for example if two mods contains the file skills.2da i can put one mod in one folder and the second mod in the second folder. Link to comment Share on other sites More sharing options...
stoffe Posted April 21, 2007 Share Posted April 21, 2007 Is it possible to have two overridefolders? I mean to call one "override" and the second "Override". So for example if two mods contains the file skills.2da i can put one mod in one folder and the second mod in the second folder. No... file and folder names in windows aren't case sensitive. And even if you could have two 2DA files with the same names the game would only load one of them. There can only be one resource with a resref in the game, if multiple are found in different locations they will override each other depending on where they are located. To make two mods using the same 2DA files work together you will need to merge those files. Some mods come with an installer that does this automatically for you. If the ones you want do not, you will have to do it by hand. Link to comment Share on other sites More sharing options...
Mindtwistah Posted April 21, 2007 Author Share Posted April 21, 2007 No... file and folder names in windows aren't case sensitive. And even if you could have two 2DA files with the same names the game would only load one of them. There can only be one resource with a resref in the game, if multiple are found in different locations they will override each other depending on where they are located. To make two mods using the same 2DA files work together you will need to merge those files. Some mods come with an installer that does this automatically for you. If the ones you want do not, you will have to do it by hand. How do I do it "by hand"? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.