Skip to content

Instantly share code, notes, and snippets.

@Turante
Last active December 29, 2018 08:54
Show Gist options
  • Save Turante/de113987cc046145deb287b601260caa to your computer and use it in GitHub Desktop.
Save Turante/de113987cc046145deb287b601260caa to your computer and use it in GitHub Desktop.
Basic mod.settings file for The Witcher 3
; 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
; ---------- ---------- ------
; ---------- HUD AND FIXES ----------
; Range 100 - 150
; ---------- ---------- ---------- ---
; ---------- APPEARANCE AND TEXTURES AMM ----------
; Range 700 - 800
; ---------- ---------- ---------- ---------- -----
; ---------- GAMEPLAY CHANGES ----------
; Range 800 - 1000
; ---------- ---------- ---------- -----
; ---------- TEXTURES ----------
; Range 1500 - 2000
; ---------- ---------- --------
; ----------LOD RELATED ----------
; Range 2500 - end
; ---------- ---------- ----------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment