yes Modelviewer2 can find and read my custom skin but i confuse with the line code:
scene.m1:setLivery("485th FS", "P-51D-25-NA");
my skin name its "dani" so how should I write this line?
scene.m1:setLivery("dani" , "f-18c"); ??
these are the two lines of code that I have added to sceneVR.lua but, at the moment the default vfa-94 skin appears
scene.m = sceneAPI:addModel("f-18c", 0, 2.4, 0);
scene.m:setLivery("dani" , "f-18c");
thank again buddy