Ultimate Collision Model Sticky
Ultimate Collision Model Sticky
Since there are so many stickys for collision models, i decided to combine them into one.
Tutorial for stretching the collision Models
ALL CREDIT GOES TO XORANGE FOR THIS
As I said before, the "panels" used to be the log, which is tree_leafy_fallentunk.
I just renamed everything so that it would be all "authentic".
I used the scenery, model, collision model & appropriate bitmaps.
(I used Milkshape3D to modify the model & Photoshop for the textures.)
Here's the deal with the collision model....
I have limited knowledge of the collision models and it took me quite a bit of research and experimentation to get to the point I'm at.
I have not yet been able to modify this much more than I already have,but I am still working on it.
(I recommend extracting the "panel" collision model meta and taking a look at it in a hex editor. It would also be helpful to extract the log collision model meta frrom a clean cache so you can compare the two and see what changes I made.)
Basically, down at the bottom of that meta there are 8 packets of numbers that represent vertices for the collision model.
(Beginning at 0x269EE30)
Here's what the first packet looks like:
9AEBACBF CA6B9DBE 62F58F3E 04000000
The first three numbers are floats, and are x,y,z coordinates, respectively.
The last number is just the number of the point. So, this one is vertice #4.
To stretch the verts out to where I wanted them I multiplied each Y coord 5x for each set of verts.
That almost did the trick.
Now, near the middle of the collision model meta there are 6 more important packets of data (each 0x10 bytes), which I believe are all floats, beginning at offset 0x269EC08.
I believe these numbers are attributes of the collision model.
The one's I changed are at the end of the 3rd & 4th packets.
The specific floats I changed are @ offsets 0x269EC34 & 0x269EC44.
I'm not exactly sure what these are, but I know that they affect the surface of the collision model. I multiplied them 5x.
Done. That's all I did to the collision model. Multiplied 10 floats by 5. Whee!
I have experimented with making the collision model thinner, wider, etc. with some success.
I have not yet been able to stretch it along the X axis, otherwise I would've made some giant flat platforms.
I have obviously successfully stratched it along the Y axis, though for some reason I can't make it as long as I want...there is some sort of limit that I haven't been able to get past yet.
I have also successfully stretched it along the Z axis, which I haven't really found a use for yet. If you stretch it along Y & Z you end up with a big block. woohoo, right.
This is a pretty simple collision model. Most of them are not as simple because they have more parts.
As UberJim mentioned, you could probably use a diff. collision model and get similar results. Yes, you probably could, but keep in mind that diff. collision models have dff. attributes. For example the door_blast_collision allows you to shoot through it but not walk through it. Thus if you used something else like that you might need to modify it further for it to suit your needs.
You could also use this collision model with another flattened model if you want.
Ok..that's about all I can think of to say about that.
I hope it was helpful.
----------------------------------------------------------------------------------------------------------
Simple Tutorial on Getting Flat Square Metal Panels
ill tell you how to get metal looking flat square panels in BG
To get flat square panel edited collision model and metal panel skin download the mod here: http://chariho.org/BGPATCH.rar
your welcome for the flat metal panel tutorial,
-Barber
----------------------------------------------------------------------------------------------------------
New Collision Model Information, Force Planes and Packets
By:Berkano
This tutorial has so much that I am just going to link to it.
http://www.halomods.com/forums/viewtopic.php?t=5655
----------------------------------------------------------------------------------------------------------
Collision Model Numbers
By:chaosking202
Here are the material numbers for Berkano's collision model plug in.
0 - Dirt
1 - Dirt
2 - Pebbles
3 - Snow
4 - Wood
5 - Metal
6 - Metal
7 - Metal
8 - Rubber
9 - Unbreakable Glass
10 - Red Shielding
11 - Grunt Blood
12 - Metal
13 - Hunter Blood
14 - Elite Blood
15 - Elite Blood
16 - Reflective Shield
17 - Engineer Blood
18 - Jack Shield Sparks
19 - ?????
20 - Green Blood
21 - Metal Spark With Blood Splat
22 - Shields
23 - Blood
24 - Blood
25 - Unbreakable Glass
26 - Unbreakable Glass
27 - Unbreakable Glass
28 - Water
29 - Grass
30 - Shields
31 - Glass
32 - Reflective Metal
Anything past 33 they Obsorb all projectiles thrown/shot at it.
------------------------------------------------------------------------------------------------------
Tutorial for stretching the collision Models
ALL CREDIT GOES TO XORANGE FOR THIS
As I said before, the "panels" used to be the log, which is tree_leafy_fallentunk.
I just renamed everything so that it would be all "authentic".
I used the scenery, model, collision model & appropriate bitmaps.
(I used Milkshape3D to modify the model & Photoshop for the textures.)
Here's the deal with the collision model....
I have limited knowledge of the collision models and it took me quite a bit of research and experimentation to get to the point I'm at.
I have not yet been able to modify this much more than I already have,but I am still working on it.
(I recommend extracting the "panel" collision model meta and taking a look at it in a hex editor. It would also be helpful to extract the log collision model meta frrom a clean cache so you can compare the two and see what changes I made.)
Basically, down at the bottom of that meta there are 8 packets of numbers that represent vertices for the collision model.
(Beginning at 0x269EE30)
Here's what the first packet looks like:
9AEBACBF CA6B9DBE 62F58F3E 04000000
The first three numbers are floats, and are x,y,z coordinates, respectively.
The last number is just the number of the point. So, this one is vertice #4.
To stretch the verts out to where I wanted them I multiplied each Y coord 5x for each set of verts.
That almost did the trick.
Now, near the middle of the collision model meta there are 6 more important packets of data (each 0x10 bytes), which I believe are all floats, beginning at offset 0x269EC08.
I believe these numbers are attributes of the collision model.
The one's I changed are at the end of the 3rd & 4th packets.
The specific floats I changed are @ offsets 0x269EC34 & 0x269EC44.
I'm not exactly sure what these are, but I know that they affect the surface of the collision model. I multiplied them 5x.
Done. That's all I did to the collision model. Multiplied 10 floats by 5. Whee!
I have experimented with making the collision model thinner, wider, etc. with some success.
I have not yet been able to stretch it along the X axis, otherwise I would've made some giant flat platforms.
I have obviously successfully stratched it along the Y axis, though for some reason I can't make it as long as I want...there is some sort of limit that I haven't been able to get past yet.
I have also successfully stretched it along the Z axis, which I haven't really found a use for yet. If you stretch it along Y & Z you end up with a big block. woohoo, right.
This is a pretty simple collision model. Most of them are not as simple because they have more parts.
As UberJim mentioned, you could probably use a diff. collision model and get similar results. Yes, you probably could, but keep in mind that diff. collision models have dff. attributes. For example the door_blast_collision allows you to shoot through it but not walk through it. Thus if you used something else like that you might need to modify it further for it to suit your needs.
You could also use this collision model with another flattened model if you want.
Ok..that's about all I can think of to say about that.
I hope it was helpful.
----------------------------------------------------------------------------------------------------------
Simple Tutorial on Getting Flat Square Metal Panels
ill tell you how to get metal looking flat square panels in BG
To get flat square panel edited collision model and metal panel skin download the mod here: http://chariho.org/BGPATCH.rar
your welcome for the flat metal panel tutorial,
-Barber
----------------------------------------------------------------------------------------------------------
New Collision Model Information, Force Planes and Packets
By:Berkano
This tutorial has so much that I am just going to link to it.
http://www.halomods.com/forums/viewtopic.php?t=5655
----------------------------------------------------------------------------------------------------------
Collision Model Numbers
By:chaosking202
Here are the material numbers for Berkano's collision model plug in.
0 - Dirt
1 - Dirt
2 - Pebbles
3 - Snow
4 - Wood
5 - Metal
6 - Metal
7 - Metal
8 - Rubber
9 - Unbreakable Glass
10 - Red Shielding
11 - Grunt Blood
12 - Metal
13 - Hunter Blood
14 - Elite Blood
15 - Elite Blood
16 - Reflective Shield
17 - Engineer Blood
18 - Jack Shield Sparks
19 - ?????
20 - Green Blood
21 - Metal Spark With Blood Splat
22 - Shields
23 - Blood
24 - Blood
25 - Unbreakable Glass
26 - Unbreakable Glass
27 - Unbreakable Glass
28 - Water
29 - Grass
30 - Shields
31 - Glass
32 - Reflective Metal
Anything past 33 they Obsorb all projectiles thrown/shot at it.
------------------------------------------------------------------------------------------------------
Last edited by Ang88 on Sun Apr 11, 2004 5:23 pm, edited 1 time in total.

