Page 1 of 1

Root path

Posted: Tue Jul 05, 2005 09:37
by renchap
is it possible to define the root path for cegui ?
The xml files paths are relative, but my data folder has not the same location on mac and windows version.
so how can i change the path of the "root" folder, to have the same xml files for both versions ?

Re: Root path

Posted: Wed Jul 06, 2005 01:16
by Nitro
I also asked for this as this is a major pain the butt atm, but I think the answer was sth like this feature would make sense, but there was some reason against it.
Currently I have the hack to check for ".xsd" ending in my own resource manager and then to prepend the proper path.

-Nitro

Re: Root path

Posted: Wed Jul 06, 2005 08:20
by CrazyEddie
The only advice I can give is to just change the current directory in your app using the functions provided by your OS.