Some options do not get saved properly on RoR exit:
@Michael10055 Please look at this table: https://github.com/RigsOfRods/rigs-of-rods/wiki/Console-variables and tell me which GVars should volatile (ingame changes don't affect ror.cfg) and which persistent (ingame setting gets exported to ror.cfg).
At the moment, pretty much everything is overwritten by ingame values. This includes "FOV External/Internal".
The "preselected map" (GVar sim_next_terrain) gets cleared once the terrain is loaded. Hence the value saved back to RoR.cfg is empty. I know this is not right.
The "Disable Overview Map" is a plain bug.
Everything looks fine to me besides the preselected map and the FOV issue.
The FOV issue is also present on Linux. But can you tell me how you would reproduce the preselected map issue, please?
@disloyalpick In RoRConfig, go to the Debug menu, and type a terrain name in the "Preselected Map:" textbox (ex. simple2) and start RoR. It should automatically load the preselected map. Now close RoR and check the textbox in RoRConfig again, the value will be empty. This does not happen with the "Preselected Truck" option.
Should "Preselected Truck" and associated settings should also persist between sessions, like "Preselected Map"?
Currently, all these settings would get reset:
Yes, both the Preselected Truck/Map options should be the same between sessions. Both options are very helpful when working on a mod.
馃憤 All works fine now.