-- Menu opcji gry g_tOptionDescriptions = { ["GameplayOptions"] = 1025, ["GameOptions"] = 1016, ["AutoSaveEnabled"] = 2661, ["TextLanguage"] = 2663, ["VoiceLanguage"] = 2664, ["GameDifficulty"] = 1001, ["AlwaysRun"] = 983, ["FloatingInfo"] = 984, ["FloatingNames"] = 2548, ["SequenceFeedback"] = 2549, ["CombatLock"] = 998, ["Subtitles"] = 999, ["ViolenceLevel"] = 105, ["ShowTutorials"] = 2079, ["CameraOptions"] = 1017, ["DefaultCameraMode"] = 1020, ["CameraSensitivity"] = 1021, ["ScreenCameraTurn"] = 1022, ["ControlsOptions"] = 1018, ["InvertMouse"] = 1023, ["MouseSensitivity"] = 1024, ["Default"] = 1001, ["GraphicalOptions"] = 1026, ["SoundProvider"] = 1108, ["Settings"] = 1036, ["Resolution"] = 1037, ["Gamma"] = 1038, ["CharacterVisibility"] = 2481, ["DistanceClipping"] = 1039, ["FilteringMode"] = 1040, ["AnisotropicFiltering"] = 481, ["TexturesQuality"] = 1041, ["ShadowsQuality"] = 1042, ["ReflectionsQuality"] = 1043, ["AntiAliasing"] = 1044, ["AntiAliasingMode"] = 1044, ["FullScreen"] = 1045, ["VSync"] = 1046, ["ShadersQuality"] = 1047, ["FullScreenEffectsQuality"] = 1048, ["GlowEffect"] = 1049, ["InteractiveWater"] = 1050, ["LODDistance"] = 1051, ["LightsAndShadowsNumber"] = 1052, ["ShadowingLightsNumber"] = 1052, ["GrassRange"] = 1053, ["GrassQuality"] = 1071, ["SmallAnimalsNumber"] = 1072, ["OptimizeGeometry"] = 1073, ["PhysicsOptions"] = 1074, ["RagDolls"] = 1075, ["VolumetricFogQuality"] = 1076, ["GeometryFade"] = 1077, ["Wind"] = 1078, ["DecalsFade"] = 1079, ["VideoMode"] = 1107, ["LightingQuality"] = 2487, ["DOFEffect"] = 2488, ["SoundOptions"] = 1089, ["MasterVolume"] = 1080, ["MusicVolume"] = 120, ["BattleMusicVolume"] = 1082, ["VoicesVolume"] = 119, ["SFXVolume"] = 1084, ["EnvironmentEffectsEnabled"] = 1086, ["EnvironmentEffectsLevel"] = 1091, ["EAXEnabled"] = 1085, ["DisableSound"] = 1226, ["Easy"] = 171, ["Normal"] = 55, ["Off"] = 1004, ["On"] = 1005, ["Full"] = 180, ["Isometric"] = 1007, ["TPP"] = 1008, ["Hybrid"] = 2460, ["Low"] = 162, ["Medium"] = 1010, ["High"] = 1011, ["User"] = 1012, ["Bilinear"] = 1013, ["Trilinear"] = 1014, ["Anisotropic"] = 481, ["Basic"] = 1027, ["Advanced"] = 1028, ["Lifetime"] = 1087, ["Quality"] = 1088, ["Ultra"] = 1090, ["Near"] = 1100, ["Far"] = 1101, ["Short"] = 1130, ["Long"] = 1131, ["Few"] = 1132, ["Average"] = 1133, ["Much"] = 1134, ["Hard"] = 2615, ["Disabled"] = 2621, -- bugfix 8767 } g_tOptionValues = { ["Settings"] = { [0] = "Low", [1] = "Medium", [2] = "High", [3] = "User", }, ["GameDifficulty"] = { [0] = "Easy", [1] = "Medium", [2] = "Hard", }, ["ViolenceLevel"] = { [0] = "Off", [1] = "Normal", [2] = "Full", }, ["DefaultCameraMode"] = { [0] = "Isometric", [1] = "Hybrid", [2] = "TPP", }, ["TexturesQuality"] = { [0] = "Low", [1] = "Medium", [2] = "High", }, ["ShadowsQuality"] = { [0] = "Low", [1] = "Medium", [2] = "High", [3] = "Ultra", }, ["ReflectionsQuality"] = { [0] = "Low", [1] = "Medium", [2] = "High", }, ["ShadersQuality"] = { [0] = "Low", [1] = "Medium", [2] = "High", }, ["FullScreenEffectsQuality"] = { [0] = "Low", [1] = "Medium", [2] = "High", }, ["GrassQuality"] = { [0] = "Off", [1] = "Low", [2] = "Medium", [3] = "High", }, ["PhysicsOptions"] = { [0] = "Lifetime", [1] = "Quality", }, ["VolumetricFogQuality"] = { [0] = "Low", [1] = "Medium", [2] = "High", [3] = "Ultra", }, ["DecalsFade"] = { [0] = "Short", [1] = "Medium", [2] = "Long", }, ["LODDistance"] = { [0] = "Near", [1] = "Far", }, ["FilteringMode"] = { [0] = "Bilinear", [1] = "Trilinear", }, ["SmallAnimalsNumber"] = { [0] = "Few", [1] = "Average", [2] = "Much" }, ["LightingQuality"] = { [0] = "Low", [1] = "Medium", [2] = "High", }, ["CharacterVisibility"] = { [0] = "Near", [1] = "Average", [2] = "Far", }, }