Making a model

Discuss general issues about modding HaloPC. Post ideas for mods here.
Post Reply
User avatar
xXShadowCowXx





Posts: 85
Joined: Wed Jan 23, 2008 9:59 pm
Location: My Chair
Contact:

Making a model

Post by xXShadowCowXx »

I made a model for for a rocket launcher and it's krappy but this is my first model. After that I tried to inject it but when I did I got a error that said:

"Error: Can't Inject. Subobject Problem.
Maximum subobjects allowed for this model: 5
Your model broke into: 96"


Or when I try to import other peoples models it says:

"Can't inject model. Too many vertices or indices more than the old model."

Any help appreciated. :)
User avatar
Andrew_b




Socialist

Posts: 4188
Joined: Sat Feb 24, 2007 4:52 pm
Contact:

Post by Andrew_b »

You added or took away vertices which in turn takes away indices (edges)...

which in turn changes the model size...which in turn changes a map size...which in turn...hmt doesnt allow you to do that because it would screw up the map if they were a different size. (filesize)
User avatar
xXShadowCowXx





Posts: 85
Joined: Wed Jan 23, 2008 9:59 pm
Location: My Chair
Contact:

Post by xXShadowCowXx »

But i'm new to modeling and I have Misfit and when I try to open say a sniper model in it, it says it's a unknown file type. Do you know how I can if possible open open a original model and change but still have the same file size?
User avatar
Andrew_b




Socialist

Posts: 4188
Joined: Sat Feb 24, 2007 4:52 pm
Contact:

Post by Andrew_b »

did you export the meta? or the model? (.meta or .obj?)
User avatar
xXShadowCowXx





Posts: 85
Joined: Wed Jan 23, 2008 9:59 pm
Location: My Chair
Contact:

Post by xXShadowCowXx »

I exported the model. When I look at the name it doesn't say obj or anything just file. Which am I supposed to extract though?
User avatar
Mr.Brightside
Readers Club





Posts: 823
Joined: Sun Nov 18, 2007 11:25 am
Location: Pensacola, Florida.

Post by Mr.Brightside »

xXShadowCowXx wrote:I exported the model. When I look at the name it doesn't say obj or anything just file. Which am I supposed to extract though?
rename it to model.obj or something.
Image
But I still hear the deafening drums of war onward every twisted spoke
User avatar
xXShadowCowXx





Posts: 85
Joined: Wed Jan 23, 2008 9:59 pm
Location: My Chair
Contact:

Post by xXShadowCowXx »

One more question how do you keep the vertices the same?
User avatar
Patrickh




Wordewatician 500

Posts: 1173
Joined: Wed Mar 14, 2007 4:53 pm

Post by Patrickh »

Andrew_b wrote:...it would screw up the map if they were a different size. (filesize)
actually that's false, when you update raw model size, it pushes forward the tags offset, therefore changing the magic of the map (mapmagic - tagsoffset) and making it so you don't need to update all the offsets in the map because they are influenced by magic. In short, you can add models of greater size without ****ing up the map file, just not with our current tools.
Image
conure says: or i could jsut incase my shoes in papar mache, followed by my dog
|||Lethargy||| Mr. Mohawk|||
|||feel free to contact me via PMs, AIM, MSNM, or Xfire if you have any questions|||
User avatar
xXShadowCowXx





Posts: 85
Joined: Wed Jan 23, 2008 9:59 pm
Location: My Chair
Contact:

Post by xXShadowCowXx »

So basically it's impossible right now?
User avatar
Patrickh




Wordewatician 500

Posts: 1173
Joined: Wed Mar 14, 2007 4:53 pm

Post by Patrickh »

xXShadowCowXx wrote:So basically it's impossible right now?
well, after consulting with conure, i now know that what i said is all true, but you also need to update the mod2 tags metadata to match its corresponding raw model data. Seeing how there isn't corrently a program that does this for you, you're going to have to manually inject the model using a hex editor.


*shudders*
Image
conure says: or i could jsut incase my shoes in papar mache, followed by my dog
|||Lethargy||| Mr. Mohawk|||
|||feel free to contact me via PMs, AIM, MSNM, or Xfire if you have any questions|||
User avatar
Mr.Brightside
Readers Club





Posts: 823
Joined: Sun Nov 18, 2007 11:25 am
Location: Pensacola, Florida.

Post by Mr.Brightside »

xXShadowCowXx wrote:So basically it's impossible right now?
here, i'll post this in all caps so you will understand.

YOU CAN NOT ADD STUFF TO A MODEL. YOU MOVE THE VERTICES AROUND. THEN, uncheck the box that says "normals" when you save it in misfit.
Image
But I still hear the deafening drums of war onward every twisted spoke
User avatar
xXShadowCowXx





Posts: 85
Joined: Wed Jan 23, 2008 9:59 pm
Location: My Chair
Contact:

Post by xXShadowCowXx »

No need to get harsh I've never done this before if I say something wrong it's because I have no experience. But to finish my question how do I move the vetices around?
User avatar
Mr.Brightside
Readers Club





Posts: 823
Joined: Sun Nov 18, 2007 11:25 am
Location: Pensacola, Florida.

Post by Mr.Brightside »

xXShadowCowXx wrote:No need to get harsh I've never done this before if I say something wrong it's because I have no experience. But to finish my question how do I move the vetices around?
press v, then you select them. then press m to move them around.

If you need more detail then that, use the tutorials section. It's very helpful.

btw i wasn't getting harsh. I just did that so it would be ingrained in your mind.
Image
But I still hear the deafening drums of war onward every twisted spoke
User avatar
xXShadowCowXx





Posts: 85
Joined: Wed Jan 23, 2008 9:59 pm
Location: My Chair
Contact:

Post by xXShadowCowXx »

Thank you Mr. Brightside :)
User avatar
Mr.Brightside
Readers Club





Posts: 823
Joined: Sun Nov 18, 2007 11:25 am
Location: Pensacola, Florida.

Post by Mr.Brightside »

xXShadowCowXx wrote:Thank you Mr. Brightside :)
I'm guessing it worked, right?
Image
But I still hear the deafening drums of war onward every twisted spoke
User avatar
Andrew_b




Socialist

Posts: 4188
Joined: Sat Feb 24, 2007 4:52 pm
Contact:

Post by Andrew_b »

Patrickh wrote:
Andrew_b wrote:...it would screw up the map if they were a different size. (filesize)
actually that's false, when you update raw model size, it pushes forward the tags offset, therefore changing the magic of the map (mapmagic - tagsoffset) and making it so you don't need to update all the offsets in the map because they are influenced by magic. In short, you can add models of greater size without ****ing up the map file, just not with our current tools.
:D

congrats on knowing more than i. :P
Post Reply