|
Logicality
|
Posted: Thu, Jul 29 2010, 22:17 PM |
|
|

Player
Joined: 23 Apr 2008 Location: The Otherworld
|
|
Is it possible? Or will the game ignore anything in subfolders in override?
_________________ "A somebody was once a nobody who wanted to and did." - Anonymous
|
|
|
|
 |
|
Selmak
|
Posted: Thu, Jul 29 2010, 22:49 PM |
|
|

Player
Joined: 17 Dec 2004
|
|
Subfolders will get ignored, yes. Just tried it.
|
|
|
|
 |
|
Logicality
|
Posted: Thu, Jul 29 2010, 22:50 PM |
|
|

Player
Joined: 23 Apr 2008 Location: The Otherworld
|
|
Bleh. Too bad. Thanks though.
_________________ "A somebody was once a nobody who wanted to and did." - Anonymous
|
|
|
|
 |
|
Gunz
|
Posted: Fri, Jul 30 2010, 0:27 AM |
|
|

Player
Joined: 01 Jul 2006 Location: The City of Fallen Angels, Ca
|
|
All you can really do is keep track of what files come from what override by writing it down in a text file manually. ::shrugs:: Better than nothing, should you choose to get rid of a specific override.
_________________ My Characters: Yuilith Kethil Menaiivan Garadeth
|
|
|
|
 |
|
Selvec Darkon
|
Posted: Fri, Jul 30 2010, 0:49 AM |
|
|

Player
Joined: 12 Oct 2005 Location: On a Disk, carried by four elephants, which stand on a gigantic turtle.
|
|
Write a batch file that associates overrides folders with a name, say of the override you have, then make it move the files to a subfolder.
If you can do that it makes life a HELL of a lot easier.
_________________ I keels u with my axe!
"Do ye know where the Holy-Flamin' Frost-brand Gronk-slayin' Vorpal Hammer o' woundin' an' returnin' an' Shootin'-Lightnin'-out-yer-bum is?"
|
|
|
|
 |
|
Selmak
|
Posted: Fri, Jul 30 2010, 17:22 PM |
|
|

Player
Joined: 17 Dec 2004
|
|
If you know a bit of code you could write an override changer that alters the alias in the NWN.ini file. By default it reads:
[Alias] (other aliases) OVERRIDE=.\override
Of course the quick and dirty way (from a batch file for example) is to rename the override folder to something else and then rename your desired folder to 'override' so NWN uses it instead.
Obviously, it doesn't do anything about combining various overrides you may have. But it's easier to just have complete override folders with all the files needed for each, since any time you copy or move a large number of files it tends to take anywhere from a few seconds to several minutes.
|
|
|
|
 |