Difference between revisions of "De-Isolation Tutorial"

9 bytes added ,  13:56, 24 July 2007
m
imported>Dev akm
(→‎Mastering: changed section title)
imported>Dev akm
Line 13: Line 13:
* What if you want to make tweaks to someone else's mod and you want to avoid having your changes wiped out by the next release of that plugin?  
* What if you want to make tweaks to someone else's mod and you want to avoid having your changes wiped out by the next release of that plugin?  


* What if you want to use something from one of the official DLC mods? Distributing your altered version of an official plugin isn't a great idea, creating a binary patch (binpatch) for it is very cumbersome and prone to errors, and it's very likely that someone else may have the same idea (rendering your mods mutually exclusive).
* What if you want to use or alter something from one of the official DLC mods? Distributing your altered version of an official plugin isn't a great idea, creating a binary patch (binpatch) for it is very cumbersome and prone to errors, and it's very likely that someone else may have the same idea (rendering your mods mutually exclusive).


Mods based on Oblivion.esm don't have this problem because it's a '''master''' file (ESM). Multiple add-on plugins (ESPs) can alter it at the same time without any problems. Unfortunately, TESCS doesn't let you use plugins as masters, even though the game engine actually doesn't mind at all.
Mods based on Oblivion.esm don't have this problem because it's a '''master''' file (ESM). Multiple add-on plugins (ESPs) can alter it at the same time without any problems. Unfortunately, TESCS doesn't let you use plugins as masters, even though the game engine actually doesn't mind at all.
Anonymous user