Modelling Pipeline: Difference between revisions
Jump to navigation
Jump to search
VulcanStorm (talk | contribs) mNo edit summary |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
Documentation of the current modelling pipeline. | Documentation of the current modelling pipeline. | ||
{{Abandoned}} | |||
=== Current Texture Pipeline === | === Current Texture Pipeline === | ||
# Create image | # Create image | ||
Line 19: | Line 20: | ||
# Place materials in correct folder '''''only when material changes''''' | # Place materials in correct folder '''''only when material changes''''' | ||
# Load model into hlmv | # Load model into hlmv | ||
(more detail here: https://forums.empiresmod.com/index.php?threads/making-models-for-empires-source-mp-2013.18308/ ) | |||
Need to be repeated from stage 2 every time the model is edited. | Need to be repeated from stage 2 every time the model is edited. | ||
TODO: Needs more pipelines from different programs. | TODO: Needs more pipelines from different programs. |
Latest revision as of 19:32, 8 August 2021
Documentation of the current modelling pipeline.
Current Texture Pipeline
- Create image
- Import image in vtfedit
- Select settings
- Save as .vtf format
Need to be repeated from stage 2 every time the image is edited.
Current Model Pipeline (blender)
- Install blender source tools
- Make model in blender
- Export to correct file format
- Create qc file
- Run qc file through studiomdl
- Place textures in correct folder only when texture changes
- (see texture pipeline)
- Place materials in correct folder only when material changes
- Load model into hlmv
(more detail here: https://forums.empiresmod.com/index.php?threads/making-models-for-empires-source-mp-2013.18308/ )
Need to be repeated from stage 2 every time the model is edited.
TODO: Needs more pipelines from different programs.