
Modeling and Rendering Thread
- NotZachary82
- Posts: 1846
- Joined: Thu Dec 20, 2007 8:39 pm
Re: Official Halo 2 Modeling and Rendering Thread
I'm not sure, but I think a ghost might be able to squeeze through. Not a big issue really; I do it all the time on most maps. 

- troymac1ure
- Keeper of Entity
- Posts: 1282
- Joined: Sat Aug 09, 2008 4:16 am
- Location: British Columbia, Canada, eh
- Contact:
- neodos
- Posts: 1493
- Joined: Sun Dec 09, 2007 8:58 pm
Re: Official Halo 2 Modeling and Rendering Thread
Is that intentional? if so moving and rotating bsp instances? o_0
- XZodia
- Staff
- Posts: 2208
- Joined: Sun Dec 09, 2007 2:09 pm
- Location: UK
- Contact:
Re: Official Halo 2 Modeling and Rendering Thread
If that is true, I wasn't aware that that was a bsp instance...and it could potentially be used to make some cool maps, if the collision issue doesn't come into play...
- Gary
- Posts: 1946
- Joined: Thu Feb 14, 2008 10:17 pm
- Location: USA, FL
- Contact:
Re: Official Halo 2 Modeling and Rendering Thread
I've done stuff like that before, but I stopped as it didn't keep collision. Though I would of never thought those were movable in such a way.
- NotZachary82
- Posts: 1846
- Joined: Thu Dec 20, 2007 8:39 pm
Re: Official Halo 2 Modeling and Rendering Thread
Forerunner technology is quite fun to work with. Not much to show though.


- XZodia
- Staff
- Posts: 2208
- Joined: Sun Dec 09, 2007 2:09 pm
- Location: UK
- Contact:
Re: Official Halo 2 Modeling and Rendering Thread
i think their just different names for the same thingShock120 wrote:I wonder if it's the same for "BSP Permutations" that reflexive...XZodia wrote:If that is true, I wasn't aware that that was a bsp instance...and it could potentially be used to make some cool maps, if the collision issue doesn't come into play...
- NotZachary82
- Posts: 1846
- Joined: Thu Dec 20, 2007 8:39 pm
Re: Official Halo 2 Modeling and Rendering Thread
Yeah. If you'd extract the BSP mesh, all the instances are labeled as permutations.XZodia wrote:i think their just different names for the same thing
- troymac1ure
- Keeper of Entity
- Posts: 1282
- Joined: Sat Aug 09, 2008 4:16 am
- Location: British Columbia, Canada, eh
- Contact:
Re: Official Halo 2 Modeling and Rendering Thread
Just trying to spark some conversation.
Actually, this is the first step of a semi-successful BSP extraction/edit/injection.
Successful in that the mesh is correct.
Unsuccessful in the fact that the BSP lightmap gets destroyed (actually mixed up) due to the re-ordering of vertices on re-injection. You would have to create a new lightmap or have it extracted with the BSP mesh and re-injected along with it keeping the locations for the lighting.

Also, I tried it a couple of times on the xbox and it disappears when viewing it at angles where it normally wouldn't be seen, so I assume this has to do with the infamous BSP tree?
Anyways, it's a step. I need to do some more tests and work out any bug in this section.
As for BSP Permutations, I think the main difference is that a permutation can be used multiple times (such as the palm trees on headlong) and just placed at different locations, whereas the BSP is just a one-time, one-place placement.
Actually, this is the first step of a semi-successful BSP extraction/edit/injection.
Successful in that the mesh is correct.
Unsuccessful in the fact that the BSP lightmap gets destroyed (actually mixed up) due to the re-ordering of vertices on re-injection. You would have to create a new lightmap or have it extracted with the BSP mesh and re-injected along with it keeping the locations for the lighting.

