toltol Posted March 9, 2016 Report Share Posted March 9, 2016 Hello I have problems getting local.cfg to work. It should be created to C:\Users\username\AppData\Roaming\0ad\config, right? Well it doesnt work. It reads like this: pause = P ; Pause/unpause game rotate.wheel.cw = "Shift+WheelUp" ; Rotate camera clockwise around terrain (stepped control) rotate.wheel.ccw = "Shift+WheelDown" ; Rotate camera anticlockwise around terrain (stepped control) idleworker = Period, MouseX1 ; Select next idle worker stop = "H", MouseX2 ; Stop the current action Thanks for help. Quote Link to comment Share on other sites More sharing options...
fcxSanya Posted March 9, 2016 Report Share Posted March 9, 2016 Hi, the filepath seems to be right, but you are missing the config sections, for example 'pause' should be in 'hotkey' one: [hotkey] pause = P (I'm not sure and can't check right now, but 'hotkey.pause = P' may also work) You can see the required sections in default.cfg 1 Quote Link to comment Share on other sites More sharing options...
toltol Posted March 9, 2016 Author Report Share Posted March 9, 2016 Thanks, works now like this [hotkey] pause = P ; Pause/unpause game [hotkey.camera] rotate.wheel.cw = "Shift+WheelUp" ; Rotate camera clockwise around terrain (stepped control) rotate.wheel.ccw = "Shift+WheelDown" ; Rotate camera anticlockwise around terrain (stepped control) [hotkey.selection] idleworker = Period, MouseX2 ; Select next idle worker [hotkey.session] stop = "H", MouseX1 ; Stop the current action It's pretty confusing as default.cfg says Quote copy the lines from this file that you want to change. But anyway thanks a lot. 3 Quote Link to comment Share on other sites More sharing options...
Itms Posted March 9, 2016 Report Share Posted March 9, 2016 I included a modification to the default.cfg instructions in the development version. http://trac.wildfiregames.com/changeset/17857 Thanks for giving your input on that confusing line! 3 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.