Simple .MDL: Converting Models

This guide is mainly intended for people who want to convert their old models (usually .OBJ) to .MDL and don't really care about the additional features so it only covers simple model creation. It assumes that you're using .OBJ files, however this method will work for any kind of model, including those with bones.

Before you start enable file name extensions in Windows. This is gonna help you avoid getting confused with all the different file types.

Windows 10

  • In Windows Explorer go to View and check File name extensions.

Windows 11

  • In Windows Explorer go to ViewShow > and check File name extensions.

All required tools as well as methods of downloading and installing them are listed below.

Download Blender1) and Blender Source Tools then:

  1. Install Blender
  2. Open Blender:
    1. Go to EditPreferencesAdd-onsInstall
    2. Select the blender_source_tools file and click Install Add-on
    3. Make sure to check the box next to the add-on name and press Save Preferences
      blender-setup.jpg

Download 7-zip and Crowbar then:

  1. Install 7-Zip
  2. Unpack Crowbar using 7-Zip
  3. Open Crowbar and go to the Set Up Games tab
  4. At the bottom, in the Steam Library Folders section click Browse… and select your Steam folder 2)
  1. Open Blender and import your .OBJ model — FileImportWavefront (.OBJ)
  2. Go to the Scene panel:
    1. Set Export Path to the folder that you want to export the model to.
    2. Set Export Format to SMD
      blender-scene-settings2.jpg
  3. Click ExportCollection.smd

Download model.qc and put it in the folder where you exported the .SMD file, make sure that exported .SMD file is called Collection.smd then:

  1. Open Crowbar and go to the Compile tab
  2. Click Browse… in the QC input: line and select the model.qc file that you downloaded
  3. Change Output to Subfolder
  4. Change Game that has the model compiler to Garry's Mod
  5. Click Compile and wait for it to finish.
  1. After compiling the model in Crowbar click Goto to find the compiled model files
    1. If you want to convert textures and include them in your archive, now is the time → Basic Materials
  2. Select all the files, right click them and select 7-ZipAdd to archive…
  3. In the new window set Archive format to zip and Compression level to Store then click OK
  4. Upload the .ZIP archive → Hosting custom content online
  5. Use the link in the Model part

And that's it.

You can add materials to your model once you import it into PAC → Replacing materials/textures

More info about .MDLZIP archives → Using MDL files in PAC

Crowbar explained → Crowbar (Modding Tool) Guide

Ask for help → Official PAC Discord


1)
Tested with 2.83
2)
This should be the folder that contains the steamapps folder, for example C:\Program Files (x86)\Steam
  • Last modified: 6 months ago
  • by yagira