I'm trying to make a patch for a mod to include the UDBP changes to dragonactorscript and mqkilldragonscript.
The compiler output for mqkilldragonscript is this:
L:\Skyrim\Data\Scripts\Source\mqkilldragonscript.psc(18,22): dlc2soulstealscript is not a known user-defined type
L:\Skyrim\Data\Scripts\Source\mqkilldragonscript.psc(25,22): dlc2soulstealscript is not a known user-defined type
L:\Skyrim\Data\Scripts\Source\mqkilldragonscript.psc(56,17): dlc2soulstealscript is not a known user-defined type
L:\Skyrim\Data\Scripts\Source\mqkilldragonscript.psc(223,45): cannot convert to unknown type dlc2mq06miraakbossbattle
L:\Skyrim\Data\Scripts\Source\mqkilldragonscript.psc(223,45): cannot cast a referencealias to a dlc2mq06miraakbossbattle, types are incompatible
L:\Skyrim\Data\Scripts\Source\mqkilldragonscript.psc(224,23): dlc2mq06miraakbossbattle is not a known user-defined type
L:\Skyrim\Data\Scripts\Source\mqkilldragonscript.psc(227,16): dlc2soulstealscript is not a known user-defined type
L:\Skyrim\Data\Scripts\Source\mqkilldragonscript.psc(334,29): unknown type dlc2soulstealscript
L:\Skyrim\Data\Scripts\Source\mqkilldragonscript.psc(339,34): unknown type dlc2mq06miraakbossbattle
L:\Skyrim\Data\Scripts\Source\mqkilldragonscript.psc(388,44): cannot convert to unknown type dlc2mq06miraakbossbattle
L:\Skyrim\Data\Scripts\Source\mqkilldragonscript.psc(388,44): cannot cast a referencealias to a dlc2mq06miraakbossbattle, types are incompatible
L:\Skyrim\Data\Scripts\Source\mqkilldragonscript.psc(389,22): dlc2mq06miraakbossbattle is not a known user-defined type
L:\Skyrim\Data\Scripts\Source\mqkilldragonscript.psc(390,15): dlc2soulstealscript is not a known user-defined type
No output generated for dragonactorscript.psc, compilation failed.
I haven't done this before, so I'm not sure what the problem is. I have verified that the .psc and .pex files are present for dlc2soulstealscript and for dlc2mq06miraakbossbattle, so I don't know why there is an error.
Can someone point me in the right direction?