|
|
@ -160,6 +160,10 @@ int main(int argc, char *argv[])
|
|
|
|
|
|
|
|
|
|
|
|
std::string config = "client.cfg";
|
|
|
|
std::string config = "client.cfg";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// if client.cfg is not in current directory, use client.cfg from user directory
|
|
|
|
|
|
|
|
if (!CFile::isExists(config))
|
|
|
|
|
|
|
|
config = CPath::getApplicationDirectory("Ryzom") + config;
|
|
|
|
|
|
|
|
|
|
|
|
// if client.cfg is not in current directory, use client_default.cfg
|
|
|
|
// if client.cfg is not in current directory, use client_default.cfg
|
|
|
|
if (!CFile::isExists(config))
|
|
|
|
if (!CFile::isExists(config))
|
|
|
|
config = "client_default.cfg";
|
|
|
|
config = "client_default.cfg";
|
|
|
|