Title: Source 2 Blender Tutorial #0: Exporting models from Source 2 Created: 2021-08-14T23:37:00 Updated: 2021-08-15T12:04:00 Hidden: True Description: Exporting models from Source 2 and using them in Blender Tags: SOURCE2 SBOX BLENDER # Intro This is the first tutorial in a series of tutorials on using Blender with Source 2. I will be using S&Box, but these tutorials will be applicable to any Source 2 game. This tutorial will teach you how to export models from Source 2 and import them into Blender, this can be useful as a scale reference or if you want to modify existing models. We're going to use VRF to export the models from Source 2. ModelDoc has it's own exporter but it doesn't export animations and textures. # Downloading VRF To download VRF go to [github.com/SteamDatabase/ValveResourceFormat/releases](https://github.com/SteamDatabase/ValveResourceFormat/releases/tag) and download the **`VRF.exe`** file, **Not `Decompiler-windows.zip`**. ![VRF Download](/img/blog/source2-blender/0/vrf-download.png) # Setting up paths When you first launch VRF you will need to set up the paths for the assets, to do this, click the Settings button. ![VRF Settings](/img/blog/source2-blender/0/vrf-settings.png) A window will pop up, click the Add folder button if you're using S&Box, Half-Life: Alyx will use .vpk files. If you're using S&Box, you should add the `base`, `citizen` and `rust` folders (assuming `rust` hasn't been removed yet). ![VRF Paths](/img/blog/source2-blender/0/vrf-paths.png) # Exporting the model After you've added the paths, open Asset Viewer, locate the model you want to use, right click it and open the folder where the file is located, then drag it into VRF. ![Pistol in Asset Viewer](/img/blog/source2-blender/0/pistol-assetviewer.png) Now press the Export button in VRF and select glTF. ![Exporting to glTF in VRF](/img/blog/source2-blender/0/vrf-pistol-export.png) # Importing to Blender Now open up Blender, in the top bar click File > Import > glTF and select the file you just exported. ![Importing glTF](/img/blog/source2-blender/0/blender-import.png) Now you should have the model with all of it's textures and animations in blender ![Imported model in Blender](/img/blog/source2-blender/0/blender-pistol-imported.png) # LODs If you have multiple meshes in your scene, that means the model you imported had LODs. Select the meshes in the inspector and delete them. Don't delete the one with the highest poly count. ![Multiple meshes in Blender](/img/blog/source2-blender/0/blender-lods.png) ## The end This is all you need to know about importing models from Source 2 into Blender. In the [next tutorial](/blog/source2-blender1) you'll learn how to export models from Blender into Source 2.