mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-16 07:07:13 +02:00
Untested update to the new plugin API.
Various other changes to the plugin as well.
This commit is contained in:
1
bin/linux32-d/placeholder
Normal file
1
bin/linux32-d/placeholder
Normal file
@ -0,0 +1 @@
|
||||
It's safe to delete this file
|
1
bin/linux32/placeholder
Normal file
1
bin/linux32/placeholder
Normal file
@ -0,0 +1 @@
|
||||
It's safe to delete this file
|
1
bin/linux64-d/placeholder
Normal file
1
bin/linux64-d/placeholder
Normal file
@ -0,0 +1 @@
|
||||
It's safe to delete this file
|
1
bin/linux64/placeholder
Normal file
1
bin/linux64/placeholder
Normal file
@ -0,0 +1 @@
|
||||
It's safe to delete this file
|
@ -1 +1 @@
|
||||
Keep me!
|
||||
It's safe to delete this file
|
@ -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!"
|
||||
|
1
bin/win32-d/placeholder
Normal file
1
bin/win32-d/placeholder
Normal file
@ -0,0 +1 @@
|
||||
It's safe to delete this file
|
1
bin/win32/placeholder
Normal file
1
bin/win32/placeholder
Normal file
@ -0,0 +1 @@
|
||||
It's safe to delete this file
|
1
bin/win64-d/placeholder
Normal file
1
bin/win64-d/placeholder
Normal file
@ -0,0 +1 @@
|
||||
It's safe to delete this file
|
1
bin/win64/placeholder
Normal file
1
bin/win64/placeholder
Normal file
@ -0,0 +1 @@
|
||||
It's safe to delete this file
|
Reference in New Issue
Block a user