I know the value for 19, it's a second variety of flood skin, the two have slightly different blood splats. And change green blood too flood blood. Even though, technically it's not blood. And...be more specific with the just plain:blood, it's human blood. and.....change all the bloods too "skin", cause technically the blood itself is just a bitmap. ok, I'm done. I just wanted an excuse to post, lol.
- {G}H0g-Jump4h
- Posts: 811
- Joined: Sat Nov 01, 2003 4:51 pm
- Location: At the bottom of Delta Halo's lake
- Contact:
![]() |
If i followed thi right you can enlarge objects by editing thier hex does this mean you could enlarge a vechile such as the peli?
To the extent so it can hold a tank?
In this case then can you help me by reading my "Peli that can hold a scorpian tank thread" sumthing like that anyway plz help it would be great to see a pelican with a tank firing from the inside.l
To the extent so it can hold a tank?
In this case then can you help me by reading my "Peli that can hold a scorpian tank thread" sumthing like that anyway plz help it would be great to see a pelican with a tank firing from the inside.l
Wow wot a big. Hey willy can i get ure auto, wow look at that. Dic, dic get over here and look at this, jumping johevesis.etc
Can anyone give me a link, or give me the P in DI mod
I really really really need the Pelican in deathisland mod, can someone help?
-
- Posts: 80
- Joined: Sat Feb 28, 2004 10:17 am
i have the plugin, but i am still not sure how to make something, like a vehicle have no collision model at all, i.e. like it isnt there.
unrelated question: does the thing that destroys the jackal's shield have to do with collision model? because i tried to replicate it for different shields to no avail.
unrelated question: does the thing that destroys the jackal's shield have to do with collision model? because i tried to replicate it for different shields to no avail.
Three lines of text maximum!
well if it was possible to make a secondry fire that changed the conlision moddle so it made the back closeDan!! wrote:It only changes the collision model. You'd have to do that and milkshape it bigger to make it all good. And then I think the tank would fall out.

