okay forgive me here people i havebeen away from h2 for a while now and i know that this has been thought of before so please correct me where im wrong and explain why this wouldnt work
somewhere in the game there is something that says get model x from point a so why cant we switch it and say for model x look at point b?
custom bsp
that such an ignorant statement...technically speaking the bsp isn't even a model, at least not in the general sense of the word.

Halo 2 Plugins | Lock-on To Just About Anything | My Sites | Snow Hog
Old Plugins you have, upgrade you must...
Always Maintain a High Quality-To-Crap Ratio.
- grimdoomer
- Posts: 1440
- Joined: Mon Oct 09, 2006 4:36 pm
![]() |
The BSP is actually made up of a lot of 4 different types of models, BSP Permutations, BSP Decorators, something I forget, and Water Definitions.

AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.
- DemonicSandwich
- Posts: 1198
- Joined: Sat Sep 30, 2006 6:10 pm
- Location: �
![]() |
![]() |
No, that's scenery. Nothing relating to sbsp.ImpactPro wrote:BSP Permutations, I forgot all about them, that is how they are able to remove the bridges on Relic while in CTF Matchmaking.
AIM wrote:Demonic5andwich (6:10:10 PM): structure of a first person weapon animation:
Demonic5andwich (6:10:43 PM): mess, mess, maybe a node?, another header?! wtf!, more mess, tacos, more shit
- grimdoomer
- Posts: 1440
- Joined: Mon Oct 09, 2006 4:36 pm
![]() |
What do you mean looks in a different place? if you mean why cant we inject our own mesh it's because we don't know how give it collision.sneakyn8 wrote:alright so why cant we just change it so that it looks in a different place for each of the model groups

AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.
Could you explain BSP Perms? I have no idea if it is the same concept as other tag's perms.DemonicSandwich wrote:No, that's scenery. Nothing relating to sbsp.ImpactPro wrote:BSP Permutations, I forgot all about them, that is how they are able to remove the bridges on Relic while in CTF Matchmaking.
Has BSP perms ever been used?

Shock120 on XLink & XBC
The visual model and coll is scen but the physics collision is part of the sbsp, sbsp scenery since its not part of the sbsp model its self but is on sbsp meta.DemonicSandwich wrote:No, that's scenery. Nothing relating to sbsp.ImpactPro wrote:BSP Permutations, I forgot all about them, that is how they are able to remove the bridges on Relic while in CTF Matchmaking.
I can get collision for projectiles perfectly modified as well as visual model, displace vertex and planes yet i can't get physics collision properly modified, my guess is that i didn't found the "planes" for physics collision or it doesn't work as projectiles collision or just that i made a mistake.
Per example on shared sbsp, projectile collision, the axis is xyz with z pointing up being negative while for physics collision model z is inverted.