1
0
forked from 0ad/0ad
0ad/binaries/data/config/system.cfg
Ykkrosh 0321b0d8c1 Log interest levels
This was SVN commit r995.
2004-08-15 20:59:32 +00:00

106 lines
3.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
; Logging settings:
;
; All messages are logged into mainlog.html. These numbers control which go into
; interestinglog.html and are displayed in the console.
; Each component can have one of three 'interest' levels:
; 0 makes no messages interesting (i.e. none are sent to interestinglog / console)
; 1 (the default) makes errors/warnings interesting
; 2 makes all messages interesting
loginterest.main = 1
loginterest.config = 1
loginterest.file = 1
loginterest.world = 1
loginterest.xml = 1
loginterest.simulation = 1
loginterest.graphics = 1
loginterest.gui = 1
loginterest.audio = 1
loginterest.script = 1
; 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 = Escape, "Ctrl+F4"
hotkey.screenshot = PrtSc
hotkey.wireframe = W
hotkey.camera.reset = "H"
hotkey.camera.reset.origin = "Ctrl+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 = "Ctrl+MouseMiddle"
hotkey.camera.rotate.abouttarget = "MouseLeft+MouseRight"
hotkey.camera.pan = MouseMiddle, ForwardSlash
hotkey.camera.pan.left = LeftArrow
hotkey.camera.pan.right = RightArrow
hotkey.camera.pan.forward = UpArrow
hotkey.camera.pan.backward = DownArrow
hotkey.camera.bookmark.0 = F5
hotkey.camera.bookmark.1 = F6
hotkey.camera.bookmark.2 = F7
hotkey.camera.bookmark.3 = F8
hotkey.camera.bookmark.save = Ctrl
hotkey.camera.bookmark.snap = Alt
hotkey.console.toggle = F1
hotkey.console.copy = "Ctrl+C"
hotkey.console.paste = Insert, "Ctrl+V"
hotkey.selection.add = Shift
hotkey.selection.remove = Ctrl
hotkey.selection.group.0 = 0
hotkey.selection.group.1 = 1
hotkey.selection.group.2 = 2
hotkey.selection.group.3 = 3
hotkey.selection.group.4 = 4
hotkey.selection.group.5 = 5
hotkey.selection.group.6 = 6
hotkey.selection.group.7 = 7
hotkey.selection.group.8 = 8
hotkey.selection.group.9 = 9
hotkey.selection.group.add = Shift
hotkey.selection.group.save = Ctrl
hotkey.selection.group.snap = Alt
hotkey.selection.snap = Home
hotkey.contextorder.next = LeftBracket
hotkey.contextorder.previous = RightBracket
hotkey.highlightall = O
hotkey.orbital.toggle = V
hotkey.orbital.cheat = "LeftCtrl+Backslash"
hotkey.dudemachine.random = "Ctrl+ForwardSlash"