As I work on my first map, and I need to be saving models, textures etc., should my directories relative to /base be
/base/maps/MYMAP/textures/texture.tga
/base/maps/MYMAP/mymap.map
or
/base/textures/MYMAP/mytexture.tga
/base/maps/mymap.map
or something else?
I'm really confused reading through tutorials and looking inside of PK3's, how I should have my workflow set up, especially for requirements of the compiler and how gtkradiant behaves when things are placed in the wrong spot.
Any help would be appreciated.