Configs are now stored in the ./configs subdirectory
Revised scheme for storing game and player configs. All configs are now stored in the ./configs subdirectory of the runtime directory.
Inside ./configs is a subdirectory for each game; doom, heretic, hexen, etc..., which contains both the main game.cfg and further subdirectories for player configs. Presently only one set of player configs are supported for each game, named "player".
Configs are now stored in the ./configs subdirectory
Revised scheme for storing game and player configs. All configs are
now stored in the ./configs subdirectory of the runtime directory.
Inside ./configs is a subdirectory for each game; doom, heretic,
hexen, etc..., which contains both the main game.cfg and further
subdirectories for player configs. Presently only one set of player
configs are supported for each game, named "player".
For example:
configs/doom/game.cfg - Contains game-specific configuration
configs/doom/player/bindings.cfg - Contains player-specific bindings