OpenMiner/config.example.lua

33 lines
782 B
Lua
Raw Normal View History

2020-03-12 15:54:13 +01:00
-- You can copy this file as 'config.lua' to load automatically those settings at client startup
-- Here the default values are set, you can remove options or change them accordingly
-- See source/client/core/Config.cpp for more details
2020-03-12 15:54:13 +01:00
-- Gameplay
isFlyModeEnabled = false
isNoClipEnabled = false
-- Interface
isBlockInfoWidgetEnabled = true
isFpsCounterEnabled = true
isHotbarVisible = true
isCrosshairVisible = true
-- Graphics
renderDistance = 8
isTorchSmoothLightingEnabled = true
isSunSmoothLightingEnabled = true
isAmbientOcclusionEnabled = false
isWireframeModeEnabled = false
isFullscreenModeEnabled = false
isVerticalSyncEnabled = true
cameraFOV = 70.0
screenWidth = 1600
screenHeight = 1050
guiScale = 3
mipmapLevels = 0
aoStrength = 1
2020-03-12 15:54:13 +01:00
-- Input
mouseSensitivity = 8