[Skyrim/FO4] enb script extender

general download section
  • Author
  • Message
Offline
User avatar
Posts: 18
Joined: 31 Oct 2019, 19:35

Re: [Skyrim/FO4] enb script extender

Now, im getting errors on papyrus log.

[11/01/2019 - 12:35:01PM] error: Unbound native function "ENB_SetFloat" called
[11/01/2019 - 12:35:01PM] error: Unbound native function "ENB_SetConfigFile" called

Second line of script

Code: Select all

import ENBscript
And the changes i try to make

Code: Select all

ENB_SetFloat("enbseries.ini", "ENVIRONMENT", "AmbientLightingIntensityDay", 0)
ENB_SetConfigFile("test.ini")

Script compiled successfully but didnt work with these errors. I dont know where im wrong. I tried on SSE btw. (Hope this plugin still working)

Online
User avatar
*blah-blah-blah maniac*
Posts: 17444
Joined: 27 Dec 2011, 08:53
Location: Rather not to say

Re: [Skyrim/FO4] enb script extender

Can't help with that, wait till kingeric1992 answer you (or maybe send him PM?).
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7

Offline
*blah-blah-blah maniac*
Posts: 565
Joined: 05 Apr 2014, 10:29
Location: Taiwan

Re: [Skyrim/FO4] enb script extender

I'll take a look of it later this week.
_________________
Intel Xeon L5639 6C12T @3.96GHz | Gigabyte ga-x58a-ud3r | MSI GTX680 4G | 48G RAM | Intel 760p Nvme w clover bootloader
Flickr
YouTube

Offline
User avatar
Posts: 18
Joined: 31 Oct 2019, 19:35

Re: [Skyrim/FO4] enb script extender

Thank you. Btw, i tried it with FO4 dll (just for test .dll's) the log error same. (Im running SSE). :)

Offline
Posts: 1
Joined: 18 Feb 2020, 15:31

Re: [Skyrim/FO4] enb script extender

Hey there, kingeric1992!

I'd like to use your plugin, but I'm playing on Skyrim SE. Am I right to assume that your script extender is for Classic edition?
I tested it in SSE, and surprisingly Papyrus compiles scripts with your functions despite the edition mismatch (I thought the compiler would complain or something), even though I see no effects in-game (tried to toggle Depth of Field through a Magic Effect).

Is your plugin edition-independent and I did something wrong with my scripts, or is it only for Classic Skyrim and Papyrus compiling succesfully for SSE just a coincidence?

If it is only for Old Skyrim, I'd love to have an update for SSE. Not sure how easy it is though.
Post Reply