AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Off-Topic (https://forums.alliedmods.net/forumdisplay.php?f=15)
-   -   professional modeler (https://forums.alliedmods.net/showthread.php?t=335845)

Plut0 01-08-2022 05:53

professional modeler
 
Hey is there anyone here that is a professional at modeling for cs 1.6

Someone that knows about multiple references in a .qc file

for example

PHP Code:

//reference mesh(es)
$body "studio" "example1"

$body "studio" "example2"

$body "studio" "example3" 


CrazY. 01-08-2022 07:50

Re: professional modeler
 
You should check the303.org, it has plenty of information on goldsrc models.
https://the303.org/tutorials/gold_qc.htm

I'm no expert on the subject but may be able to give you some advice, what are you trying to do?

Plut0 01-08-2022 08:18

Re: professional modeler
 
3 Attachment(s)
So basically instead of having 6 seperate models for a player i use 1 model with submodels, I was going to add a skin i found but it had multiple "$body "studio" and it would look like this when i added it onto my submodels

CrazY. 01-08-2022 15:46

Re: professional modeler
 
Try $bodygroup

Code:
$bodygroup example { studio "example1" studio "example2" studio "example3" }

If that doesn't work, merge all meshes of the model into one.
Open up Milkshape 3D, import one mesh with Triangles and Bones checked

Code:
To import: File > Import > Half-Life SMD

Now import all the other meshes but only with Triangles checked and export

Code:
To export: File > Export > Half-Life SMD

There you go, you've got a single smd.

Plut0 01-09-2022 05:04

Re: professional modeler
 
when i do that it says, "too many vertices in model: "pluto"

the only fix for that problem is to divide up the meshes. well i guess theres no way to do what i was looking for


All times are GMT -4. The time now is 05:25.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.