STEAM GROUP
Blender Source Tools BleST
STEAM GROUP
Blender Source Tools BleST
384
IN-GAME
2,096
ONLINE
Founded
8 November, 2013
All Discussions > Help > Topic Details
Frisk 17 Aug, 2018 @ 4:36pm
ERROR: Too many unified vertices
I'm recently trying to export a model with exaclty 450,000 Vertices, in DMX format, but when I am compiling it, there appears an error like this:

Compiling with Crowbar 0.56: "C:\Users\**\Desktop\molten\groupdmx.qc" ...

Compiling ".\groupdmx.qc" ...
Output from compiler "C:\Program Files (x86)\Steam\steamapps\common\SourceFilmmaker\game\bin\studiomdl.exe":
qdir: "c:\users\pc\desktop\molten\"
gamedir: "C:\Program Files (x86)\Steam\steamapps\common\SourceFilmmaker\game\usermod\"
g_path: "groupdmx.qc"
Building binary model files...
Working on "groupdmx.qc"
DMX Model c:\users\pc\desktop\molten\Group.dmx
ERROR: Too many unified vertices
ERROR: Aborted Processing on 'thederpyfrisk\lazythepotato\molten_freddy.mdl'
... Compiling ".\groupdmx.qc" finished. Check above for any errors.

... Compiling with Crowbar 0.56: "C:\Users\**\Desktop\molten\groupdmx.qc" finished.



QC File:



$modelname "thederpyfrisk\lazythepotato\molten_freddy.mdl"

$scale 5

$body MoltenFreddy "Group.dmx"


$cdmaterials "models\thederpyfrisk\lazythepotato\molten_freddy"

$texturegroup "skinfamilies"
{
{ "yellow" }
{ "red" }
{ "blank" }
}


$sequence "idle" "anims\idle.dmx" {
fps 30
loop
}

$surfaceprop "default"

$contents "solid"


is there any way to fix this problem?


< >
Showing 1-3 of 3 comments
Momo 17 Aug, 2018 @ 5:55pm 
Your model seems to have too many vertices, you might have to split it into separate files. Why don't you try the SMD format?
Frisk 17 Aug, 2018 @ 6:48pm 
Originally posted by Momo:
Your model seems to have too many vertices, you might have to split it into separate files. Why don't you try the SMD format?

I'll try to split the model in multiple separed parts like you said, it might work.
And I'm trying the DMX because the vertices limit will be unlimited for the model.
Momo 17 Aug, 2018 @ 10:45pm 
I'm pretty sure that neither SMD nor DMX have an artificial vertex limit- it has more to do with the compiler used.
< >
Showing 1-3 of 3 comments
Per page: 1530 50

All Discussions > Help > Topic Details
Date Posted: 17 Aug, 2018 @ 4:36pm
Posts: 3