So, I've noticed that in the Galaxy Map, trying to switch between "Fuel Efficient" and "Fastest Rout" does not work, is just stays on "Fuel Efficient" no matter what. That is unless I go into a folder and delete "custom.misc" every single time I start the game. This has led me to create a .bat file to delete the file then launch Elite, this is the only thing I've found that works.
This is my .bat file, change drives and paths as required, except for the appdata folder location.
cd "C:\Users\<your account name>\AppData\Local\Frontier Developments\Elite Dangerous\Options\Player"
del "custom.misc"
cd /d "<drive location of your elite folder>:\EDLaunch"
edlaunch.exe
pause
That's what works for me, anything within the < > is what you change.
I've found this is only way to have the galaxy map behave as it should.
This is my .bat file, change drives and paths as required, except for the appdata folder location.
cd "C:\Users\<your account name>\AppData\Local\Frontier Developments\Elite Dangerous\Options\Player"
del "custom.misc"
cd /d "<drive location of your elite folder>:\EDLaunch"
edlaunch.exe
pause
That's what works for me, anything within the < > is what you change.
I've found this is only way to have the galaxy map behave as it should.