Rigs-of-rods: RoR.cfg saving issues

Created on 15 Oct 2016  路  7Comments  路  Source: RigsOfRods/rigs-of-rods

Some options do not get saved properly on RoR exit:

  • Replay Mode (#1160)
  • Disable Overview Map (#1161)
  • "Preselected Map" (1191)
  • "FOV External" value is overwritten by the current ingame value. (#1192)
  • Vegetation resets to "None" after loading a terrain with vegetation. (#1164)
bug coding

All 7 comments

@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:

  • "Preselected Truck";
  • "Preselected TruckConfig";
  • "Enter PreselectedTruck";

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

zacharylROR picture zacharylROR  路  3Comments

WillyB1337 picture WillyB1337  路  4Comments

ghost picture ghost  路  3Comments

4x4convoy picture 4x4convoy  路  6Comments

only-a-ptr picture only-a-ptr  路  11Comments