SFM/Exporting Assets: Difference between revisions
(Created page with "== Exporting Assets == If you have a copy of Maya, we’ve added the DMX Export Manager script under the Valve menu that will automatically put models, materials and textures in...") |
No edit summary |
||
Line 1: | Line 1: | ||
If you have a copy of Maya, we’ve added the '''DMX Export Manager''' script under the '''Valve''' menu that will automatically put models, materials and textures into the proper directories for the SFM workshop. If you don’t have Maya, you can create your own .qc file, and compile your model manually. See [[Compiling a model]] for more information. In either case, all workshop files need to be located in the <code>ugc/YOUR_STEAMID</code> directory relative to the base asset directory within your mod. If you run the SFM from Steam, it will automatically create the appropriate model, material and sound directories within the default usermod mod, located here: | |||
:<code>STEAM_DIRECTORY\steamapps\common\SourceFilmmaker\game\usermod</code> | |||
If you have a copy of Maya, we’ve added the DMX Export Manager script under the Valve menu that will automatically put models, materials and textures into the proper directories for the SFM workshop. If you don’t have Maya, you can create your own .qc file, and compile your model manually. See | |||
Within that mod, your directory structure should look like this: | Within that mod, your directory structure should look like this: | ||
:<code>models\ugc\YOUR_STEAMID</code> | |||
:<code>materials\models\ugc\YOUR_STEAMID</code> | |||
:<code>sound\ugc\YOUR_STEAMID</code> | |||
You can put assets anywhere within those directories, so if you’ve recorded your best impression of Dr. Kleiner for example, you might put those in: | You can put assets anywhere within those directories, so if you’ve recorded your best impression of Dr. Kleiner for example, you might put those in: | ||
:<code>sound\ugc\YOUR_STEAMID\half-life\kleiner</code> | |||
{{shortpagetitle}} | |||
[[Category:Source Filmmaker]] |
Revision as of 17:38, 1 April 2013
If you have a copy of Maya, we’ve added the DMX Export Manager script under the Valve menu that will automatically put models, materials and textures into the proper directories for the SFM workshop. If you don’t have Maya, you can create your own .qc file, and compile your model manually. See Compiling a model for more information. In either case, all workshop files need to be located in the ugc/YOUR_STEAMID
directory relative to the base asset directory within your mod. If you run the SFM from Steam, it will automatically create the appropriate model, material and sound directories within the default usermod mod, located here:
STEAM_DIRECTORY\steamapps\common\SourceFilmmaker\game\usermod
Within that mod, your directory structure should look like this:
models\ugc\YOUR_STEAMID
materials\models\ugc\YOUR_STEAMID
sound\ugc\YOUR_STEAMID
You can put assets anywhere within those directories, so if you’ve recorded your best impression of Dr. Kleiner for example, you might put those in:
sound\ugc\YOUR_STEAMID\half-life\kleiner