Re: Can't Use Custom Bitmaps
Sounds like multiple issues. First place to start is in your Max file.
There are two ways to reference shaders from Max. The lame way (IMO) is where you have to describe every folder by its first letter.
The method I use is to create a reference (a text file) here: ..\Halo 2 Map Editor\tags\scenarios\shaders, call it mapname.shader_collections. Inside of this text file type this: mapname scenarios\shaders\multi\mapname. Then save it and close it, now move to the directory called multi. Create a folder called mapname, put your shaders here.
Now, when you call your shaders from max, call them like this: mapname shader-name.
When it comes to .bitmap files, there are many H2V bitmaps that have a Usage Flag called UNUSED checked. While this is probably not your issue, its good to know that if this is checked the .bitmap will not appear in Sapien or H2V. Every default bitmap that you use will need to be checked for this issue.