Inzuuyac's picture
Mirror sync 1:1 from local (part 2)
bb0e778 verified
Raw
History Blame Contribute Delete
1.23 kB
;
; Mod Loader Folder Config File
;
[Folder.Config]
Profile = Default ; Profile to be used to configure mods
PriorityLimit = 100 ; Max allowed value in Profiles.*.Priority (minimum is 1)
[Profiles.Default.Config]
IgnoreAllMods = false ; Ignores all mods. This essentially disables mods loading.
ExcludeAllMods = false ; Excludes all mods from being loaded except the ones at IncludeMods list
[Profiles.Default.Priority]
; Defines mods priority (which mods should go into effect if both replaces the same file)
; The priority should be between 1 and PriorityLimit, where higher values override lower ones.
; Additionally priority 0 makes the mod be ignored (just like IgnoreMods).
; The default priority is 50.
;MyMod=50
[Profiles.Default.IgnoreFiles]
; Put wildcard to files to be ignored here (e.g. cheetah.dff, *.dff, path_in_mod/*.dff)
[Profiles.Default.IgnoreMods]
; Put wildcard to mods to be ignored here
_ignore
[Profiles.Default.IncludeMods]
; Put wildcard to mods to be included in the game even when ExcludeAllMods=true
[Profiles.Default.ExclusiveMods]
; Put wildcard to mods that should be loaded ONLY on this profile