Jump to content

config.cfg was changed on restart


seeh
 Share

Recommended Posts

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 by seeh
Link to comment
Share on other sites

Hello

Quote 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                           *
; *                                                            *
; **************************************************************

 

  • Thanks 1
Link to comment
Share on other sites

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 by seeh
  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...