From 4a5e01542df91bd475ee3ea61d7a2cb18c156150 Mon Sep 17 00:00:00 2001 From: IAmMoltony Date: Sun, 4 Feb 2024 01:35:25 +0600 Subject: [PATCH] More comments in config --- nitrofiles/config.cfg | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/nitrofiles/config.cfg b/nitrofiles/config.cfg index d280aba..dd00c17 100644 --- a/nitrofiles/config.cfg +++ b/nitrofiles/config.cfg @@ -1,9 +1,19 @@ -# ds-craft global config - +# If true, filesystem functions will log +# errors fsErrorMessages true + +# If true, then the console will be cleared +# when entering a world clearConsoleOnPlay false + +# If true, polygon and vertex count will +# be shown in the console. +# Note: this will flood the console. showPolygonRamCount true + logLevel 1 + +# If true, player's hitboxes will be drawn drawPlayerHitboxes false # directories