Skip to content

Instantly share code, notes, and snippets.

@hl2guide
Last active January 2, 2020 05:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hl2guide/da9f6ce5e7a8835666565497ee5f6b02 to your computer and use it in GitHub Desktop.
Save hl2guide/da9f6ce5e7a8835666565497ee5f6b02 to your computer and use it in GitHub Desktop.
Customized mod.settings file for The Witcher 3 - Full
; Basic mod.settings file for The Witcher 3
; This file goes in your Documents\The Witcher 3 folder.
; So if you installed the game to your C drive on Win7, it would go in C:\Users\USERNAME\Documents\The Witcher 3
; Intro and instructions from "W3 Tutorials - Using the mods.settings file" by Kad_Venku
; Original PDF can be downloaded at http://www.moddb.com/mods/the-witcher-3-wild-hunt-launcher/downloads/using-the-modssettings-file
; You can use the semicolon to comment your file, the game will ignore lines which start with a semicolon
; [section] this is a section, in our case it marks the beginning of a mod's entry
; key = value - the key names are always the same, and only a few are accepted by the game.
; with the = character you can assign a value to the key
; it does not matter whether there are spaces between "key" "=" and "value" or not. key=value and key = value are both valid, for example.
; [modname] is the name of the mod you want to add
; Enabled can either be set to 1 for active or 0 for inactive.
; Priority controls when the mod is going to be loaded. The value can range from 1-9999
;[modname]
;Enabled=
;Priority=
; Generated by Script Merger
; This mod always goes first, otherwise we'd lose all the changes we introduced by merging the files in the first place.
[mod0000_MergedFiles]
Enabled = 1
Priority = 1
; Script Compile Fix
; Possibly useless, but it can't hurt.
[modBaseScripts]
Enabled=1
Priority=9999
; Organization and priority ranges from Kad_Venku's example settings file in the PDF referenced above.
; See copy at https://gist.github.com/Turante/e9e391df6ef39b963a405b1e02731b80
; ---------- LIGHTING ----------
; Range 40 - 50
; ---------- ---------- --------
; ---------- CAMERA ----------
; Range 50 - 100
; ---------- ---------- ------
[modRemoveCameraShakeEffect]
Enabled=1
Priority=50
[modNoScreenWaterDrops]
Enabled=1
Priority=51
[modNoDirtyLensEffect]
Enabled=1
Priority=52
; ---------- HUD AND FIXES ----------
; Range 100 - 150
; ---------- ---------- ---------- ---
[modBetterThanIconsFull_ENG]
Enabled=1
Priority=100
[modSortEverything]
Enabled=1
Priority=101
[modFastStashMenu]
Enabled=1
Priority=102
[mod60fpsGUI]
Enabled=1
Priority=103
[modZeBesserwisser]
Enabled=1
Priority=104
[modHanFix]
Enabled=1
Priority=105
[modKolgrimSkeletonFix]
Enabled=1
Priority=106
[modItemSelectionGridFix]
Enabled=1
Priority=107
[modHairPhysics60fpsFix]
Enabled=1
Priority=108
[modNoClickingSound]
Enabled=1
Priority=109
[modMissinginactionrewardfix]
Enabled=1
Priority=110
[modHorseCameraTweaks]
Enabled=1
Priority=111
; ---------- APPEARANCE AND TEXTURES AMM ----------
; Range 700 - 800
; ---------- ---------- ---------- ---------- -----
[mod4kClouds]
Enabled=1
Priority=700
[modAQUA]
Enabled=1
Priority=701
[modBLOOD]
Enabled=1
Priority=702
[modSPLASH]
Enabled=1
Priority=703
[modWEATHER]
Enabled=1
Priority=704
[modUHDBaWTrees]
Enabled=1
Priority=705
[modUHDOaks]
Enabled=1
Priority=706
[modWindowGlassDistortionFix]
Enabled=1
Priority=707
[modWindowGlassDistortionFix_Toussaint]
Enabled=1
Priority=708
[modMaleFacesUpgraded]
Enabled=1
Priority=709
[modFemaleFacesUpgraded]
Enabled=1
Priority=710
; ---------- GAMEPLAY CHANGES ----------
; Range 800 - 1000
; ---------- ---------- ---------- -----
[modNoJunkyJunkDrops]
Enabled=1
Priority=800
[modNoIndignantNPCs]
Enabled=1
Priority=801
[modNoChatterboxes]
Enabled=1
Priority=802
[modMirmirrorgamelonger]
Enabled=1
Priority=803
[modLessIsMore]
Enabled=1
Priority=804
[modImprovedMerchants]
Enabled=1
Priority=805
[modImprovedMutagens]
Enabled=1
Priority=806
[modGlametrixLong]
Enabled=1
Priority=807
[modAutoApplyOils]
Enabled=1
Priority=808
[modAllpaintingstobuy]
Enabled=1
Priority=809
[modSkipMovies]
Enabled=1
Priority=810
[modSmartMagicLamp]
Enabled=1
Priority=811
[modPhysicsForAll]
Enabled=1
Priority=812
[modBackgroundNPCs]
Enabled=1
Priority=813
; ---------- TEXTURES ----------
; Range 1500 - 2000
; ---------- ---------- --------
[modWorldMapFixes]
Enabled=1
Priority=1500
[modHDTreeBillboards]
Enabled=1
Priority=1501
[modHDTreeBillboardsBnW]
Enabled=1
Priority=1502
[modMonsterpack]
Enabled=1
Priority=1503
[modHDMonstersReworked]
Enabled=1
Priority=1504
[modHDReworkedTrophies]
Enabled=1
Priority=1505
[modHDReworkedProject]
Enabled=1
Priority=1506
[modHDReworkedProject2]
Enabled=1
Priority=1507
[modHDReworkedProject3]
Enabled=1
Priority=1508
; ----------LOD RELATED ----------
; Range 2500 - end
; ---------- ---------- ----------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment