Hi yall! ive been trying to convert .cgf files with the cgf-converter.exe script using powershell, but i have always gotten this message: A fatal error occurred. The required library hostfxr.dll could not be found. If this is a self-contained application, that library should exist in [D:\Scripts\]. If this is a framework-dependent application, install the runtime in the global location [C:\Program Files\dotnet] or use the DOTNET_ROOT environment variable to specify the runtime location or register the runtime location in [HKLM\SOFTWARE\dotnet\Setup\InstalledVersions\x64\InstallLocation]. This is the Code Line i used: foreach ($file in (get-childitem -Recurse .cga,.cgf,.skin,.chr)) { D:\Scripts\cgf-converter.exe $file -tif -objectdir "D:\depot\Done" } The Script and all posts about it are old (2017) and im not sure if star citizen has been updated to a point where it doesent work. if you know how to fix this please send me a message, easies would be via discord (FNIX#5817) i was trying to get a 3d model with interior of the 890J so if there is one out there and i just havent seen it, please also let me know :slightly_smiling_face: cheers!