Recently I have been working on my first skin for Lock On and now want to view it. I tried inserting the Left and Right skins through the CDDS browser in Modman, but resulted in missing textures.
I've been reading about placing the skins in the temptextures folder and creating an A-10.skins file to make the skin show up in the skins list within Lock On, but can't seem to work out the correct code for the .skins folder. SO far I have this, but it's very much guess work:
models
{
lod = {"A-10", 1000000};
collision = "A-10-COLLISION";
}
argument
{
argument = 70;
skin
{
value = 0.0;
material = {"A-10_Snow", "Standart", "A-10-OKRAS-L8.bmp"};
material = {"A-10_Snow", "Standart", "A-10-OKRAS-R8.bmp"};
}
I'm not even sure what the name for the A-10 lod file is!
Can anyone help me please?