Also, I tried it a couple of times on the xbox and it disappears when viewing it at angles where it normally wouldn't be seen, so I assume this has to do with the infamous BSP tree?
Anyways, it's a step. I need to do some more tests and work out any bug in this section.
As for BSP Permutations, I think the main difference is that a permutation can be used multiple times (such as the palm trees on headlong) and just placed at different locations, whereas the BSP is just a one-time, one-place placement.
- NotZachary82
- Posts: 1846
- Joined: Thu Dec 20, 2007 8:39 pm
Re: Official Halo 2 Modeling and Rendering Thread
I believe that issue lies within the portals of the map. I'm fairly positive there's a bounding radius for each one, last time I remember looking at the plugin.troymac1ure wrote:Also, I tried it a couple of times on the xbox and it disappears when viewing it at angles where it normally wouldn't be seen, so I assume this has to do with the infamous BSP tree?
- CaptainPoopface
- Posts: 714
- Joined: Sat Feb 16, 2008 5:47 am
Re: Official Halo 2 Modeling and Rendering Thread
Maybe try a map that has no portals and see how that works?
Also, I'd sacrifice the lightmap in a heartbeat if it meant working custom BSP injection. Not that I'd want that, but that's where my priorities are.
Please keep up the good work.
Also, I'd sacrifice the lightmap in a heartbeat if it meant working custom BSP injection. Not that I'd want that, but that's where my priorities are.
Please keep up the good work.
- troymac1ure
- Keeper of Entity
- Posts: 1282
- Joined: Sat Aug 09, 2008 4:16 am
- Location: British Columbia, Canada, eh
- Contact:
Re: Official Halo 2 Modeling and Rendering Thread
I don't think it has to do with radiuses...radiia...radi...NotZachary82 wrote:I believe that issue lies within the portals of the map. I'm fairly positive there's a bounding radius for each one, last time I remember looking at the plugin.troymac1ure wrote:Also, I tried it a couple of times on the xbox and it disappears when viewing it at angles where it normally wouldn't be seen, so I assume this has to do with the infamous BSP tree?
anyways, on one of the bases I took the entrance to the lower section of the base (just four walls for the whole BSP section) and moved it up in the air. If you stand in the exact same place, and look at where it used to be, it's there, but if you look at the air where it is, as soon as your view leaves where it used to be, it disappears.
This leaves me to believe that it knows that section is viewable from only certain angles and therefore doesn't draw it if you viewpoint is outside that given location. Maybe like a pre-calculated raytrace idea?
I don't think he was talking about teleporters, he meant something more internal to the map I believe, although I don't have stuff on this computer to verify.CaptainPoopface wrote:Maybe try a map that has no portals and see how that works?
Also, I'd sacrifice the lightmap in a heartbeat if it meant working custom BSP injection. Not that I'd want that, but that's where my priorities are.
Please keep up the good work.
- XZodia
- Staff
- Posts: 2208
- Joined: Sun Dec 09, 2007 2:09 pm
- Location: UK
- Contact:
Re: Official Halo 2 Modeling and Rendering Thread
It will be some form of bounds, when the bounds don't intersect with the frustum the object isn't drawn.
The bounds could be a sphere or box
The bounds could be a sphere or box
- Click16
- Posts: 1941
- Joined: Mon Dec 31, 2007 4:36 am
- Location: United States
- NotZachary82
- Posts: 1846
- Joined: Thu Dec 20, 2007 8:39 pm
Re: Official Halo 2 Modeling and Rendering Thread
More renders needed. And isn't that model finished already?
- Click16
- Posts: 1941
- Joined: Mon Dec 31, 2007 4:36 am
- Location: United States
Re: Official Halo 2 Modeling and Rendering Thread
No, it isn't I wasn't able to work on it seeing that I lost my computer several weeks ago, like 4 - 5. I got it back and am working on the model more.NotZachary82 wrote:More renders needed. And isn't that model finished already?

- Click16
- Posts: 1941
- Joined: Mon Dec 31, 2007 4:36 am
- Location: United States
Re: Official Halo 2 Modeling and Rendering Thread
I decided to redo most of my assault rifle. This time, I will try to keep it clean, accurate and appealing.
Here is the fixed handle.

Here is the fixed handle.


-
- Posts: 1974
- Joined: Sun Jan 27, 2008 4:50 am
Re: Official Halo 2 Modeling and Rendering Thread
Fixed? It looks the same...
In Soviet Russia, DS touches you. Say it again and I'll do more than touch. ~DS -Oh babyDemonicSandwich wrote:See that? You see that how it is highlighted down here but it's not highlighted right there? Ah, I guess that's what I get for pirating it.
A cat was licking itself to the sound of potato chips.
- NotZachary82
- Posts: 1846
- Joined: Thu Dec 20, 2007 8:39 pm
- Click16
- Posts: 1941
- Joined: Mon Dec 31, 2007 4:36 am
- Location: United States
Re: Official Halo 2 Modeling and Rendering Thread
The back piece, that weird bulge on the side, and the top-rear where messed up. I fixed them.
EDIT:
I guess I can show my model up to this point.

EDIT:
I guess I can show my model up to this point.


- Xerax
- Posts: 84
- Joined: Mon May 31, 2010 11:31 am
- Location: London, UK
Re: Official Halo 2 Modeling and Rendering Thread
Saw the Target Locator* from Reach (http://sphotos.ak.fbcdn.net/hphotos-ak- ... 1893_n.jpg), had to remake it. This is about 2 hours work, might add more detail.




Last edited by Xerax on Wed Jun 16, 2010 8:19 pm, edited 1 time in total.
MTW wrote:You're the leader of the Halo Kiddies.
MTW wrote:don't make me DDoS you.
- NotZachary82
- Posts: 1846
- Joined: Thu Dec 20, 2007 8:39 pm
Re: Official Halo 2 Modeling and Rendering Thread
Here is a better reference of the Target Locator.
- Xerax
- Posts: 84
- Joined: Mon May 31, 2010 11:31 am
- Location: London, UK
Re: Official Halo 2 Modeling and Rendering Thread
They would have to upload that, just after i get past the point i can't ctrl-Z anymore. ;xNotZachary82 wrote:Here is a better reference of the Target Locator.
MTW wrote:You're the leader of the Halo Kiddies.
MTW wrote:don't make me DDoS you.
-
- Posts: 710
- Joined: Thu Jan 03, 2008 5:29 pm
- JacksonCougar
- Huurcat
- Posts: 2460
- Joined: Thu Dec 06, 2007 11:30 pm
- Location: Somewhere in Canada