- UID
- 2153789
- 主题
- 21
- 阅读权限
- 30
- 帖子
- 865
- 精华
- 0
- 积分
- 433
- 金钱
- 2533
- 荣誉
- 0
- 人气
- 1
- 在线时间
- 1294 小时
- 评议
- 0
- 帖子
- 865
- 精华
- 0
- 积分
- 433
- 金钱
- 2533
- 荣誉
- 0
- 人气
- 1
- 评议
- 0
|
# Limit the frames per second
# Type: Int
# Default: 300
Misc.frameLimit = 300
# Sleep every frame, in milliseconds
# Type: Int
# Default: 0
Misc.frameSleep = 0
# Resolution of the game (both fullscreen and windowed)
# Default: 0x0 (uses the desktop resolution)
Graphic.Framebuffer.resolution = 0x0
# Whether to start the game in fullscreen or windowed
# Default: true
Graphic.fullscreen = true
Graphic.vsync = false
# Auto-scaling of GUI. Either "auto", "off" or any float number
# This does not apply to InScene elements (the boxes and numbers in
# the scene), which are always scaled. Possible values:
# off = never scale GUI. (Optimized for 1280x1024)
# auto = scale depending on screen resolution (scale = height/1024)
# 1.1 = scale everything by 1.1 (make GUI 10% larger)
# Default: off
Graphic.Gui.Scale = off
# Whether the InScene GUI is toggled on or off by default
# Default: false
Graphic.Gui.InScene = false
# Amount of milliseconds until a tooltip appears
# Default: 2000
Graphic.Gui.Tooltip.Delay = 200
# Number of seconds between autosaves
# Default: 300
Misc.autosaveSeconds = 300
# Whether to hide the mouse cursor during direct control of the avatar. Possible values:
# no: Never hide the mouse cursor dur to avatar movement
# mouse: Only hide the mouse cursor if the avatar is moved/rotated due to mouse input
# yes: Hide the mouse cursor if you move/rotate the avatar (mouse input and WASD control)
Misc.hideMouseWhenMoving = mouse
# Whether the monster eyes in hero level overview are glowing red (true) or white (false)
Misc.redeye = false
Graphic.SoftParticles = true
Audio.enabled = true
# Master volume, multiplied with all the sounds below. Useful if you have good relative sound volumes of the categories, but just want everything to louder or more silent
Audio.Volume.master = 0.5
# Controls the sounds of in-scene effects, quips, and the videos
Audio.Volume.effect = 1
# Controls the sound volume of dialog
Audio.Volume.speech = 1.0
# Controls the music volume, unsurprisingly.
Audio.Volume.music = 0.65
Misc.CastWithLeftMouseButton = true
Dialogue.help = true
Misc.Mousesensitivity = 100
Graphic.Gui.AlwaysDisplayHealth = false
# Show videos at all (intro, cut scenes)
Video.enabled = true
# Show intro videos
Video.showIntro = true
Audio.Real3D = true |
|