Jump to content

Recommended Posts

Posted

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.

  • 5 months later...
Posted
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.

  • Like 1
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...