Vice City: Multiplayer

Community Projects => SLC's Squirrel Plugin => Topic started by: umar4911 on Dec 29, 2017, 01:34 PM

Title: Sqmod . ini
Post by: umar4911 on Dec 29, 2017, 01:34 PM
SLC plugin is downloaded but what is sqmod.ini, I want to install the vietnam slide but cant.
@EK.IceFlake
Title: Re: Sqmod . ini
Post by: . on Dec 29, 2017, 04:53 PM
That's a configuration file used by the plugin. What scripts to load and what debugging options to apply. Among other things.

Example:
# Squirrel options
[Squirrel]
# Configure the virtual machine stack size
StackSize=2048
# Enable error handling by the plugin
ErrorHandling=true
# Allow the plug-in to load even if no scripts were loaded
EmptyInit=false

# Logging options
[Log]
ConsoleDebug=true
ConsoleUser=true
ConsoleSuccess=true
ConsoleInfo=true
ConsoleWarning=true
ConsoleError=true
ConsoleFatal=true
LogFileDebug=false
LogFileUser=true
LogFileSuccess=true
LogFileInfo=true
LogFileWarning=true
LogFileError=true
LogFileFatal=true
ConsoleTimestamp=false
LogFileTimestamp=true
#Filename=mymod%Y-%m-%d.log
# How much to output to console at startup
# 0 minimal, 1 show more, 2 show even more, 3 show even more
VerbosityLevel=0

# 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]
Execute=bootstrap.nut

# Custom script options
[Options]
MyOption="Hello from config!"
Title: Re: Sqmod . ini
Post by: umar4911 on Dec 29, 2017, 06:09 PM
Quote from: . on Dec 29, 2017, 04:53 PMThat's a configuration file used by the plugin. What scripts to load and what debugging options to apply. Among other things.

Example:
# Squirrel options
[Squirrel]
# Configure the virtual machine stack size
StackSize=2048
# Enable error handling by the plugin
ErrorHandling=true
# Allow the plug-in to load even if no scripts were loaded
EmptyInit=false

# Logging options
[Log]
ConsoleDebug=true
ConsoleUser=true
ConsoleSuccess=true
ConsoleInfo=true
ConsoleWarning=true
ConsoleError=true
ConsoleFatal=true
LogFileDebug=false
LogFileUser=true
LogFileSuccess=true
LogFileInfo=true
LogFileWarning=true
LogFileError=true
LogFileFatal=true
ConsoleTimestamp=false
LogFileTimestamp=true
#Filename=mymod%Y-%m-%d.log
# How much to output to console at startup
# 0 minimal, 1 show more, 2 show even more, 3 show even more
VerbosityLevel=0

# 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]
Execute=bootstrap.nut

# Custom script options
[Options]
MyOption="Hello from config!"
Where it should be placed? means in the plugins folder(directory containing folder), scripts one or the main directory
Title: Re: Sqmod . ini
Post by: DizzasTeR on Dec 30, 2017, 07:12 AM
In the main server directory
Title: Re: Sqmod . ini
Post by: =RK=MarineForce on Feb 13, 2018, 01:59 PM
This is like database ???
Title: Re: Sqmod . ini
Post by: NicusorN5 on Feb 13, 2018, 03:14 PM
Quote from: =RK=MarineForce on Feb 13, 2018, 01:59 PMThis is like database ???
This is just an .ini configuration file.