Issue with settings reverting after Neeko release hotfix

LilPinkKitten·12/6/2018, 4:03:46 PM·16 votes·9,887 views

I use customized settings for League, and rely heavily on my setup working to be able to play properly. The short version is that I have Attack Move remapped to left click, but since the settings in game don't work very well (issues with UI interactions and such) I've edited the .json file directly. The most notable changes that I've made are:

Attack Move Click set to Button 1 Player Select Click set to Button 1/Button 3 (scroll wheel click) Hud Movable Select set to Button 1/Button 3 OnUIMouse1 set to Button 1/Button 3

After the Neeko release hotfix released, I played a ranked game and everything went just fine. Started another game, and suddenly ALL of my settings reverted to default. My attack move on left click didn't work, and neither did any of my scroll wheel settings. So naturally, the game was lost, since I essentially couldn't play the game. I left the game, went into my .json and found everything had indeed reverted. So I spent a while going through the .json and setting up my settings the way I like them again. Start another game to test them, and they've all reset to default again.

After hours of troubleshooting, I found two problems: The first is that, for some reason, when I open the .json file in notepad, at the end of the file, there is an extra set of closing brackets for the code. Obviously, this causes the file to crash, which likely causes League to reset the file in an attempt to start the game, resulting in a default settings file. This is easy enough to fix, as I can just delete the extra brackets and get on with my life.

The second issue I've found is much more difficult to handle. One of the settings that I use to mitigate the problems with UI interaction when using attack move on left mouse is "evtPlayerSelectClick" I have this set to both Button 1 and Button 3, so that any time I left click to attack, or click the scroll wheel, I can check player items, health, tower health, etc, as well as open the shop. Before the hotfix releasing Neeko, this seems to have worked perfectly fine, for years at a time (since season 5 or so). But now, after making that change in the .json file, I'll get into a game, and the settings will work completely as intended, then when I leave and start a second game, the settings revert to whatever was saved before the "evtPlayerSelectClick" was changed.

It doesn't seem to be a default setting anymore, as when it reverts (and when I manually reset to default), the setting cannot be found natively anywhere in the .json. This is a pretty big issue, since things like opening the shop and clicking on players/minions/towers/monsters to check their stats is a pretty integral part of the game.

Does anyone know if: a) There was a change recently that would cause this problem, and b) If there is a workaround that I can use to continue using my middle mouse to carry out these actions?

Any help is greatly appreciated.

11 Comments

LilPinkKitten12/6/2018, 4:05:03 PM4 votes

Update: I've been reading through other posts with similar issues, but none of them seem to be as detailed as this, or have done as much troubleshooting as I have, so I'm going to leave this here in case this helps anything.

gotopie12/6/2018, 8:53:35 PM2 votes

The workaround is to go into a custom game, set up all your bindings/interface settings, exit, close client, and then make your Config folder and all files within it read-only so that the client can't overwrite them.

Extremely annoying bug and Riot is taking their sweet ass time fixing it. The most infuriating thing is that I always go into a custom game after a patch to make sure everything is OK, and this bug only pops up on the second game you join lol. rip

Annacondale12/7/2018, 5:35:51 AM2 votes

Alright, I managed to get mine working. No guarantees, but you can try this.

  1. Make a backup of your persistedsettings.json and input.ini
  2. Close the client
  3. Delete your persistedsettings.json
  4. Make your changes to input.ini. You may need to re-add those parameters to the file, for me the bottom 3 of these were missing but attackmoveclick was there, so just check for it in case having two instances of the same setting does something weird. For your setup, paste these under '[GameEvents]'. Make sure there's no extra tabs/spaces/enters from when you copy it, that might mess it up.

evtPlayerAttackMoveClick=[Button 1] evntHudMoveableSelect=[Button 1],[Button 3] evtOnUIMouse1=[Button 1],[Button 3] evtPlayerSelectClick=[Button 1],[Button 3]

5. Set input.ini to read-only 6. Start the client

Justicar Abh12/7/2018, 5:37:30 AM1 votes

I'm the same situation , for now I'm using this , the only problem is to select parts of the map you have to be careful no to walk to where you click, I normally just click on the Map and press "S" to stop me from walking .

{ "name": "evtPlayerMoveClick", "value": "[Button 2]" }, { "name": "evtPlayerAttackMoveClick", "value": "[Button 1]" }, { "name": "evntPlayerPing", "value": "[Button 3]" },

Wimpy Ranger12/7/2018, 8:17:01 AM1 votes

Same for me, third game after the patch, all of my hotkeys were lost, then in a later game, I lost settings like cross-team-chat. Very frustrating

Talzon12/7/2018, 10:29:23 AM1 votes

Glad it wasn't just me. Literally played a game fine, stayed logged in and BAM! no more MB3 minimap scrolling or attack move on cursor. Thx for the suggested fixes.

Thesis Proc12/7/2018, 6:25:14 PM1 votes

Really glad that this happened in my first game of Nexus Blitz. It is not possible to set the values to the old values in game, I assumed it was an Nexus Blitz bug and reset the settings to default. I have an ergo layout so my QWER is IAEO and everything else is accordingly different from the standard. Only took 30mins to reset by hand and of course the Nexus Blitz game I could only play with the mouse. Really fun experience!

MoonRust12/11/2018, 12:38:58 AM1 votes

happened to me twice now, in the last week. I dont have custom files edits, just the different keybinding then pretty much anyone.... havent played since as i just close the client after logging in after remembering that i may have to remake all my keybindings....

Snax Biscuit12/13/2018, 6:08:46 PM1 votes

Glad I'm not the only one! I had Google search those parameters to find this thread. Thankful that I did, I'm definitely going to be trying this.