Page 1 of 1

whre is the cegui path of config and cegui's log?

Posted: Sun Jun 27, 2010 07:17
by yaxinhoo
whre is the cegui path of config and cegui's log? i can't find it in the code.

Re: whre is the cegui path of config and cegui's log?

Posted: Sun Jun 27, 2010 17:18
by scriptkid
Hi,

Config files are read from a resource group, by default the 'datafiles/configs' directory. The log file is just taken as a path, relative from the startup folder.

To see this in action, follow the debugger from the System::System method into the calls into "d_xmlParser->parseXMLFile(config, configFile," and "config.initialiseLogger(logFile);".

HTH :)