SV2UV converts DCS ModelViewer2 exported CSV UV data (the UV to file export) directly into image UV maps so you can create liveries without using Blender.
This project is based on and inspired by Ettenmure’s dcs-uv-converter (which used a Blender add-on). You must attribute Ettenmure for the original approach; CSV2UV reimplements and extends that idea in C# .NET Core and adds features you need.
- Adjustable line thickness.
- Selectable line color.
- Selectable background color.
- Selectable output image size.
- Selectable output format (PNG, BMP, JPG, WEBP).
- Windows (recommended) or any OS that can run .NET Core/.NET 8+ executables
- .Net 8.0
- Download the latest release from the Releases tab
- Choose CSV2UV.exe if you already have the .Net 8.0 installed
- Choose zipped version if you don't have the .Net 8.0 installed
-
Unzip (if applicable).
-
Run the executable: double-click CSV2UV.exe
If you downloaded CSV2UV.exe version, install the appropriate .NET runtime from Microsoft before running.
- Language: C# (.NET Core / .NET 8+)
git clone https://github.com/<your-username>/CSV2UV.git
cd CSV2UV
dotnet restore
dotnet build -c Release
dotnet run --project src/CSV2UV
-
Fork the repo.
-
Create a feature branch (feature/).
-
Open a Pull Request against main.
-
Provide a clear PR description, screenshots where applicable.
-
PRs will be reviewed and merged after approval.
Report bugs as Issues with reproduction steps and sample CSV.
-
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
-
You must attribute original concept to Ettenmure and link their repository in ACKNOWLEDGEMENTS and the README.
- Original concept and Blender add-on by Ettenmure — Click Here.
- The community threads describing ModelViewer2 UV to file usage were invaluable



