Sandcrawler Network

Unreal Modder's Haven => Unreal Engine 2 General Modding Chat => Topic started by: RC-1266 on May 17, 2008, 05:06:35 AM

Title: Solid Movers?
Post by: RC-1266 on May 17, 2008, 05:06:35 AM
I asked a while ago something about static meshes, if it was possible.
Soon after that I learned that you could walk right through them.
To not make that happen I had to add a blocking volume.

Now I'm experimenting with movers; I want to put some selfmade static meshes in a new map of mine as a mover. Problem is that I can't make the blocking volumes move, or make the meshes solid.
Can someone help me with this issue?
Title: Re: Solid Movers?
Post by: Ha'aj on August 13, 2008, 12:20:03 PM
You need to give the Static Mesh a collision brush, not the mover, the Static Mesh.

Right click on the Static Mesh and select Convert and then To Brush,  the builder brush(the red one) will take on the form of the static mesh.  Now select the static mesh and then ctrl+select the builder brush(in that order), then right click on the builder brush and select Save Brush As Collision.  Now if you look at the Static Mesh in the 3D window and hit the "B" key to hide the builder brush and then the "C" key you can see the collision, then add your mover and they will always be solid...hope that helped.  :D
Title: Re: Solid Movers?
Post by: RC-1266 on October 19, 2008, 06:28:18 AM
OK, late response, but thanks!
I've been away for a while, but I'm back again now, and this works indeed and is much easier than the stuff I always did with blocking volumes.
Title: Re: Solid Movers?
Post by: DooFi on October 24, 2008, 10:37:42 AM
the SM should be in your myLevel package for it to work properly. Don't modify existing assets!
Title: Re: Solid Movers?
Post by: RC-1266 on October 26, 2008, 02:37:54 PM
cause if you do, you change the whole package and you can't play online anymore, right?
Title: Re: Solid Movers?
Post by: Sandcrawler on November 15, 2008, 08:53:07 AM
Right, if it is just a few static meshes I would use mylevel, but if you are going to have CTF and DM versions, and there are a bunch of custom meshes then I would make a new package, just remember to include it in the exe file for download.
Title: Re: Solid Movers?
Post by: RC-1266 on November 16, 2008, 10:32:44 PM
but will they be displayed if you don't?
Title: Re: Solid Movers?
Post by: Sandcrawler on November 17, 2008, 07:49:38 AM
If you don't have the package as well? no they wont, I'm not sure what happens but the mesh wont be there.