IsharaMeradin Posted Wednesday at 06:25 PM Share Posted Wednesday at 06:25 PM Not sure what is happening, but something doesn't seem right. The error message is stating that the afDuration parameter is not specified when in fact there should be a default value of 0.0 assigned to it within the definition of ShakeCamera() on the ObjectReference script. The error message is stating that the akKiller parameter is not specified when in fact there should be a default value of NONE assigned to it within the definition of KIll() on the ReferenceAlias script. If you don't want to dig into where the ultimate issue might be, you can simply include those parameters with their default value in your function calls. And that should allow it to bypass these issues when compiling. Link to comment Share on other sites More sharing options...
scorrp10 Posted Wednesday at 08:34 PM Share Posted Wednesday at 08:34 PM Any files that have been provided by SKSE, MUST overwrite the original ones. As to your errors: Line 27 from ObjectReference is a call to shakeCamera function in Game. Same issue - missing default parameter (default duration is 0). This means your Game.psc is likely a decompiled one. Line 152 in ReferenceAlias, ActorRef in an Actor type object. Which tells me that your Actor.psc is also not right. Personally, I would take ALL the .psc files that came with SKSE, and copy the entire thing over to Data/scripts/source. Link to comment Share on other sites More sharing options...
Spartacus2211 Posted Friday at 10:20 AM Author Share Posted Friday at 10:20 AM You geniouses! I tell ya! I replaced ma Actor.psc, ActorBase.psc and ActorValueInfo.psc with the original ones from SKSE, because all of them were Champollion-decompilates (and I guess many more are, but I don't check again until another error arises) and finally the compilation worked! This thread can be closed now. For further questions I will again search the web before and ask in a new thread for my specific problems, if any occur. Thanks to all of you for your help! Link to comment Share on other sites More sharing options...
Recommended Posts