Menu

#5 Config.cfg is set back to autosave on exit even if disabled in the menu

nQuake
open
nobody
None
5
2014-03-16
2013-11-19
zapekanka
No

Looks like some configs are executed automatically and resets my settings but I can not find them

Discussion

  • zapekanka

    zapekanka - 2013-11-19

    now found it in nQuake.pk3/default.cfg

     
  • Empezar

    Empezar - 2014-03-16

    It should not reset your settings since default.cfg is executed before your config file is executed.

     
  • Empezar

    Empezar - 2014-03-16

    This is the order of execution in nQuake:

    exec default.cfg
    exec configs/preset.cfg
    exec configs/platform.cfg
    exec configs/config.cfg

    This means your config file located in ezQuake\configs\config.cfg will always be executed last.

     

Log in to post a comment.