0ad/binaries/data/config/system.cfg
MarkT be524141be Much longer config file
This was SVN commit r806.
2004-07-22 16:20:43 +00:00

67 lines
2.1 KiB
INI
Executable File

; System settings:
novbo=true
shadows=true
vsync=false
; You can specify these as well, but the default (keeping the current resolution) is
; probably best for most people.
; xres = 1280
; yres = 960
; General preferences:
; selection.outline.quality = 9; ( higher => very slightly slower, better quality)
; view.scroll.speed = 60
; view.rotate.speed = 0.002
; view.rotate.abouttarget.speed = 0.01
; view.drag.speed = 0.5
; view.zoom.speed = 256.0
; view.zoom.wheel.speed = 16.0
; view.zoom.smoothness = 0.02 ; between 0 and 1
; view.snap.smoothness = 0.02 ; less is sharper, more is softer
; Hotkey mappings:
; Each one of the specified keys will trigger the action on the left
; for multiple-key combinations, separate keys with '+' and enclose the entire thing
; in doublequotes.
; The keys you can use are in source/lib/KeyNames.cpp. I realise this isn't particularly
; useful for people without access to said file.
hotkey.exit = F12, Escape
hotkey.screenshot = PrtSc
hotkey.wireframe = W
hotkey.camera.reset = H
hotkey.camera.zoom.in = Plus, Equals, NumPlus
hotkey.camera.zoom.out = Minus, NumMinus
hotkey.camera.zoom.wheel.in = WheelDown
hotkey.camera.zoom.wheel.out = WheelUp
hotkey.camera.rotate = "LeftCtrl+MouseMiddle", "RightCtrl+MouseMiddle"
hotkey.camera.rotate.abouttarget = "MouseLeft+MouseRight"
hotkey.camera.pan = MouseMiddle
hotkey.camera.pan.left = LeftArrow
hotkey.camera.pan.right = RightArrow
hotkey.camera.pan.forward = UpArrow
hotkey.camera.pan.backward = DownArrow
hotkey.camera.bookmark.modifier = BackQuote
hotkey.camera.bookmark.save = LeftCtrl, RightCtrl
hotkey.camera.bookmark.snap = LeftAlt, RightAlt
hotkey.console.toggle = F1
hotkey.selection.add = LeftShift, RightShift
hotkey.selection.remove = LeftCtrl, RightCtrl
hotkey.selection.group.add = LeftShift, RightShift
hotkey.selection.group.save = LeftCtrl, RightCtrl
hotkey.selection.group.snap = LeftAlt, RightAlt
hotkey.selection.snap = Home
hotkey.contextorder.next = LeftBracket
hotkey.contextorder.previous = RightBracket
hotkey.highlightall = O
hotkey.orbital.toggle = V
hotkey.orbital.cheat = "LeftCtrl+Backslash"