Wow wot a big. Hey willy can i get ure auto, wow look at that. Dic, dic get over here and look at this, jumping johevesis.etc
-
- Posts: 1375
- Joined: Fri Oct 24, 2003 1:30 am
- Location: Earth
- Contact:
![]() |
I also noticed that there isn't really a tutorial for changing collision like in log mods - I just made one for you guys:
1. Open Halo Map Tools V3
2. Go Under Collision Model
3. Select "scenery\trees\tree_desert_whitebark\tree_desert_whitebark"
4. Don't select Recursive - Only Save Meta - Save it to your Desktop
5. Open "tree_desert_whitebark.coll.meta" in a Hex Editor
6. Find the last frame ( For Example - frame tree whitebark )
7. After it you should see several Reflexives that end with the same 2 Bytes
8. Find the last one of all the of Reflexives there
9. Reverse Endian - Subtract Map File Magic
10. Open Blood Gulch in a Hex Editor
11. Go to that offset you got from Halo Map Tools V3 by Reverse Endianing and Subtracting Magic
12. That is the Collision for the Model
13. Move the Hex Editor Text Line over so the Hex looks like this:

14. We do this to see the X - Y - Z of the Collision Model Easier

15. X = Left & Right - Y = Depth - Z = Up & Down
16. Suppose you changed all Y coords to FFFF FFFF - Then the Model should be wider, have more depth, etc.
17. Try seeing the number as a float by highlighting the 4 Bytes and seeing the float number for X
- Notice the first X Coord and the next X Coord for a Model is first let's say -1.3 and then next is 1.3
- They are making the Left & Right
- > Made By Deadly Shadow < -
1. Open Halo Map Tools V3
2. Go Under Collision Model
3. Select "scenery\trees\tree_desert_whitebark\tree_desert_whitebark"
4. Don't select Recursive - Only Save Meta - Save it to your Desktop
5. Open "tree_desert_whitebark.coll.meta" in a Hex Editor
6. Find the last frame ( For Example - frame tree whitebark )
7. After it you should see several Reflexives that end with the same 2 Bytes
8. Find the last one of all the of Reflexives there
9. Reverse Endian - Subtract Map File Magic
10. Open Blood Gulch in a Hex Editor
11. Go to that offset you got from Halo Map Tools V3 by Reverse Endianing and Subtracting Magic
12. That is the Collision for the Model
13. Move the Hex Editor Text Line over so the Hex looks like this:
14. We do this to see the X - Y - Z of the Collision Model Easier
15. X = Left & Right - Y = Depth - Z = Up & Down
16. Suppose you changed all Y coords to FFFF FFFF - Then the Model should be wider, have more depth, etc.
17. Try seeing the number as a float by highlighting the 4 Bytes and seeing the float number for X
- Notice the first X Coord and the next X Coord for a Model is first let's say -1.3 and then next is 1.3
- They are making the Left & Right
- > Made By Deadly Shadow < -
-
- Posts: 3178
- Joined: Mon Mar 08, 2004 12:19 am
- Location: in ur forums ownin ur noobs
- Contact:
I seriously doubt that you know ANYTHING about modding.halobabe_luvs_aardvarks wrote:gawd hunter how can you not now how do that it is so very very simple i could do it in my sleep and when engineer does come out itll be the stupid silly silly little people like you that give halo a bad name you silly silly little person you n00b!!!you n00by mc n00b n00b!!!! its about as easy as zipping up your fly which i assume you cant do due to your lack of lets say "action" which i think would be a result from your endless halo playing a nerdish way ...so i say once more n00by mc n00b n00b!
ok, back on topic, has anyone made a plugin perhaps that allows the collision model stuff to be extracted/imported to/from a .obj file or at least raw data? i mean, i f we have the location of the verticie storage someone should be able to make HMT do something with it... I would but i dont have a clue how.
"If you go to Z'ha'dum you will die."
i dont suppose that you would tell us what type of stuff it is cus there are a number of one thing like a number of shields. ok all im woundering is which one is the shield that is in hte lvl danger canyon in the middle
edit: i found glass to make bits come off it but how would u make glass that can actually break like make a bridge of it
edit: i found glass to make bits come off it but how would u make glass that can actually break like make a bridge of it