mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
f2361a27c3
Various other changes to the plugin as well.
30 lines
462 B
INI
30 lines
462 B
INI
[Squirrel]
|
|
StackSize=2048
|
|
ErrorHandling=true
|
|
EmptyInit=false
|
|
|
|
[Log]
|
|
ConsoleDebug=true
|
|
ConsoleUser=true
|
|
ConsoleSuccess=true
|
|
ConsoleInfo=true
|
|
ConsoleWarning=true
|
|
ConsoleError=true
|
|
ConsoleFatal=true
|
|
LogFileDebug=true
|
|
LogFileUser=true
|
|
LogFileSuccess=true
|
|
LogFileInfo=true
|
|
LogFileWarning=true
|
|
LogFileError=true
|
|
LogFileFatal=true
|
|
ConsoleTimestamp=false
|
|
LogFileTimestamp=true
|
|
#Filename=mymod.log
|
|
|
|
[Scripts]
|
|
Source=bootstrap.nut
|
|
|
|
[Options]
|
|
MyOption="Hello from config!"
|