
Tutorial Hammer.exe / Source SDK: Creating a basic model in blender for your Garry's Mod map (Old)
Updated Tutorial: https://www.youtube.com/watch?v=3pO04R57CGY
Please read the description carefully. It may help you and explain some things too.
This whole tutorial was part of a Twitch Stream and may require a little patients on your side. It is just a quick and trashy tutorial which shows the necessary steps to create a basic model from your Hammer.exe / Source SDK Map Editor. I may do a new and better instructed video but this one is from a stream so I'm sorry that it is a bit trashy and not super fast and efficient.
You need these Tools.
Blender:
[https://www.blender.org/download/](https://www.blender.org/download/)
Nem's Tools:
[http://nemesis.thewavelength.net/?p=26](http://nemesis.thewavelength.net/?p=26)
Pick the Installer
Blender Source Tools Download:
[http://steamreview.org/BlenderSourceTools/](http://steamreview.org/BlenderSourceTools/)
The Files and Examples
QC-File content:
"
$modelname "VarmintsModels\Pumpkin1.mdl"
$model "Body" "Pumpkin1.smd"
$staticprop
$cdmaterials "models\VarmintsModels"
$surfaceprop "Pumpkin1"
$sequence "idle" "Pumpkin1.smd"
$collisionmodel "Pumpkin1.smd" { $concave }
"
Please remember to replace VarmintsModels with whatever you want to use and Pumpkin1 with whatever your model (SMD-File) is called.
And also rename the file to whatever your model is called with QC at the end. If it is not working please make sure to show the file extension under your explorer View tab.
Bat-File Content:
"
"C:\Program Files (x86)\Steam\steamapps\common\GarrysMod\bin\studiomdl" -nop4 -game "C:\Program Files (x86)\Steam\steamapps\common\GarrysMod\garrysmod" %1
pause
"
It may be that you have your games library on another Partition. In such a case have an example of what it may look like.
"
"G:\Steam\steamapps\common\GarrysMod\bin\studiomdl" -nop4 -game "G:\Steam\steamapps\common\GarrysMod\garrysmod" %1
pause
"
If you have questions feel free to ask. I will try to answer them.
This was part of a Twitch Stream so please bare this in mind.
Other Videos By VarmintLP
Other Statistics
Garry's Mod Statistics For VarmintLP
There are 2,589 views in 72 videos for Garry's Mod. This game accounts for over 6 days of watchable video on his channel, roughly 9.59% of Garry's Mod content that VarmintLP has uploaded to YouTube.