Jump to content

Problem with local.cfg


toltol
 Share

Recommended Posts

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.

Link to comment
Share on other sites

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.

  • Like 3
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...