Hi Everyone,
If i have missed something previously posted or discussed
please post the links.
I've just noticed that add_folder() seems to not work 100%.
I have:
add_folder("D:\\VISUAL STUDIO PROJECTS\\$(SolutionName)\\images\\");
add_folder("D:\\VISUAL STUDIO PROJECTS\\$(SolutionName)\\maps\\");
add_folder("D:\\VISUAL STUDIO PROJECTS\\$(SolutionName)\\models\\");
and when i load any images:
mCursor = bmap_create("arrowblue.pcx");
this works fine without having to use
"..\\arrowblue.pcx"
But loading LEVEL or ENTITY seems to need the path?
"..\\maps\\ProjectTest.wmb"
"..\\models\\cbabe.mdl"
This does defeat the object of add_folder() ??
Has anyone else noticed this?