Difference between revisions of "Unclean Dialogue"

497 bytes added ,  07:47, 24 June 2012
Byline removed
imported>JOG
imported>QQuix
(Byline removed)
 
(10 intermediate revisions by 8 users not shown)
Line 1: Line 1:
Compared to Morrowind, Oblivion is very safe when it comes up to mod incompatibilities, a serious issue can be dialogue-conflicts, though. Dialogue-conflicts are always caused by unclean dialogue in both mods. Thus it's very important to keep a close eye on the [[FormID]]s of the dialogue-lines.
Compared to Morrowind, Oblivion is very safe when it comes up to mod incompatibilities, a serious issue can be dialogue-conflicts, though. Dialogue-conflicts are always caused by unclean dialogue in both mods. Thus it's very important to keep a close eye on the [[FormID]]s of the dialogue-lines.


Line 93: Line 94:
  Crime            Feeding Time is over (...)          000BF16B
  Crime            Feeding Time is over (...)          000BF16B


:Although both mods were slightly and contained the original Oblivion.esm line with the FormID 00028A25, everything is fine ingame. (The Construction Set will comply about this small conflict, though.)
:Although both mods were slightly unclean and contained the original Oblivion.esm line with the FormID 00028A25, everything is fine ingame. (The Construction Set will complain about this small conflict, though.)


<BR>
<BR>
----
----
=== Unclean Dialogue ===
=== Unclean Dialogue ===


Line 110: Line 112:
  Crime            Feeding Time is over (...)          000BF16B
  Crime            Feeding Time is over (...)          000BF16B


Take note that the line ''I'm line one of Mod "A"'' is in truth the modified original Oblivion line with the FormID 00028a25 , while the "What is it now?" line that seems to be from Oblivion.ESM is in truth a new line introduced by the mod. This is a mod with Unclean Dialoge.  
Take note that the line ''I'm line one of Mod "A"'' is in truth the modified original Oblivion line with the FormID 00028a25 , while the "What is it now?" line that seems to be from Oblivion.ESM is in truth a new line introduced by the mod. This is a mod with Unclean Dialogue.  




Line 162: Line 164:
  Crime            Feeding Time is over (...)          000BF16B
  Crime            Feeding Time is over (...)          000BF16B


Mod "B" overwrote the changed line with the FormID 00028a25, and suddenly a line of Mod A is missing...
:Mod "B" overwrote the changed line with the FormID 00028a25, and suddenly a line of Mod A is missing...




----
----
==== Combining an unclean mod with a clean one ====
==== Combining an unclean mod with a clean one ====


Line 211: Line 214:
[[Category:Tutorials]]
[[Category:Tutorials]]
[[Category:Quests]]
[[Category:Quests]]
[[Category:About Modding Etiquette]]
[[Category:Dialogue_Tutorials]]
== Comments ==
As stated above, upon adding a new line the CS is marking edited (*) the line immediately before. This will cause the FormID being stored in the esp even if there's no change on it. From my experience this is useless, and even worse is a potential conflict cause, so my recommendation is to further clean the mod by wiping out this unchanged references through Ignore setting followed by a save.
Anonymous user