Jump to content

ENB Shift + Enter not working


yfm3000

Recommended Posts

Hi everyone!
i've been playing a while without the ENB menu because it just don't open.
i've tried to overwrite all the "WrapperVersion" archives but it still doesn't open.
I use the version 0.119, when i change it to the 0.234 it works, but i don't know why my game looks better with the 0.119. It's probably settings but i need to see the menu so i can put the same settings in the 0.234 version.
Sorry for my english and sorry if this question was already said, i didn't found anything related to this

Link to comment
Share on other sites

1. Go to your game folder

2. Go to enblocal.ini

3. Scroll down to [input]

 

There are your keybindings. If this does not work or you cant find the section [input], then maybe the ENB menu was added in a later version.

Link to comment
Share on other sites

I just looked it up: http://www.enbdev.com/mod_tesskyrim_v0168.htm

look at v.126. The GUI was added in version v.126.

 

I dont think trying to make the new version look like the old version is not good for a try. A lot of functions has benn changed or added, even if you manage it to set the same settings, the enbs wont look the same.

Edited by M4ze
Link to comment
Share on other sites

  • 5 years later...

1. Go to your game folder

2. Go to enblocal.ini

3. Scroll down to [input]

 

There are your keybindings. If this does not work or you cant find the section [input], then maybe the ENB menu was added in a later version.

On the KeyEditer under [input] set it as 13. 13 is the keybind number for shift+enter. hope this helps function myKeyBindingFn(e) {    if (e.keyCode === 13 && e.shiftKey) {        return 'shift-enter';    } else if (e.keyCode === 13) {    return 'enter-only';    }    return getDefaultKeyBinding(e);}
Link to comment
Share on other sites

  • 4 months later...
  • 8 months later...

 

1. Go to your game folder

2. Go to enblocal.ini

3. Scroll down to [input]

 

There are your keybindings. If this does not work or you cant find the section [input], then maybe the ENB menu was added in a later version.

On the KeyEditer under [input] set it as 13. 13 is the keybind number for shift+enter. hope this helps function myKeyBindingFn(e) {    if (e.keyCode === 13 && e.shiftKey) {        return 'shift-enter';    } else if (e.keyCode === 13) {    return 'enter-only';    }    return getDefaultKeyBinding(e);}

Yea !!! it worked for me like a charm .. Thank you @user969647 .

Link to comment
Share on other sites

  • 2 months later...

On the KeyEditer under [input] set it as 13. 13 is the keybind number for shift+enter. hope this helps

 

.... This is the only thing that helped me after 2 hours of searching so thanks for that.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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