Sneaksmile Posted June 24, 2021 Posted June 24, 2021 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.
spoonsinger Posted June 24, 2021 Posted June 24, 2021 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)/
Sgt. Marge Posted June 24, 2021 Posted June 24, 2021 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
Grey Cloud Posted June 24, 2021 Posted June 24, 2021 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.
Sgt. Marge Posted June 25, 2021 Posted June 25, 2021 3 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. I think I just found it. Not ascii, but Javascript char codes. https://www.cambiaresearch.com/articles/15/javascript-char-codes-key-codes
spoonsinger Posted June 25, 2021 Posted June 25, 2021 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
Andy14 Posted June 25, 2021 Posted June 25, 2021 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=0 13 //f4 KeyFreeVRAM=0 KeyBruteForce=0 KeyDepthOfField=0 //KeyCombination=16 //KeyEditor=13 Delete Set
Grey Cloud Posted June 25, 2021 Posted June 25, 2021 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.
spoonsinger Posted June 25, 2021 Posted June 25, 2021 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
Sgt. Marge Posted June 25, 2021 Posted June 25, 2021 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.
Sneaksmile Posted June 25, 2021 Author Posted June 25, 2021 7 hours ago, Andy14 said: Delete Set It worked perfect! ? THANKS!
Sneaksmile Posted June 25, 2021 Author Posted June 25, 2021 By the way, this ENB preset what do I use: https://www.nexusmods.com/skyrim/mods/70451 Has several presets included .. I think 15 presets (Styles-Custom palettes), but I only like 2 or 3 of them. So, is there a way to erase the other presets in a safe way? Thanks.
Sneaksmile Posted June 27, 2021 Author Posted June 27, 2021 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!
Sneaksmile Posted June 28, 2021 Author Posted June 28, 2021 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.