Data Realms Fan Forums http://45.55.195.193/ |
|
Have MOSRotatings immediately draw to terrain? http://45.55.195.193/viewtopic.php?f=73&t=45847 |
Page 1 of 1 |
Author: | Corpsey [ Fri Nov 07, 2014 6:17 pm ] |
Post subject: | Have MOSRotatings immediately draw to terrain? |
Title, what functions can I use to have it so that if a ray detects an MOSParticle or MOSRotating, it will set it as terrain? For example, I have a tool that will turn any terrain into 'Unsettling Metal' (Just a copy of metal that never sets). I want to make it so that if the beam of this tool hits an actor, the actor will die and then IMMEDIATELY 'set' into the terrain, so you can metallize him/her. OP or not, just for the sake of figuring out how to make something immediately embed into the terrain mostly. |
Author: | clunatic [ Fri Nov 07, 2014 8:01 pm ] |
Post subject: | Re: Have MOSRotatings immediately draw to terrain? |
You could have a look at this awesome mod it has a tool that instantly turns actors into terrain. Take a look at how that mod does it for a more detailed method, but essentially all you need to change an object into terrain is this: Code: Object.Vel = Vector(0,0) Object.AngularVel = 0 Object.ToSettle = true |
Author: | Corpsey [ Fri Nov 07, 2014 8:04 pm ] |
Post subject: | Re: Have MOSRotatings immediately draw to terrain? |
Ah perfect!, Thanks. |
Page 1 of 1 | All times are UTC [ DST ] |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |