Template:INI:General:bUseVersionControl

From the Fallout4 CreationKit Wiki
Revision as of 15:41, 30 August 2019 by imported>Qazaaq (Created page with "<onlyinclude> == bUseVersionControl == * '''Default:''' <Code>0</Code> Enables or disables Version Control within the Creation Kit editor. '''Examples''' <source lang...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

bUseVersionControl[edit source]

  • Default: 0

Enables or disables Version Control within the Creation Kit editor.

Examples

[General]
; The version control system is off.
bUseVersionControl=0


[General]
; The version control system is on.
bUseVersionControl=1