From 1b7299c0aa100931a3c6825f6da0c1a469ff0fd8 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Thu, 25 Aug 2016 23:56:00 +0300 Subject: [PATCH] Update the provided sample INI config file to include new options. --- bin/sqmod.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bin/sqmod.ini b/bin/sqmod.ini index 2fed6706..61627de9 100644 --- a/bin/sqmod.ini +++ b/bin/sqmod.ini @@ -1,7 +1,10 @@ # Squirrel options [Squirrel] +# Configure the virtual machine stack size StackSize=2048 +# Enable error handling by the plugin ErrorHandling=true +# Allow the plug-in to load even if no scripts were loaded EmptyInit=false # Logging options @@ -23,6 +26,9 @@ LogFileFatal=true ConsoleTimestamp=false LogFileTimestamp=true #Filename=mymod%Y-%m-%d.log +# How much to output to console at startup +# 0 minimal, 1 show more, 2 show even more, 3 show even more +VerbosityLevel=0 # List of scripts to load # - Compile=path > Compile the script and execute after all scripts were compiled