View Single Post
10/04/14, 03:30 PM   #6
stealthbr
Join Date: Sep 2014
Posts: 12
Originally Posted by sirinsidiator View Post
Do the settings in the file reflect all of your changes after you quit the game?
If it fails when it is writing them to disk, you could try to edit the file directly and set it to read-only.

If you have a second harddrive, you could also try to move the whole folder there and make a symlink.
In order to create it, you need to open a commandline as admin and use "mklink /d link target" where link is the original location of the live folder and target is where you have moved it.
You can also use this shell extension to do it with just a few clicks.
Here's everything that's in my UserSettings.txt:

SET MouseRawInput "1"
SET MouseSensitivityFirstPerson "0.55000001"
SET MouseSensitivityThirdPerson "1.00000000"
SET MouseSmoothing "0"
SET InvertMouseWheel "1"
SET InvertMouseY "1"
SET InvertMouseX "1"
SET PFX_SUPPRESS_DISTANCE_v2 "50.00000000"
SET PFX_GLOBAL_MAXIMUM "1024"
SET MULTI_GPU_CHECK "1"
SET CachedRLREnabled "1"
SET CachedReflectionResolution "4"
SET CachedShadowFiltering "5"
SET ScreenshotFormat.2 "PNG"
SET PregameGammaCheckEnabled "0"
SET HardwareCheckEnabled.2 "0"
SET SUB_SAMPLING "2"
SET REFLECTION_QUALITY_v3 "2"
SET PARTICLE_DENSITY "3"
SET HIGH_RESOLUTION_SHADOWS "1"
SET SHADOWS "4"
SET GAMMA_ADJUSTMENT "103"
SET VIEW_DISTANCE "2.00000000"
SET GPUSmoothingFrames "10"
SET MIP_LOAD_SKIP_LEVELS "0"
SET RAIN_WETNESS "1"
SET LENS_FLARE "1"
SET GOD_RAYS_v2 "1"
SET ANTI_ALIASING_v2 "1"
SET AMBIENT_OCCLUSION "1"
SET COLOR_GRADING_v1 "0"
SET BLOOM "1"
SET DEPTH_OF_FIELD "1"
SET TONE_MAPPING "1"
SET COLOR_CORRECTION "1"
SET SOFT_ALPHA "1"
SET DISTORTION "1"
SET CHARACTER_LIGHTING "0"
SET DIFFUSE_2_MAPS "1"
SET DETAIL_MAPS "1"
SET NORMAL_MAPS "1"
SET SPECULAR_MAPS "1"
SET CLUTTER_2D "1"
SET SIMPLE_SHADERS "0"
SET WATER_FOAM "1"
SET VSYNC_INTERVAL "1"
SET VSYNC "0"
SET MAX_ANISOTROPY "3"
SET PreferMaximizedWindow "0"
SET PreferExclusiveFullscreen "0"
SET FULLSCREEN_v5 "2"
SET FullscreenHeight "1080"
SET FullscreenWidth "1920"
SET WindowedHeight "768"
SET WindowedWidth "1024"
SET LuaMemoryLimitMB "64"
SET GamepadSensitivityFirstPerson.2 "0.72000003"
SET GamepadSensitivityThirdPerson.2 "0.85000002"
SET GamepadInvertX "0"
SET GamepadInvertY "0"
SET GamepadVibrationEnabled "1"
SET SOUND_ENABLED "1"
SET FOOTSTEPS_VOLUME "50.00000000"
SET FOOTSTEPS_ENABLED "1"
SET SPEAKER_SETUP "0"
SET BACKGROUND_AUDIO "0"
SET VO_VOLUME "70.00000000"
SET VO_ENABLED "1"
SET UI_VOLUME "70.00000000"
SET UI_ENABLED "1"
SET AMBIENT_VOLUME "70.00000000"
SET AMBIENT_ENABLED "1"
SET SFX_VOLUME "70.00000000"
SET SFX_ENABLED "1"
SET MUSIC_VOLUME "70.00000000"
SET MUSIC_ENABLED "1"
SET AUDIO_VOLUME "100.00000000"
SET AUDIO_ENABLED "1"
SET TooltipFilter "-1"
SET TooltipNumOptions "2"
SET Language.2 "en"
SET GraphicsDriver.7 "D3D11"
SET PatchDataPath "game:/GameData/"
SET CacheDataPath "machine:/Cache/"
SET ViewedAddOnEULAVersion "5"
SET AcceptedAddOnEULAVersion "5"
SET AcceptedEULAVersion "3"
SET DirectionalDamageIndictorVisibleInThirdPerson "0"
SET CameraFramingTransitionEnabled "1"
SET SkipPregameVideos "1"
SET HasPlayedPregameVideo "1"
SET RangedKillCamera "0"
SET PlayerKillCamera "1"
SET LastMonsterKillCamera "1"
SET MinFrameTime.2 "0.01000000"
SET ParticlesEnabled "1"
SET RequestedNumJobThreads "-1"
SET RequestedNumWorkerThreads "-1"
SET FreeUnusedGrannyFileSections.2 "0"
SET IsTrustedMachine "1"
SET RememberAccountName "1"
SET AccountName "*******"
SET LastRealm "NA Megaserver"
SET CustomUIScale "1.00000000"
SET UseCustomUIScale.2 "0"
SET RollDodgeDoubleTapEnabled "1"
SET RollDodgeDoubleTapTimeWindow.2 "185"
SET MonsterTellsEnabled "1"
SET CameraZoomDistancesSynced "1"
SET SiegeCameraZoomDistance "6.00000000"
SET WeaponsOutCameraZoomDistance "2.00000000"
SET WeaponsSheathedCameraZoomDistance "2.00000000"
SET MaxNetworkWriteBuffer "10485760"
SET MaxNetworkReadBuffer "10485760"




The Interface Settings I like to use but that always get defaulted after I restart my client are: Ability Bar - Don't Show, Healthbars - OFF, Group Members Indicators - OFF, Resurrectable Players Indicators - OFF, Followers Indicators - OFF

Last edited by stealthbr : 10/04/14 at 03:45 PM.
  Reply With Quote