Jump to content

Script Compilation Error


Charles17

Recommended Posts

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 exist
C:\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 exist
C:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\this.psc(4490,4): SetInputOptionValue is not a function or does not exist
Edited by Charles17
Link to comment
Share on other sites

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

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

  • 1 year later...

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

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 by mcneifen
Link to comment
Share on other sites

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 by Charles17
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...