I am trying to update the default user interface options (solid_walls from no to yes for example) so that I don't have to change them every time after my many many many....many deaths.
The "option.txt" file says that the internal name (solid_walls) can be used in user pref files and to see "customize.txt" for more info. Customize.txt finishes with stating:
I tried inserting Y:solid_walls and Y:[solid_walls] into both pref.pref and user.pref but keep getting a parsing error (and no solid walls by default).
What am I missing here?
(This is with 4.1.2 on Windows)
The "option.txt" file says that the internal name (solid_walls) can be used in user pref files and to see "customize.txt" for more info. Customize.txt finishes with stating:
User Pref Files (Options)
=========================
The "Interact with options" command allows you to turn options on or off.
You may turn options off or on using the user pref commands of the form
'X:<option>' or 'Y:<option>' respectively.
=========================
The "Interact with options" command allows you to turn options on or off.
You may turn options off or on using the user pref commands of the form
'X:<option>' or 'Y:<option>' respectively.
I tried inserting Y:solid_walls and Y:[solid_walls] into both pref.pref and user.pref but keep getting a parsing error (and no solid walls by default).
What am I missing here?
(This is with 4.1.2 on Windows)
Comment