Jump to content

ENB GUI won't open in my game [SOLVED]


Recommended Posts

Posted

The thing simply does not open, SHIFT + ENTER does not work and neither with SHIFT + Z ... nor with any other combination or keys.

SHIFT + F12 doesn't work either. 

I use this ENB:

https://www.nexusmods.com/skyrim/mods/70451

This is in the keys section of my enblocal.ini:
 

[INPUT]
KeyReadConfig=0
//shift
KeyCombination=0
//f12
KeyUseEffect=0
//home
KeyFPSLimit=0
//num /       106
KeyShowFPS=106
//print screen
KeyScreenshot=44
//enter
KeyEditor=0
//f4
KeyFreeVRAM=0
KeyBruteForce=0
KeyDepthOfField=0



I really don't know what the problem is.

I must say that .ini file is not the original from the ENB. A guy made me a custom enblocal.ini file (because I'm a hot girl  :3)  .. But he just disappeared.

So, that file works perfect with my PC ..I mean ..no lags, no CTDs, and 60fps. If I use the ''plain'' enblocal.ini file from the Nexus ENB preset ..my game always does CTD.

So the custom file is perfect ..the only problem is that the ENB GUI does not open. 

And yes I have already mixed values from the custom enblocal.ini file with the original enblocal.ini file but it does not work at all, my game does CTD.

I hope someone can help me.  
 

Posted

Your KeyCombination and KeyEditor settings are commented. Remove the two slahes from the start. Then It's shift - enter.

 

And Remove the ones that say  KeyReadConfig=0  and KeyCombination=0

 

(Or just set those to 16 for KeyCombination (i.e Shift) and 13 for KeyReadConfig (i.e. Enter)/

Posted
2 hours ago, spoonsinger said:

Your KeyCombination and KeyEditor settings are commented. Remove the two slahes from the start. Then It's shift - enter.

 

And Remove the ones that say  KeyReadConfig=0  and KeyCombination=0

 

(Or just set those to 16 for KeyCombination (i.e Shift) and 13 for KeyReadConfig (i.e. Enter)/

 

 

It's not going to read a word as far as I know, it's looking for the code for the key.  There's probably a website that has all the codes but the STEP guide mentions KeyView program which looks like needs a login for the Siemens website, it appears to be free software.

 

https://stepmodifications.org/wiki/Guide:ENBlocal_INI/Input

Posted
5 hours ago, spoonsinger said:

Your KeyCombination and KeyEditor settings are commented. Remove the two slahes from the start. Then It's shift - enter.

No they are not. What is commented is the name of the key, e.g. shift. What is missing is the key's asci (?) number, e.g. shift is KeyCombination=16 in my enblocal.ini.

Posted
7 hours ago, Grey Cloud said:

No they are not. What is commented is the name of the key, e.g. shift. What is missing is the key's asci (?) number, e.g. shift is KeyCombination=16 in my enblocal.ini.

 

Last last two lines from the original.

 

 

INPUT]
KeyReadConfig=0
//shift
KeyCombination=0
//f12
KeyUseEffect=0
//home
KeyFPSLimit=0
//num /       106
KeyShowFPS=106
//print screen
KeyScreenshot=44
//enter
KeyEditor=0
//f4
KeyFreeVRAM=0
KeyBruteForce=0
KeyDepthOfField=0

//KeyCombination=16
//KeyEditor=13


 

Posted
15 hours ago, Sneaksmile said:

[INPUT]
KeyReadConfig=0
//shift
KeyCombination=0 16
//f12
KeyUseEffect=0
//home
KeyFPSLimit=0
//num /       106
KeyShowFPS=106
//print screen
KeyScreenshot=44
//enter
KeyEditor=13
//f4
KeyFreeVRAM=0
KeyBruteForce=0
KeyDepthOfField=0

//KeyCombination=16
//KeyEditor=13

 

 

Delete
Set

Posted
3 hours ago, spoonsinger said:

Last last two lines from the original.

Okay but the first few lines from the original:

 

KeyReadConfig=0
//shift
KeyCombination=0

 

The two at the end are redundant because the same settings are set to 0 at the start.

Posted
1 hour ago, Grey Cloud said:

Okay but the first few lines from the original:

 

KeyReadConfig=0
//shift
KeyCombination=0

 

The two at the end are redundant because the same settings are set to 0 at the start.

 

Which is why I said remove them ?

 

Anyway the answer is 99.9% :-

 

 

[INPUT]
KeyReadConfig=0
//shift
KeyCombination=16         
//f12
KeyUseEffect=0
//home
KeyFPSLimit=0
//num /       106
KeyShowFPS=106
//print screen
KeyScreenshot=44
//enter
KeyEditor=13
//f4
KeyFreeVRAM=0
KeyBruteForce=0
KeyDepthOfField=0

//KeyCombination=16
//KeyEditor=13

 

 

 

 

 

 

Posted

To add to the above:

 

 

20 hours ago, Sneaksmile said:


SHIFT + F12 doesn't work either.

 

 

Just wanted to tag you on this reply, you can use this chart to make the keys whatever you want, and this STEP guide explains what each line does.

 

For example, in order to set F12

KeyUseEffect=123

 

In your current settings posted it was set to 0 which I assume disables being able to use a key to turn the enb on or off since 0 is not a valid Javascript char code.  This quote is from the STEP guide I linked:

You would also need to set

 

KeyCombination=16

  to get shift to work and

 

KeyEditor=13

for Enter as per the above posts.

 

Hopefully that gets it sorted for you.

Posted
On 6/25/2021 at 7:26 AM, Marg597 said:

To add to the above:

 

 

 

Just wanted to tag you on this reply, you can use this chart to make the keys whatever you want, and this STEP guide explains what each line does.

 

For example, in order to set F12


KeyUseEffect=123

 

In your current settings posted it was set to 0 which I assume disables being able to use a key to turn the enb on or off since 0 is not a valid Javascript char code.  This quote is from the STEP guide I linked:

You would also need to set

 


KeyCombination=16

  to get shift to work and

 


KeyEditor=13

for Enter as per the above posts.

 

Hopefully that gets it sorted for you.


By the way, it works for the F12 key.

THANKS! 

Posted

IF SOMEONE HAS THE SAME PROBLEM, THIS IS THE SOLUTION:

//shift
KeyCombination=16
//enter
KeyEditor=13
//f12
KeyUseEffect=123

THANKS TO THOSE WHO HELPED ME HERE.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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