2016-05-24 06:34:41 +02:00
|
|
|
# Squirrel options
|
2016-05-22 05:20:38 +02:00
|
|
|
[Squirrel]
|
2016-08-25 22:56:00 +02:00
|
|
|
# Configure the virtual machine stack size
|
2016-02-20 23:25:00 +01:00
|
|
|
StackSize=2048
|
2016-08-25 22:56:00 +02:00
|
|
|
# Enable error handling by the plugin
|
2016-05-22 05:20:38 +02:00
|
|
|
ErrorHandling=true
|
2016-08-25 22:56:00 +02:00
|
|
|
# Allow the plug-in to load even if no scripts were loaded
|
2016-05-22 05:20:38 +02:00
|
|
|
EmptyInit=false
|
2019-06-16 01:12:51 +02:00
|
|
|
# Include code in debug information
|
|
|
|
Debugging=true
|
2021-03-20 16:19:13 +01:00
|
|
|
# Enable official plug-in compatibility layer
|
|
|
|
# NOTE: Must be compiled-in for this to have any effect
|
|
|
|
OfficialCompatibility=true
|
2016-05-22 05:20:38 +02:00
|
|
|
|
2016-05-24 06:34:41 +02:00
|
|
|
# Logging options
|
2016-05-22 05:20:38 +02:00
|
|
|
[Log]
|
2016-05-24 06:45:49 +02:00
|
|
|
ConsoleDebug=true
|
2016-05-22 05:20:38 +02:00
|
|
|
ConsoleUser=true
|
|
|
|
ConsoleSuccess=true
|
|
|
|
ConsoleInfo=true
|
|
|
|
ConsoleWarning=true
|
|
|
|
ConsoleError=true
|
|
|
|
ConsoleFatal=true
|
2016-05-24 06:34:41 +02:00
|
|
|
LogFileDebug=false
|
2016-05-22 05:20:38 +02:00
|
|
|
LogFileUser=true
|
|
|
|
LogFileSuccess=true
|
|
|
|
LogFileInfo=true
|
|
|
|
LogFileWarning=true
|
|
|
|
LogFileError=true
|
|
|
|
LogFileFatal=true
|
|
|
|
ConsoleTimestamp=false
|
|
|
|
LogFileTimestamp=true
|
2016-06-19 14:25:16 +02:00
|
|
|
#Filename=mymod%Y-%m-%d.log
|
2016-08-25 22:56:00 +02:00
|
|
|
# How much to output to console at startup
|
|
|
|
# 0 minimal, 1 show more, 2 show even more, 3 show even more
|
|
|
|
VerbosityLevel=0
|
2016-02-20 23:25:00 +01:00
|
|
|
|
2016-05-24 06:34:41 +02:00
|
|
|
# List of scripts to load
|
2016-06-18 19:33:56 +02:00
|
|
|
# - Compile=path > Compile the script and execute after all scripts were compiled
|
|
|
|
# - Execute=path > Compile the script and execute it immediately
|
|
|
|
# - Section=name > Search for more scripts in a different section
|
2016-02-20 23:25:00 +01:00
|
|
|
[Scripts]
|
2019-08-13 20:14:20 +02:00
|
|
|
#Execute=bootstrap.nut
|
|
|
|
Execute=demo/boot.nut
|
2016-02-20 23:25:00 +01:00
|
|
|
|
2016-05-24 06:34:41 +02:00
|
|
|
# Custom script options
|
2016-02-20 23:25:00 +01:00
|
|
|
[Options]
|
2019-08-13 20:14:20 +02:00
|
|
|
ScriptFolder=demo
|
|
|
|
OwnerContact=no.email@to.me
|