Charles17 Posted February 26, 2021 Share Posted February 26, 2021 (edited) ISSUE RESOLVED I am having an issue compiling a script from someone else's mod I modified. All dependencies are installed with script sources in proper location. All psc files are in source\scripts. BSA's containing scripts have been extracted and the source files moved accordingly. SDK 5.1 for SkyUI is installed.I don't know what to do to get this any further, so any helpful comments are appreciated. C:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\this.psc(1368,37): AddInputOption is not a function or does not existC:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\this.psc(1368,5): type mismatch on parameter 2 (did you forget a cast?)C:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\this.psc(4482,4): SetInputDialogStartText is not a function or does not existC:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\this.psc(4490,4): SetInputOptionValue is not a function or does not exist Edited February 26, 2021 by Charles17 Link to comment Share on other sites More sharing options...
dylbill Posted February 26, 2021 Share Posted February 26, 2021 If you're getting "is not a function or does not exist" errors it means you're missing the source files. Make sure your source .psc files are in the correct folder. In SSE they changed the file path from Data/Scripts/Source to Data/Source/Scripts. To keep things simple I just put all source .psc files in both folders. Link to comment Share on other sites More sharing options...
Charles17 Posted February 26, 2021 Author Share Posted February 26, 2021 I finally found my issue. On github I downloaded the most recent skyui zip file containing source scripts but it wasn't until later I stumbled upon the files located on google drive that needed to overwrite those skyui source scripts. I was able to compile the script after that change so matter resolved..... I hope. Link to comment Share on other sites More sharing options...
mcneifen Posted April 13, 2022 Share Posted April 13, 2022 So the google drive link for SkyUI SDK 5.1 is broken, but I grabbed the files themselves from the dist folder in gitHub. I'm still having trouble locating AddInputOption do you know in which SkyUI files that should be? Link to comment Share on other sites More sharing options...
Charles17 Posted April 13, 2022 Author Share Posted April 13, 2022 The google drive link worked for me. https://drive.google.com/file/d/0B4iEH8ar3jtxbFlkVzZSVHN0alk/view?resourcekey=0-bTFKQxbSl6Y_4-dZDHE0AQ You have to place the psc files into data/source/scripts to be read as they do not come packaged this way and have them below, overwriting, skyui. Link to comment Share on other sites More sharing options...
mcneifen Posted April 13, 2022 Share Posted April 13, 2022 (edited) EDIT: Apparently, it isn't broken if you don't use Private mode on your browser....Yes, those are the files I want, but the download link is broken: 404. That’s an error.The requested URL was not found on this server. That’s all we know. Edited April 13, 2022 by mcneifen Link to comment Share on other sites More sharing options...
Charles17 Posted April 13, 2022 Author Share Posted April 13, 2022 (edited) Yes, those are the files I want, but the download link is broken: 404. That’s an error.The requested URL was not found on this server. That’s all we know.Edit: Link removed Here is the same file as google drive. Edited April 13, 2022 by Charles17 Link to comment Share on other sites More sharing options...
Charles17 Posted April 13, 2022 Author Share Posted April 13, 2022 (edited) duplicate Edited April 13, 2022 by Charles17 Link to comment Share on other sites More sharing options...
Recommended Posts