ThosRTanner Posted January 31, 2015 Share Posted January 31, 2015 I added this line to a script I'm writing: BYOHRelationshipAdoptionScript property BYOHRelationshipAdoption Auto and tried to compile it with papyrus. No luck: Heartfhire_Menu.psc(26,40): unknown type byohrelationshipadoptionscriptafter a flash of inspiration, i realised i had to add the hearthfire scripts subdirectory to the papyrus imports section of compile papyrus.bat. This sort of worked. My error is now: Hearthfire\BYOHRelationshipAdoptableScript.psc(130,69)UpdateSpouseHouseInt is not a function or does not exist Hearthfire\BYOHRelationshipAdoptionScript.psc(380,69):MoveSpouseAdoption is not a function or does not exist Hearthfire\BYOHRelationshipAdoptionScript.psc(610,69): MoveSpouseAdoption is not a function or does not existI'm now a bit stuck as to what to do. Link to comment Share on other sites More sharing options...
axonis Posted December 23, 2015 Share Posted December 23, 2015 I was annoyed by this as well, so I have to raise the dead for reference purposes. You need to place the Hearthfire sources BEFORE the vanilla ones: -i=".\Data\Scripts\Source\Hearthfire;.\Data\Scripts\Source" For example, you can also choose not to overwrite the vanilla sources with SKSE one but rather extract the SKSE sources to a new directory and set this directory before everything else. Lycos bait: "Papyrus compiler to recognize that SKSE is installed" Link to comment Share on other sites More sharing options...
Recommended Posts