mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-16 15:17:13 +02:00
Untested update to the new plugin API.
Various other changes to the plugin as well.
This commit is contained in:
@ -1,7 +1,29 @@
|
||||
[Config]
|
||||
[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!"
|
||||
|
Reference in New Issue
Block a user