diff --git a/_build/build.cmd b/_build/build.cmd index 57a5f247..c3030305 100644 --- a/_build/build.cmd +++ b/_build/build.cmd @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6e7778e9712d402258157c3a3f1247d97dae1af44ca653fae921b5a32a958a4a -size 2931 +oid sha256:7bd4006367f27dd60a24951d09de063d03c9502bcf6560ffeea871059951438f +size 2870 diff --git a/scripts/SKSE_placeholder.pex b/scripts/SKSE_placeholder.pex deleted file mode 100644 index 4bfc559c..00000000 Binary files a/scripts/SKSE_placeholder.pex and /dev/null differ diff --git a/source/scripts/SKSE_placeholder.psc b/source/scripts/SKSE_placeholder.psc deleted file mode 100644 index 7be5eeab..00000000 --- a/source/scripts/SKSE_placeholder.psc +++ /dev/null @@ -1,35 +0,0 @@ -Scriptname SKSE Hidden -{Dummy SKSE script to avoid Papyrus errors, when SKSE is missing} -; General SKSE-specific information - -; get the major version of SKSE -int Function GetVersion() global - return 0 -endFunction - -; get the minor version of SKSE -int Function GetVersionMinor() global - return 0 -endFunction - -; get the beta version of SKSE -int Function GetVersionBeta() global - return 0 -endFunction - -; get the release index of SKSE. This number is incremented every time -; SKSE is released outside of the development team -int Function GetVersionRelease() global - return 0 -endFunction - -; get the release index of this script file. -; Can be used to detect a script/runtime version mismatch -int Function GetScriptVersionRelease() global - return 65 -endFunction - -; get a plugins version number, -1 if the plugin is not loaded -int Function GetPluginVersion(string name) global - return -1 -endFunction