mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Update the sample config to comply with the revised script loading system.
This commit is contained in:
parent
8846cb9351
commit
07c7ebb8d1
@ -25,9 +25,12 @@ LogFileTimestamp=true
|
|||||||
#Filename=mymod.log
|
#Filename=mymod.log
|
||||||
|
|
||||||
# List of scripts to load
|
# List of scripts to load
|
||||||
|
# - 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
|
||||||
[Scripts]
|
[Scripts]
|
||||||
Source=bootstrap.nut
|
Execute=bootstrap.nut
|
||||||
|
|
||||||
# Custom script options
|
# Custom script options
|
||||||
[Options]
|
[Options]
|
||||||
MyOption="Hello from config!"
|
MyOption="Hello from config!"
|
||||||
|
Loading…
Reference in New Issue
Block a user