seeh Posted December 6, 2021 Report Share Posted December 6, 2021 (edited) my config is very well maintained and a bit changed in all places. unfortunately it is sometimes simply overwritten with standard values. it usually happens when i update a mod or accidentally activate an older version of a mod. - How can I prevent this from happening again in the future? - I would also like to keep the access data in a separate file. how does it work? Edited December 10, 2021 by seeh Quote Link to comment Share on other sites More sharing options...
nwtour Posted December 6, 2021 Report Share Posted December 6, 2021 HelloQuote from default.cfg ; Global Configuration Settings ; ; ************************************************************** ; * DO NOT EDIT THIS FILE if you want personal customisations: * ; * create a text file called "local.cfg" instead, and copy * ; * the lines from this file that you want to change. * ; * * ; * If a setting is part of a section (for instance [hotkey]) * ; * you need to append the section name at the beginning of * ; * your custom line (for instance you need to write * ; * "hotkey.pause = Space" if you want to change the pausing * ; * hotkey to the spacebar). * ; * * ; * On Linux, create: * ; * $XDG_CONFIG_HOME/0ad/config/local.cfg * ; * (Note: $XDG_CONFIG_HOME defaults to ~/.config) * ; * * ; * On OS X, create: * ; * ~/Library/Application\ Support/0ad/config/local.cfg * ; * * ; * On Windows, create: * ; * %appdata%\0ad\config\local.cfg * ; * * ; ************************************************************** 1 Quote Link to comment Share on other sites More sharing options...
seeh Posted December 6, 2021 Author Report Share Posted December 6, 2021 (edited) i copied some of the data in user.cfg and the rest to local.cfg=>restarted=> works. user.cfg : autociv.data.playersBox = "xxxxxxxxxxxx" lobby.buddies = "xxxxxxxxxxxx" lobby.login = "xxxxxxxxxxxx" lobby.password = "xxxxxxxxxxxx" playername.multiplayer = "xxxxxxxxxxxx" playername.singleplayer = "xxxxxxxxxxxx" userreport.enabledversion = "1" userreport.id = "xxxxxxxxxxxx" to test it changed playername.singleplayer => works.local.cfg UPDATE 2021-1227_1929-52 it selects also idle-builder when CC or Barack is selected ( hotkey.selection.idlebuilder = "Ctrl+C", "Ctrl+B", ... ) local.cfg Edited December 27, 2021 by seeh 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.