From 2943b23acd38a598196bf86dcf5678153fc358d6 Mon Sep 17 00:00:00 2001 From: Eddoursul Date: Fri, 1 Mar 2024 00:04:36 +0100 Subject: [PATCH] Removed SKSE.pex placeholder --- _build/build.cmd | 4 ++-- scripts/SKSE_placeholder.pex | Bin 974 -> 0 bytes source/scripts/SKSE_placeholder.psc | 35 ---------------------------- 3 files changed, 2 insertions(+), 37 deletions(-) delete mode 100644 scripts/SKSE_placeholder.pex delete mode 100644 source/scripts/SKSE_placeholder.psc 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 4bfc559cdeecdb1a1d00bc3325bffec380f556fc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 974 zcmb7C%WhLK5FIDCX&$AIKnYESWU*lbT_84OgQy4J-%3sN?C<1=S`=FE)z>+|=Y%?1ddgFn7~g!bg!WPGvoIdsQGVN2)Bxr9Tk z@Womi3FnaUI})|8Fie692%Re%Y=T`PZ_s&d4II_@y*AdtVNG0OP;gSmpKy-KBMgX| z*P&(r&K$(}$am6Ty{n03m z_4Ge{f`u3V8f;r&2WrTE`HFeq4X~kKVy>r}`b(B=gX`qk8I5?x8|5JLIGCPe;iCw-as)lT8eHLype%FebRRNE zalE^*2S+K6k3bAlH=UXmaGdOi&EIsORi|Rzts>h^w|CL6Xv&?oJ?O(-u3DW2S>LMy u>U}8Sl=jz$`!xx)!G2r|aRMHYM8FwQ&4GZP0MeYrsc03alqa_P7yAc!8_Zh( 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