Hoirtel Posted July 30, 2024 Posted July 30, 2024 Hi, I am hoping someone can help me with some up to date information on how to see the saved games liveries in model viewer. I have done this in the past but always struggle when I need to redo it. I can only find old information on the forum. I have a lua autoexec in the ModelViewer saved games. I have tried scan_for_textures("C:\Users\<PCNAME>\Saved Games\DCS.openbeta\Liveries") and mount_vfs_liveries_path("C:\Users\<PCNAME>\Saved Games\DCS.openbeta\Liveries") Couldn't get either to work, I also tried some combinations of backslashes, forward slashes and double slashes. One of these did give an error so it was doing something. I also may have tried removing the quotations. Any help greatly received - I am sure it is syntax related but can't find out.
Raptorattacker Posted July 30, 2024 Posted July 30, 2024 Apart from coding, you can always stick the skinfile into the root folder and look at it in the ModelViewer... not much help I guess but it's simple and, more importantly, it works.
Diablo 1-1 Posted January 28 Posted January 28 On 7/30/2024 at 9:03 AM, Hoirtel said: mount_vfs_liveries_path("C:\Users\<PCNAME>\Saved Games\DCS.openbeta\Liveries") I was having the same issue. What fixed it for me was changing it to mount_vfs_liveries_path("C:/Users/<ProfileName>/Saved Games/DCS.openbeta/Liveries") it seems it wants the forward slashes instead of the backwards. 1
Recommended Posts