## Rising World Version 0.1.2 (0) Settings ## ## GRAPHICS SETTINGS # Enables or disables the ambient occlusion effect Graphic_AmbientOcclusion=False # Ambient occlusion intensity (0-4) Graphic_AmbientOcclusionIntensity=2 # Enables or disables anisotropic filtering for textures Graphic_AnisotropicFilter=False # Anti-Aliasing mode. 0 = off, 1 = FXAA, 2 = TAA, 3 = SMAA Graphic_AntiAliasingMode=1 # Enables or disables the bloom effect Graphic_Bloom=False # Bloom effect intensity (0-1). Default: 0.56 Graphic_BloomIntensity=0.56 # Bloom effect quality (0-2). Default: 1 Graphic_BloomQuality=1 # Bloom effect threshold. Default: 0.56 Graphic_BloomThreshold=0.56 # Enables or disables the blur effect (which is visible when the menu is active, for example) Graphic_Blur=False # Global brightness (between -1.0 and 1.0) Graphic_Brightness=0.25 # Enables or disables the chromatic aberration effect Graphic_ChromaticAberration=False # Chromatic aberration quality (0-1) Graphic_ChromaticAberrationIntensity=0.25 # Global contrast (between -100 and 100). Default: 0 Graphic_Contrast=0 # Enables or disables decals. Default: true Graphic_Decals=True # Enables or disables the depth-of-field effect Graphic_DepthOfField=False # Depth-of-field distance. Higher values result in less blur Graphic_DepthOfFieldRange=500 # Depth-of-field start range factor. Default: 0.6 Graphic_DepthOfFieldStartRange=0.6 # Display mode. 0 = Fullscreen, 1 = Borderless fullscreen (default), 2 = Maximized window, 3 = Windowed Graphic_DisplayMode=0 # Enables or disables dithering to reduce color banding Graphic_Dithering=False # If true, light effects (like flickering lights etc) will be active. Has minor impact on performance Graphic_EnableLightEffects=True # If true, chunks will be smoothly faded out when detaching Graphic_FadeChunkDetach=False # Enables or disables the film grain effect Graphic_FilmGrain=False # Film grain intensity (0-1) Graphic_FilmGrainIntensity=0.05 # Film grain response (0-1) Graphic_FilmGrainResponse=0 # Film grain type (0-9) Graphic_FilmGrainType=4 # Field-of-view (FOV) of camera. Default: 75 Graphic_FOV=75 # Global gamma (between -1.0 and 1.0) Graphic_Gamma=0 # Determines if grass should be enabled. It's highly recommended to keep that set to true Graphic_GrassEnabled=True # Enables or disables shadow casting for grass. 0 = off, 1 = basic, 2 = full shadowing Graphic_GrassShadows=1 # Enables or disables HDR (High Dynamic Range Rendering) Graphic_HDR=False # If true, buildings stay visible until distance > LOD view distance Graphic_KeepBuildingsVisible=True # Global LOD bias. Default: 1.0 Graphic_LODBias=1 # If true, there will be a smooth cross-fade when changing LOD levels. Has impact on performance Graphic_LODCrossFade=True # Duration of transitions between different LOD levels Graphic_LODFadeDuration=2 # Max LOD level. Default: 0 Graphic_LODMaxLevel=0 # LOD terrain mesh resolution (1 = full, 2 = half, 4 = quarter etc) Graphic_LODTerrainMesh=2 # Enables or disables shadow casting for LOD terrain. 0 = off, 1 = basic, 2 = full shadowing Graphic_LODTerrainShadows=0 # Max ingame frames per second (use this to cap your framerate artificially) Graphic_MaxFPS=600 # Visible distance for punctual lights. Higher values have a big impact on performance Graphic_MaxLightDistance=50 # Max number of active punctual lights. Higher values have a big impact on performance Graphic_MaxLights=32 # Visible distance for punctual light shadows, relative to light distance (0-1) Graphic_MaxShadowDistanceFactor=1 # Monitor which should display the game (default: 0). Only relevant when having more than one monitor Graphic_Monitor=0 # Enables or disables motion blur effect Graphic_MotionBlur=True # If true, camera motion is also considered for this effect - otherwise just object motion Graphic_MotionBlurFromCameraMotion=True # Motion blur intensity. Default: 1 Graphic_MotionBlurIntensity=1 # If true, objects will also be generated in LOD chunks. Default: false Graphic_ObjectsInLODChunks=False # Refresh rate (default: 0 = automatic handling) Graphic_RefreshRate=0 # Optionally resizes the output resolution. Use a lower value (< 1) to improve performance. Default: 1 Graphic_ResolutionScale=0 # Screen width (horizontal resolution). Most screens are 1920 Graphic_ResolutionX=1280 # Screen height (vertical resolution). Most screens are 1080 Graphic_ResolutionY=720 # Global saturation (between -100 and 100). Default: 10 Graphic_Saturation=10 # Shadow quality. 0 = off, 1 = very low, 2 = low, 3 = medium, 4 = high, 5 = custom Graphic_ShadowQuality=0 # Enables or disables shadows completely. Shadows have a considerable impact on performance Graphic_ShadowsEnabled=False # Bone count for mesh skinning. 1, 2 or 4 Graphic_SkinWeights=2 # SMAA quality. 0 = low, 1 = medium, 2 = high Graphic_SMAAQuality=0 # Enables or disables glitter / sparkling of snow Graphic_SnowGlitter=True # Enables or disables soft blending for particles Graphic_SoftParticles=True # Enable this only if you experience render issues (screen flickering) Graphic_StopNaNs=False # TAA sharpen strength (0-2). Only relevant when anti-aliasing mode is set to TAA Graphic_TAASharpenStrength=0.75 # Enables or disables distance blending for terrain to avoid tiling. Has a small impact on performance Graphic_TerrainDistanceBlend=True # Enables or disables height-based terrain blending Graphic_TerrainHeightBlend=False # Enables or disables shadow casting for terrain. 0 = off, 1 = basic, 2 = full shadowing Graphic_TerrainShadows=0 # Texture quality (0-2) Graphic_TextureQuality=0 # Enables or disables mipmap streaming. Reduces VRAM consumption Graphic_TextureStreaming=False # Max number of texture file io calls (only if streaming is enabled). Default is 1024 Graphic_TextureStreamingMaxIO=1024 # Max miplevel reduction per texture (only if streaming is enabled). Default is 2 Graphic_TextureStreamingMaxReduction=2 # Max memory budget for texture streaming (only if streaming is enabled). Default is 512 Graphic_TextureStreamingMemory=512 # If true, vegetation will also be generated in LOD chunks. Default: true Graphic_VegetationInLODChunks=True # Detail view distance (number of chunks visible in each direction) Graphic_ViewDistance=5 # View distance for buildings, i.e. blocks and constructions (number of chunks visible in each direction) Graphic_ViewDistanceBuildings=5 # View distance for felled trees / tree logs (in block units) Graphic_ViewDistanceFelledTrees=150 # Total LOD view distance (number of chunks visible in each direction) Graphic_ViewDistanceLOD=5 # Enables or disables a slight "vignette" effect Graphic_Vignette=False # If true, the volumetric light output will be smoothed Graphic_VolumetricLightFilter=False # Enables or disables volumetric lights. Has a considerable impact on performance Graphic_VolumetricLights=True # VSync (enabling this prevents 'tearing' on your screen, but has impact on performance). Default: 0 Graphic_VSync=0 # Wind quality (affects grass and vegetation). 0 = off, 1 = simple, 2 = full (default) Graphic_Wind=1 ## AUDIO SETTINGS # Audio output device. Set to -1 for auto-detection (default) Audio_Driver=-1 # FMOD preload sample data for most events Audio_FMODPreloadSampleData=False # FMOD number of real channels Audio_FMODRealChannels=64 # FMOD sample rate of the mixer (default: 48000) Audio_FMODSampleRate=48000 # FMOD speaker mode (default 0) Audio_FMODSpeakerMode=0 # FMOD stream buffer size in bytes (default: 32768) Audio_FMODStreamBufferSize=32768 # FMOD number of virtual channels Audio_FMODVirtualChannels=1024 # Master music volume (0-1) Audio_MasterMusicVolume=0.75 # Master sound volume (0-1) Audio_MasterSoundVolume=1 # If false, the game will not play the game theme in main menu Audio_PlayMenuMusic=True # Level of audio details. 0 = lowest, 1 = medium, 2 = full (default) Audio_SoundDetails=2 # Enables or disables voice chat (recording of your own voice) Audio_VOIP=True # If true, you will hear your own voice when using VOIP Audio_VOIPSelf=False # Voice chat volume (0-1), i.e. volume of other player voices Audio_VOIPVolume=0.75 ## GAME SETTINGS # If true, the player is allowed to enter console commands Game_AllowConsoleCommands=True # If true, the player is allowed to use the fly mode (in survival mode) Game_AllowFlyMode=False # If true, rendered icons will be stored in the cache folder Game_CacheIcons=True # Font size used for chat. Default is 15 Game_ChatFontSize=15 # Number of lines shown in chat. If 0 the value is determined automatically Game_ChatRowCount=0 # If there are too many pending chunks (> threshold), game temporarily switches to fast generation mode Game_ChunkFastThreshold=5000 # Amount of time per frame (0-1) which is spent for world generation. Only used in "Dynamic" mode Game_ChunkGenerationFactor=0.05 # Sets the chunk generation type. Slow, Fast, Dynamic or Balanced Game_ChunkGenerationType=3 # Sets the number of chunk worker threads. 0 means auto detection (depending on CPU cores) Game_ChunkWorkerThreads=0 # If true, the game will not save comments in the config file anymore Game_ConfigNoComments=False # An optional connect target. This skips the main menu and instantly connects to a server (or loads a world) Game_ConnectTo= # Enables or disables console suggestions (i.e. suggestions while typing) Game_ConsoleSuggestions=True # Enables or disables console tooltips (i.e. hints about the command you're typing) Game_ConsoleTooltips=True # Crosshair id (0-8). Default: 0 Game_Crosshair=0 # Console command that can be executed by pressing a key ("Input_CustomCommand1") Game_CustomCommand1= # Console command that can be executed by pressing a key ("Input_CustomCommand2") Game_CustomCommand2= # Console command that can be executed by pressing a key ("Input_CustomCommand3") Game_CustomCommand3= # Console command that can be executed by pressing a key ("Input_CustomCommand4") Game_CustomCommand4= # Console command that can be executed by pressing a key ("Input_CustomCommand5") Game_CustomCommand5= # Determines how long you have to hold a key in order to execute a custom command Game_CustomCommandDelay=0 # Time in seconds until physical debris despawns. Default: 10 Game_DebrisDespawnTime=10 # Enables or disables logging to disc (logs are stored in the Logs folder) Game_Debug=True # Enables or disables the debug console Game_DebugConsole=True # Time in seconds until decals (like bullet holes) despawn. Default: 25 Game_DecalDespawnTime=25 # If true, hunger and thirst is disabled (in survival mode) Game_DisableHungerThirst=False # If true, temperature has no effect on the player (in survival mode) Game_DisableTemperature=False # If true, WMI query calls (used to detect graphics adapters) on Windows will be disabled. Default: false Game_DisableWMIQuery=False # Fly mode type. 0 = fly towards view direction, 1 = keep elevation Game_FlymodeType=0 # Time in seconds until footprints (on snow or sand) despawn. Set to 0 to disable footprints. Default: 300 Game_FootprintDespawnTime=300 # If true, the player is invulnerable (in survival mode) Game_GodMode=False # If true, floating objects (like furniture) break under certain circumstances Game_GravityAffectsObjects=True # If true, floating plants break under certain circumstances Game_GravityAffectsPlants=True # Enables or disables head bobbing Game_Headbobbing=True # If true, friends will not be able to join your game through the friends list (Steam only). Default: false Game_HideRichPresence=False # Determines if the creative mode toolbar (F4, F5, F6 etc) should be visible in creative mode Game_HUDShowCreativeModeTools=True # Determines if the creative submode toolbar (e.g. terrain edit tools) should be visible Game_HUDShowCreativeSubModeTools=True # Determines how long the quickslot bar should be visible (in seconds). Set -1 to never hide it Game_HUDShowQuickslotsDuration=2 # If true, the currently equipped item will be displayed in the top right corner on the HUD Game_HUDShowSelectedItem=True # If true, terrain can be mined in a single hit (in survival mode) Game_InstantDigging=False # Time in seconds until a dropped item despawns. Default: 600 (10 minutes) Game_ItemDespawnTime=600 # If true, the player keeps his inventory after death Game_KeepInventory=False # Determines the key rebind mode. Only change that if you run into issues with key rebinding. Default: 1 Game_KeyRebindMode=1 # Game language. If blank, the platform language will be used Game_Language= # Max amount of simultaneously active debris in the world. Default: 25 Game_MaxDebris=25 # Enables or disables no-clipping for fly mode Game_NoClipping=False # If true, the background scene in main menu will not be loaded Game_NoMenuBackground=False # If a floating object breaks, it will spawn as item if its place time is less than this value (seconds) Game_ObjectRecoveryTime=4 # If true, double doors are always opened simultaneously. If false, you can open every door individually Game_OpenDoubleDoorsSimultaneously=True # Determines if other players should leave footprints when walking on snow or sand. Warning: Can cause performance issues! Game_OtherPlayerFootprints=False # If true, the game will pause when pressing ESC (only works in singleplayer) Game_PauseOnESC=True # If true, enemies no longer attack you (unless you attack them first) Game_PeacefulMode=False # If true, all available resolutions will be printed. Use for debug purposes Game_PrintResolutions=False # If true, a thumbnail will also be created when taking a screenshot Game_ScreenshotCreateThumbnail=False # If true, the game overrides the default platform screenshot handling (e.g. Steam screenshots) Game_ScreenshotHook=True # Sets the screenshot quality (1-100) Game_ScreenshotQuality=80 # Sets the desired resolution for screenshots (100 = full resolution, 50 = half etc) Game_ScreenshotResolution=100 # Enables or disables the fps counter (lower right corner) Game_ShowFps=False # If true, the loading procedure does not wait until the world is fully loaded Game_SkipLoading=False # Player spawn protection. When spawning, you won't get attacked by npcs during that time. Default: 15 (seconds) Game_SpawnProtection=15 # If true, stamina is enabled (in survival mode) Game_StaminaEnabled=True # If true, you don't have to hold the secondary action key to keep aiming with a firearm Game_ToggleWeaponAim=False # If true, UI layers smoothly fade in/out Game_UILayersSmoothFade=True # If true, the radial menu closes automatically when releasing the interaction key Game_UIRadialMenuAutoClose=True # If true, the currently hovered item gets selected when releasing the interaction key Game_UIRadialMenuSelectOnClose=False # Determines if the mouse cursor should be visible in radial menus Game_UIRadialMenuShowCursor=True # If true, a small notification will be shown when picking up an item Game_UIShowPickupNotifications=True # Ingame name (if empty, the game uses the platform user name) Game_Username= ## INPUT - KEYBOARD SETTINGS # Force enable/disable keyboard input Input_Keyboard_Enabled=True ## INPUT - MOUSE SETTINGS # If true, the mouse cursor will never leave the game window Input_Mouse_Confined=False # Force enable/disable mouse input Input_Mouse_Enabled=True # Invert mouse Y axis Input_Mouse_InvertY=False # Mouse sensitivity Input_Mouse_Sensitivity=0.5 ## INPUT - GAMEPAD SETTINGS # Deadzone for analog sticks (0-1) Input_Gamepad_Deadzone=0.15 # Deadzone type of left analog stick (0 = axial, 1 = radial). Default: 0 Input_Gamepad_DeadzoneTypeLeftStick=0 # Deadzone type of right analog stick (0 = axial, 1 = radial). Default: 1 Input_Gamepad_DeadzoneTypeRightStick=1 # Force enable/disable gamepad input Input_Gamepad_Enabled=True # Invert gamepad Y axis Input_Gamepad_InvertY=False # If true, the deadzone will be normalized Input_Gamepad_NormalizeDeadzone=True # Intensity of gamepad rumble (to disable rumble, set to 0) Input_Gamepad_RumbleIntensity=1 # Gamepad analog sticks sensitivity Input_Gamepad_Sensitivity=0.5 ## INPUT - GENERAL SETTINGS # Time to detect a double tap (only relevant for input keys with a '2x' prefix) Input_General_DoubleTapTime=0.2 ## INPUT - KEY BINDINGS Input_BuildingBackward=key_downArrow Input_BuildingContext=key_c Input_BuildingDelete=key_delete Input_BuildingDown=key_pageDown Input_BuildingFlip=key_end Input_BuildingForward=key_upArrow Input_BuildingGrid=key_g Input_BuildingLeft=key_leftArrow Input_BuildingManual=key_rightCtrl Input_BuildingMinus=key_numpadMinus Input_BuildingModular=key_enter Input_BuildingMove=gamepad_rightStick/up Input_BuildingNextPivot=key_period Input_BuildingPlus=key_numpadPlus Input_BuildingPreviousPivot=key_comma Input_BuildingReset=key_backspace Input_BuildingResize=key_leftShift, key_rightShift, gamepad_dpad/down Input_BuildingRight=key_rightArrow Input_BuildingRotate=gamepad_dpad/right Input_BuildingRotationMode=key_numpadMultiply Input_BuildingUp=key_pageUp Input_Chat=key_t Input_Console=key_backquote, gamepad_select Input_CreativeModeNormal=key_f4 Input_CreativeModePlacement=key_f6 Input_CreativeModeRemoval=key_f7 Input_CreativeModeTerrain=key_f5 Input_Crouch=key_leftCtrl Input_CrouchToggle=gamepad_buttonEast Input_CustomCommand1= Input_CustomCommand2= Input_CustomCommand3= Input_CustomCommand4= Input_CustomCommand5= Input_Debug=key_f3 Input_Down=key_downArrow, gamepad_dpad/down Input_DropItem=key_q, gamepad_dpad/down Input_Enter=key_enter Input_FlyMode=key_f2, 2x gamepad_buttonSouth Input_Fps=key_f9 Input_Interaction=key_f, mouse_middleButton, gamepad_buttonWest Input_Inventory=key_tab, gamepad_buttonNorth Input_Journal=key_j Input_Jump=key_space, gamepad_buttonSouth Input_Key0=key_0 Input_Key1=key_1 Input_Key2=key_2 Input_Key3=key_3 Input_Key4=key_4 Input_Key5=key_5 Input_Key6=key_6 Input_Key7=key_7 Input_Key8=key_8 Input_Key9=key_9 Input_Left=key_leftArrow, gamepad_dpad/left Input_Look=mouse_delta, gamepad_rightStick Input_Menu=key_escape, gamepad_start Input_Move=gamepad_leftStick Input_MoveBackward=key_s Input_MoveForward=key_w Input_MoveLeft=key_a Input_MoveRight=key_d Input_NextItem=gamepad_rightShoulder Input_Pause=key_pause Input_PlayerList=key_i Input_PreviousItem=gamepad_leftShoulder Input_PrimaryAction=mouse_leftButton, gamepad_rightTrigger Input_QuickClock=key_o Input_QuickCompass=key_k Input_QuickLamp=key_l Input_Right=key_rightArrow, gamepad_dpad/right Input_Screenshot=key_f12 Input_Scroll=mouse_scroll/y Input_SecondaryAction=mouse_rightButton, gamepad_leftTrigger Input_Sprint=key_leftShift Input_SprintToggle=gamepad_leftStickPress Input_StopInteraction=key_escape, gamepad_buttonEast Input_UIAxis=mouse_delta, gamepad_rightStick Input_UIAxisDown=key_downArrow, gamepad_dpad/down Input_UIAxisLeft=key_leftArrow, gamepad_dpad/left Input_UIAxisRight=key_rightArrow, gamepad_dpad/right Input_UIAxisUp=key_upArrow, gamepad_dpad/up Input_UIButtonAccept=key_y, key_j, gamepad_buttonNorth Input_UIButtonCancel=key_escape, gamepad_buttonEast, gamepad_start Input_UIButtonDecline=key_n, gamepad_buttonEast Input_UIButtonLeft=mouse_leftButton Input_UIButtonMiddle=mouse_middleButton Input_UIButtonRight=mouse_rightButton Input_UIButtonSubmit=key_enter, gamepad_buttonSouth Input_UIScroll=mouse_scroll/y Input_UIScrollDown=key_pageDown Input_UIScrollUp=key_pageUp Input_UnequipItem=key_h Input_Up=key_upArrow, gamepad_dpad/up Input_VehicleEngine=key_i, gamepad_buttonNorth Input_VehicleGearDown=key_q, gamepad_leftShoulder Input_VehicleGearUp=key_e, gamepad_rightShoulder Input_VehicleTurbo=key_leftShift Input_VOIP=key_v Input_Walk=key_leftAlt, gamepad_rightStickPress Input_WalkToggle= Input_Zoom=key_y ## PLUGIN SETTINGS # Determines whether or not plugins should be loaded. If false, no JVM will be created Plugins_Enabled=True # Max number of plugin errors until the game throws an exception Plugins_ErrorThreshold=10 # Max amount of heap memory (MB) for the Java VM. Default: 1024 Plugins_Memory=1024