Jump to content

[LE] Compilation Fails with message "variable cpconvert is undefined"


Recommended Posts

Hi, im trying to modify a script based on OSA and i have the OSA Sources in place but everytime i try to comile i end up with the compile error:

Skyrim Special Edition\Data\Source\Scripts\_oGlobal.psc(327,5): variable cpconvert is undefined
Skyrim Special Edition\Data\Source\Scripts\_oGlobal.psc(327,15): none is not a known user-defined type

I looked throught the script "_oGlobal.psc" and found the following:

skse.GetPluginVersion("cpconvert") as String

and

if !cpconvert.CPIsValid(oso.codepage)

but i can't figure out which plugin this dependency belongs to. Does anybody know which dependency is still missing here?

 

Update: I was able to get it working, i just downloaded the OSA Source from github and tried it with that.

Edited by cracksoldier
Link to comment
Share on other sites

  • Recently Browsing   0 members

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