1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00
SqMod/bin/sqmod.ini

33 lines
549 B
INI
Raw Normal View History

2016-05-24 06:34:41 +02:00
# Squirrel options
[Squirrel]
StackSize=2048
ErrorHandling=true
EmptyInit=false
2016-05-24 06:34:41 +02:00
# Logging options
[Log]
2016-05-24 06:45:49 +02:00
ConsoleDebug=true
ConsoleUser=true
ConsoleSuccess=true
ConsoleInfo=true
ConsoleWarning=true
ConsoleError=true
ConsoleFatal=true
2016-05-24 06:34:41 +02:00
LogFileDebug=false
LogFileUser=true
LogFileSuccess=true
LogFileInfo=true
LogFileWarning=true
LogFileError=true
LogFileFatal=true
ConsoleTimestamp=false
LogFileTimestamp=true
#Filename=mymod.log
2016-05-24 06:34:41 +02:00
# List of scripts to load
[Scripts]
Source=bootstrap.nut
2016-05-24 06:34:41 +02:00
# Custom script options
[Options]
2016-05-24 06:34:41 +02:00
MyOption="Hello from config!"