Thanks!
I'm running into another issue now, I'm trying to import a model to work. I got it physically showing up, but it's just showing as pure white. The crazy bit is the editor is seeing the shader fine.
In the video below I've included examples of how my model is set up and where everything is pointed to, I have no idea why this isn't working, I haven't been able to find any guides on how to make mapobject files for OA/Q3 that are still up or don't use a super expensive program like 3DS Max
https://www.youtube.com/watch?v=INY28VlhU10also I forgot to pull up the shader in the video but here it is.
models/mapobjects/30deg/venus
{
q3map_shadeangle 10
{
map $lightmap
rgbGen identity
}
{
map models/mapobjects/30deg/venus.tga
blendfunc filter
rgbGen identity
}
}
EDIT: okay, I switched to the blender model exporter recommended in the forum (
https://github.com/neumond/blender-md3) and now I'm getting the black and white grid "missing texture" texture. Progress? any way to check why it's failing to load the shader?
EDIT2: Fixed it! for those who trudge down this path after me, I used the blender plugin, set it to use an image texture, but DO NOT SELECT A TEXTURE! just use an empty image named the path to the shader, use the texture in the UV editor to map your UVs, but don't tie it to the model. Also, the model, texture, and shader must be in a PK3, in the baseoa folder, even though the editor sees it, and the game finds the model, the game has trouble finding the shader.