 Chett Guest |
Quote
|
2009-10-27 16:00:48 |
|
The paths for loading the files in .irr file dont seem to work for me. I did reset the working directory and then tried to just edit the irr to give full paths, irrlicht still can't find the files.
Can you give me some clues on how those file names are parsed so I can edit the irr to make this work?
|
 niko Moderator |
Quote
|
2009-10-27 17:04:37 |
|
Irrlicht will usually try to load all the files relative to the current directory. When the current directoy is the same as the one of irredit (you can for example ensure this by running irredit from the same directory as your irrlicht application) everything should work fine.
|
 Chett Guest |
Quote
|
2009-10-27 17:13:26 |
|
I really would rather keep my directories clean. Moving the irredit program to my working development directory is not a nice option.
I edited the .irr file to give it a full path to my development directory when it failed to find them with the simple /xxx irredit used. That didnt help at all.
Can I assume from what you said that it actually looks back at the directory irredit is installed in? (error messages only say 'not found' no clue where it is looking)
|
 niko Moderator |
Quote
|
2009-11-05 07:45:40 |
|
It simply looks into the working directory where irrEdit was started from.
|