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
|
2020-04-29 01:55:14 +02:00
|
|
|
-- 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
|
2020-03-29 16:36:31 +02:00
|
|
|
mipmapLevels = 0
|
2020-03-31 14:27:23 +02:00
|
|
|
aoStrength = 1
|
2020-03-12 15:54:13 +01:00
|
|
|
|
|
|
|
-- Input
|
|
|
|
mouseSensitivity = 8
|
|
|
|
|