* few script changes; added new func "ScriptExists". * started an extractor tool; using StormLib (thx to Ladislaw Zezula!). for now convert some dbc files to scp. more stuff will follow. * some changes to the realm/world connect code; still needs a rewrite. * support conf parameters for GUI (check conf/gui.conf/gui.conf[.default] )
21 lines
373 B
Modula-2
21 lines
373 B
Modula-2
#permission=255
|
|
// Load required conf files.
|
|
LOADCONF PseuWoW.conf
|
|
LOADCONF users.conf
|
|
|
|
// Apply the configuration
|
|
APPLYCONF
|
|
|
|
// Apply user permissions
|
|
APPLYPERMISSIONS
|
|
|
|
IF ${#ENABLEGUI}
|
|
LOADCONF gui.conf
|
|
ENDIF
|
|
|
|
// remove dangerous variables
|
|
CLEANUPVARS
|
|
|
|
// if its not set in the conf file, default it to "." (WoWEmu & MaNGOS style)
|
|
DEFAULT,#CMDCHAR .
|